java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JTree
ro.sync.ui.application.ApplicationTree
ro.sync.exml.workspace.api.standalone.ui.Tree
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable, ro.sync.ui.DefaultTreeScrollBehaviour

@API(type=EXTENDABLE, src=PUBLIC) public class Tree extends ro.sync.ui.application.ApplicationTree
A javax.swing.JTree extension which has a consistent look and feel with the ones used in Oxygen. It uses a "ro.sync.exml.workspace.api.standalone.ui.TreeCellRenderer" by default.
Since:
17
See Also:
  • Constructor Details

    • Tree

      public Tree()
      Constructor.
    • Tree

      public Tree(TreeModel model)
      Constructor.
      Parameters:
      model - The tree model.