Class FWTree

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable

public class FWTree extends JTree
Author:
Andreas Enders
See Also:
  • Constructor Details

    • FWTree

      public FWTree()
      Initializes the tree widget and sets a default source.
    • FWTree

      public FWTree(FWTreeNodeFactory aTreeNodeFactory, Object aRootUserObject)
      Initializes the tree widget and sets a default source.
      Parameters:
      aTreeNodeFactory -
      aRootUserObject -
  • Method Details

    • createRoot

      protected DefaultMutableTreeNode createRoot(Object aRootUserObject)
      Given a source object, creates a root node for the local tree model.
    • getNumberOfChildnodes

      public int getNumberOfChildnodes()
      Returns:
      the numberOfChildnodes