Uses of Interface
org.jurvis.swing.explorer.JvExplorerNode

Packages that use JvExplorerNode
org.jurvis.swing.explorer   
 

Uses of JvExplorerNode in org.jurvis.swing.explorer
 

Classes in org.jurvis.swing.explorer that implement JvExplorerNode
 class JvDefaultExplorerNode
          A node of the hierarchial data displayed by a JvExplorer.
 class JvDefaultExplorerRoot
          The root node of the hierarchial data displayed by a JvExplorer.
 

Methods in org.jurvis.swing.explorer that return JvExplorerNode
 JvExplorerNode JvExplorer.getActiveNode()
          Return the active explorer node.
 JvExplorerNode JvExplorerListDetails.getActiveNode()
          Return the active explorer node.
 JvExplorerNode JvExplorer.getSelectedNode()
          Return the selected explorer node.
 

Methods in org.jurvis.swing.explorer with parameters of type JvExplorerNode
 void JvExplorer.setActiveNode(JvExplorerNode activeNode)
          Set the active node in the JvExplorer.
 void JvExplorerDetails.setActiveNode(JvExplorerNode activeNode)
          Set the active node in this details component.
 void JvExplorerListDetails.setActiveNode(JvExplorerNode activeNode)
          Set the active node in this details component.
 void JvExplorerListDetailsModel.setActiveNode(JvExplorerNode activeNode)
          Set the active node in this details component.
protected  void JvExplorerTree.setActiveNode(JvExplorerNode activeNode)
          Set the active node in this tree component.
protected  void JvExplorerNodeTreeCellRenderer.setText(JvExplorerNode node)
          Set the displayed text based on the given node.
 void JvExplorer.startEditingNode(JvExplorerNode node)
          Selects the node identified by the specified node and initiates editing.
 

Constructors in org.jurvis.swing.explorer with parameters of type JvExplorerNode
JvExplorerModel(JvExplorerNode root)
          Construct a JvExplorerModel with the given root node.
 



Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.