Uses of Class
com.sas.swing.visuals.NodeView

Packages that use NodeView
com.sas.swing.visuals com.sas.visuals AWT user interface components ported to swing that are not already provided by JavaSoft. 
 

Uses of NodeView in com.sas.swing.visuals
 

Methods in com.sas.swing.visuals that return NodeView
 NodeView TreeView.getCurrentNode()
          Returns the current NodeView object.
 NodeView NodeView.getNextSibling()
          Returns the sibling node immediately following the current node.
 NodeView NodeActionEvent.getNode()
          Returns the NodeView object on which the action occurred.
 NodeView NodeViewTextEditor.getNodeView()
           
 NodeView TreeView.getNodeView(com.sas.models.NodeInterface[] path)
          Returns the NodeView object corresponding to the specified NodeInterface object path.
 NodeView TreeView.getNodeView(com.sas.models.NodeInterface nodeI, int count)
          Returns the NodeView object corresponding to the specified NodeInterface object.
 NodeView TreeView.getNodeView(java.awt.Point point)
          Returns the node at a given point.
 NodeView TreeView.getNodeView(com.sas.util.PredicateInterface predicate)
          Returns the NodeView object for which the predicate evaluates to true.
 NodeView TreeView.getNodeView(java.lang.String selectedString, int count)
          Returns the NodeView object containing the specified string.
 NodeView NodeView.getParent()
          Returns the parent of the current node.
 NodeView NodeView.getPreviousSibling()
          Returns the sibling node immediately preceding the current node.
 NodeView TreeView.getRoot()
          Returns the root NodeView object.
 NodeView TreeView.getSelectedNode()
          Returns the selected NodeView object.
 NodeView[] TreeView.getSelectedNodes()
          Returns the selected NodeView objects.
protected  NodeView TreeView.getVisibleNode(int index)
          Retrieves a node from the visible node collection.
protected  NodeView DirectoryDialog.searchTree(NodeView node, java.lang.String val)
          search tree for expanded text (not currently supported in TreeView)
 

Methods in com.sas.swing.visuals with parameters of type NodeView
 int NodeView.getIndex(NodeView childNode, int startIndex)
          Returns the index in the child list of the specified node.
 void TreeView.scrollToNode(NodeView node, boolean selectNode)
          Scrolls the specified node into view.
protected  NodeView DirectoryDialog.searchTree(NodeView node, java.lang.String val)
          search tree for expanded text (not currently supported in TreeView)
 void TreeView.setCurrentNode(NodeView newValue)
          Sets the current NodeView object.
 void NodeViewTextEditor.setNodeView(NodeView node)
           
 

Constructors in com.sas.swing.visuals with parameters of type NodeView
NodeActionEvent(java.lang.Object source, int id, java.lang.String command, int modifiers, NodeView node)
          Constructs a NodeActionEvent object.
NodeActionEvent(java.lang.Object source, int id, java.lang.String command, NodeView node)
          Constructs an NodeActionEvent object.
NodeState(NodeView node)
          Constructs a NodeState object initializing the fields with the appropriate property values from the specified NodeView object.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.