Class TabVisualisationControl

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
org.graffiti.plugin.inspector.InspectorTab
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.TabVisualisationControl
All Implemented Interfaces:
ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener

public class TabVisualisationControl
extends InspectorTab
Deprecated.
Do not use, will be removed in future.
Represents the tab, which contains the functionality to edit the attributes of the current graph object.
Version:
$Revision$
See Also:
Serialized Form
Recent revisions:
2.7.0 Deprecate class.
  • Constructor Details

    • TabVisualisationControl

      public TabVisualisationControl()
      Deprecated.
      Constructs a PatternTab and sets the title.
  • Method Details

    • postAttributeAdded

      public void postAttributeAdded​(AttributeEvent e)
      Deprecated.
    • postAttributeChanged

      public void postAttributeChanged​(AttributeEvent e)
      Deprecated.
    • postAttributeRemoved

      public void postAttributeRemoved​(AttributeEvent e)
      Deprecated.
    • preAttributeAdded

      public void preAttributeAdded​(AttributeEvent e)
      Deprecated.
    • preAttributeChanged

      public void preAttributeChanged​(AttributeEvent e)
      Deprecated.
    • preAttributeRemoved

      public void preAttributeRemoved​(AttributeEvent e)
      Deprecated.
    • transactionFinished

      public void transactionFinished​(TransactionEvent e)
      Deprecated.
    • transactionStarted

      public void transactionStarted​(TransactionEvent e)
      Deprecated.
    • sessionChanged

      public void sessionChanged​(Session s)
      Deprecated.
    • sessionDataChanged

      public void sessionDataChanged​(Session s)
      Deprecated.
    • visibleForView

      public boolean visibleForView​(View v)
      Deprecated.
      Specified by:
      visibleForView in class InspectorTab