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

public final class EntityTree extends JTree
A JTree extension based on SwingEntityTreeModel. For instances use the entityTree(SwingEntityTreeModel) factory method.
See Also:
  • Method Details

    • entityTree

      public static EntityTree entityTree(is.codion.swing.framework.model.SwingEntityTreeModel treeModel)
      Instantiates a new EntityTree
      Parameters:
      treeModel - the tree model
      Returns:
      a new EntityTree instance