Klasse FWTreeNode

Alle implementierten Schnittstellen:
Serializable, Cloneable, MutableTreeNode, TreeNode
Bekannte direkte Unterklassen:
FWKeyWordTreeNode, FWResultTreeNode, FWSimComponentsTreeNode

public class FWTreeNode extends DefaultMutableTreeNode
Autor:
Andreas Enders
Siehe auch:
  • Konstruktordetails

    • FWTreeNode

      public FWTreeNode(String aID, String aIconID, String aFunction, String aUserGroup, String aPopupImageID)
      Parameter:
      aIconID -
      aToolTipText -
      aText -
    • FWTreeNode

      public FWTreeNode(String aID, String aCaption, String aToolTip, String aIconID, String aFunction, String aUserGroup, String aPopupImageID)
      Parameter:
      aIconID -
      aToolTipText -
      aText -
  • Methodendetails

    • getIcon

      public ImageIcon getIcon()
      Gibt zurück:
      the icon of the treenode
    • getText

      public String getText()
      Gibt zurück:
      the Text
    • getToolTipText

      public String getToolTipText()
      Gibt zurück:
      the toolTipText
    • getID

      public String getID()
      Gibt zurück:
      the id
    • getUserGroup

      public String getUserGroup()
      Gibt zurück:
      the Usergroup
    • getFunction

      public String getFunction()
      Gibt zurück:
      the function
    • isNodeStartable

      public boolean isNodeStartable()
      Gibt zurück:
      if node is startable
    • isPopupPossible

      public boolean isPopupPossible()
      Gibt zurück:
      if popup is allowed at this place.
    • getPopupImage

      public ImageIcon getPopupImage()
      Gibt zurück:
      Icon used for Popup
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse DefaultMutableTreeNode
    • insert

      public void insert(MutableTreeNode aNewChild, int aChildIndex)
      Angegeben von:
      insert in Schnittstelle MutableTreeNode
      Setzt außer Kraft:
      insert in Klasse DefaultMutableTreeNode