All Implemented Interfaces:
ComponentListener, ImageObserver, MenuContainer, Serializable, EventListener, AttributeListener, TransactionListener, SelectionListener, SessionListener

public class NodeTab
extends AbstractTab
Represents the tab of the inspector, which edits the properties of a node.
Version:
$Revision: 1.9 $
See Also:
Serialized Form
  • Constructor Details

    • NodeTab

      public NodeTab()
      Constructs a NodeTab and sets the title.
  • Method Details

    • getEmptyDescription

      public String getEmptyDescription()
      Overrides:
      getEmptyDescription in class AbstractTab
    • getInstance

      public static NodeTab getInstance()
    • selectionChanged

      public void selectionChanged​(SelectionEvent e)
      Description copied from interface: SelectionListener
      Is called, if something in the selection model changed.
      Specified by:
      selectionChanged in interface SelectionListener
      Overrides:
      selectionChanged in class AbstractTab
    • getTabParentPath

      public String getTabParentPath()
      Description copied from class: InspectorTab
      returns a path string, that tells Vanted, where to put this tab. It is a dot-delimited string if it is not overridden, it'll return null and Vanted will put this tab on the root level If the path is not empty, Vanted puts this tab as child in the given tab hierarchy Example: return 'Network' and this tab is put as child in the Network Tab If the parent tab does not exist, it will be created
      Overrides:
      getTabParentPath in class InspectorTab
      Returns:
    • getPreferredTabPosition

      public int getPreferredTabPosition()
      Description copied from class: InspectorTab
      Returns the preferred tab position in its parent tab. It can be InspectorTab.{LEADING,TRAILING,RANDOM,POSNUM} where POSNUM is the absolute position number This gives more control about the layout of subtabs
      Overrides:
      getPreferredTabPosition in class InspectorTab
      Returns: