Class RmaJTree

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

public class RmaJTree extends JTree implements Modifiable, ModifiedEventControl
See Also:
  • Constructor Details

    • RmaJTree

      public RmaJTree()
    • RmaJTree

      public RmaJTree(RmaTreeModel model)
  • Method Details

    • isPathEditable

      public boolean isPathEditable(TreePath path)
      Overrides:
      isPathEditable in class JTree
    • expandAll

      public void expandAll(boolean expand)
    • expandAll

      public void expandAll(TreePath parent, boolean expand)
    • setIgnoreModifiedEvents

      public void setIgnoreModifiedEvents(boolean ignore)
      Specified by:
      setIgnoreModifiedEvents in interface ModifiedEventControl
    • isIgnoringModifiedEvents

      public boolean isIgnoringModifiedEvents()
    • getIgnoreModifiedEvents

      public boolean getIgnoreModifiedEvents()
      Specified by:
      getIgnoreModifiedEvents in interface ModifiedEventControl
    • isModified

      public boolean isModified()
      Specified by:
      isModified in interface Modifiable
    • setModified

      public void setModified(boolean b)
      Specified by:
      setModified in interface Modifiable
    • forwardModifiedEvents

      public boolean forwardModifiedEvents()
    • getForwardModifiedEvents

      public boolean getForwardModifiedEvents()
      Specified by:
      getForwardModifiedEvents in interface ModifiedEventControl
    • setFowardModifiedEvents

      public void setFowardModifiedEvents(boolean b)
      set whether this tree should forward modified events to it parent. by default it forwards the events.
      Specified by:
      setFowardModifiedEvents in interface ModifiedEventControl
      Parameters:
      b -