Class JTreeWithAdditionalKeyStrokeActions

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

public class JTreeWithAdditionalKeyStrokeActions extends JTree

JTree with additional key stroke actions.

The additional actions are to expand all (alt-right arrow or asterisk) or collapse all (alt-left arrow or minus) nodes.

See Also:
  • Constructor Details

    • JTreeWithAdditionalKeyStrokeActions

      public JTreeWithAdditionalKeyStrokeActions()
    • JTreeWithAdditionalKeyStrokeActions

      public JTreeWithAdditionalKeyStrokeActions(Object[] value)
    • JTreeWithAdditionalKeyStrokeActions

      public JTreeWithAdditionalKeyStrokeActions(Vector value)
    • JTreeWithAdditionalKeyStrokeActions

      public JTreeWithAdditionalKeyStrokeActions(Hashtable value)
    • JTreeWithAdditionalKeyStrokeActions

      public JTreeWithAdditionalKeyStrokeActions(TreeNode root)
    • JTreeWithAdditionalKeyStrokeActions

      public JTreeWithAdditionalKeyStrokeActions(TreeNode root, boolean asksAllowsChildren)
    • JTreeWithAdditionalKeyStrokeActions

      public JTreeWithAdditionalKeyStrokeActions(TreeModel newModel)
  • Method Details

    • addAdditionalKeyStrokeActions

      protected void addAdditionalKeyStrokeActions()