Class AbstractIconChooserTree

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable
Direct Known Subclasses:
CamoChooserTree, PortraitChooserTree

public abstract class AbstractIconChooserTree extends JTree
AbstractIconChooserTree is an extension of JTree that provides additional AbstractIcon specific functionality to simplify initialization.
See Also:
  • Constructor Details

    • AbstractIconChooserTree

      protected AbstractIconChooserTree()
    • AbstractIconChooserTree

      protected AbstractIconChooserTree(boolean initialize)
  • Method Details

    • createTreeModel

      protected abstract DefaultTreeModel createTreeModel()
      Returns:
      the created Tree Model for this Tree
    • createTreeModel

      protected DefaultTreeModel createTreeModel(DefaultMutableTreeNode root, @Nullable AbstractDirectory directory)
      Parameters:
      root - the root tree node for this Tree
      directory - the specified directory, which may be null if there are no children to add
      Returns:
      the created Tree Model for this Tree