Class DataTree

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

public class DataTree extends GTree
Tree that shows the folders and domain files in a Project
See Also:
  • Method Details

    • supportsPopupActions

      protected boolean supportsPopupActions()
      Description copied from class: GTree
      A method that subclasses can override to signal that they wish not to have this tree's built-in popup actions. Subclasses will almost never need to override this method.
      Overrides:
      supportsPopupActions in class GTree
      Returns:
      true if popup actions are supported
    • clearSelection

      public void clearSelection()
    • getSelectionCount

      public int getSelectionCount()
    • getLastSelectedPathComponent

      public GTreeNode getLastSelectedPathComponent()
    • removeSelectionPath

      public void removeSelectionPath(TreePath path)
    • stopEditing

      public void stopEditing()
      Overrides:
      stopEditing in class GTree