Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.flexstor.common.awt.tree.FlexTreeNode

Uses of FlexTreeNode in com.flexstor.common.awt.tree
 

Fields in com.flexstor.common.awt.tree declared as FlexTreeNode
(package private)  FlexTreeNode TreeSingleSelection.current
           
(package private)  FlexTreeNode TreeMultiSelection.current
           
private  FlexTreeNode TreeActionEvent.m_node
           
private  FlexTreeNode Tree.rootNode
           
protected  FlexTreeNode Tree.firstVisNode
           
private  FlexTreeNode Tree.lastVisNode
           
 FlexTreeNode FlexTreeNode.nNext
           
protected  FlexTreeNode FlexTreeNode.nPrev
           
protected  FlexTreeNode FlexTreeNode.nFirstChild
           
protected  FlexTreeNode FlexTreeNode.nLastChild
           
protected  FlexTreeNode FlexTreeNode.nParent
           
 

Methods in com.flexstor.common.awt.tree that return FlexTreeNode
 FlexTreeNode TreeSingleSelection.getCurrentNode()
           
 FlexTreeNode TreeSelectionI.getCurrentNode()
           
 FlexTreeNode TreeMultiSelection.getCurrentNode()
           
 FlexTreeNode TreeActionEvent.getNode()
          Access to the FlexTreeNode object involved with the event, if there is one.
 FlexTreeNode Tree.getFirstVisibleNode()
          Get the first visible node of the tree.
 FlexTreeNode Tree.getRootNode()
          Get the root node of the tree.
protected  FlexTreeNode Tree.getTrueRootNode()
           
 FlexTreeNode Tree.hitTest(int x, int y)
          Perform mouse position testing to determine where the mouse pointer is located with respect to the nodes in the tree.
 FlexTreeNode Tree.getCurrentNode()
           
 FlexTreeNode FlexTreeNode.getFirstChild()
           
 FlexTreeNode FlexTreeNode.getChild(int n)
          Returns the Nth child of this node.
private  FlexTreeNode FlexTreeNode.getLastChild()
           
protected  FlexTreeNode FlexTreeNode.nodeAtLine(int Line)
           
 FlexTreeNode FlexTreeNode.getParent()
          Return the parent node of this node
 FlexTreeNode FlexTreeNode.getNextVisible()
          Return the next node that is visible.
 FlexTreeNode FlexTreeNode.getNext()
          Return the next node following this node.
 FlexTreeNode FlexTreeNode.getPrev()
          Return the previous node following this node.
protected  FlexTreeNode FlexTreeNode.getPrevLast(FlexTreeNode node)
           
protected  FlexTreeNode FlexTreeNode.getNextParent()
           
 FlexTreeNode FlexTreeNode.getPrevVisible()
          Return the previous node that is visible.
protected  FlexTreeNode FlexTreeNode.lastVisible(FlexTreeNode node)
           
 FlexTreeNode FlexTreeNode.getLastVisible()
           
 FlexTreeNode FlexTreeNode.getNextSibling()
          Return the next sibling node for this node.
 FlexTreeNode FlexTreeNode.getPrevSibling()
          Return the previous sibling node for this node.
 

Methods in com.flexstor.common.awt.tree with parameters of type FlexTreeNode
 boolean TreeSingleSelection.isSelected(FlexTreeNode node)
           
 void TreeSingleSelection.unselectNode(FlexTreeNode node)
           
 void TreeSingleSelection.selectNode(FlexTreeNode node)
           
 void TreeSingleSelection.handleMouseSelection(FlexTreeNode node, boolean bShift, boolean bCTRL)
           
 void TreeSingleSelection.setCurrentNode(FlexTreeNode n)
           
 boolean TreeSelectionI.isSelected(FlexTreeNode node)
           
 void TreeSelectionI.unselectNode(FlexTreeNode node)
           
 void TreeSelectionI.selectNode(FlexTreeNode node)
           
 void TreeSelectionI.handleMouseSelection(FlexTreeNode node, boolean bShift, boolean bCTRL)
           
 void TreeSelectionI.setCurrentNode(FlexTreeNode n)
           
 boolean TreeMultiSelection.isSelected(FlexTreeNode node)
           
 void TreeMultiSelection.unselectNode(FlexTreeNode node)
           
 void TreeMultiSelection.selectNode(FlexTreeNode node)
           
 void TreeMultiSelection.handleMouseSelection(FlexTreeNode node, boolean bShift, boolean bCTRL)
           
private  java.util.ArrayList TreeMultiSelection.buildSelectionRange(FlexTreeNode node)
           
 void TreeMultiSelection.setCurrentNode(FlexTreeNode n)
           
 void Tree.setFirstVisible(FlexTreeNode node)
          Set the first node that is visible at the top of the tree window to the specified node.
 boolean Tree.isNodeVisible(FlexTreeNode node)
          Return true if node is visible at the time.
 int Tree.ensureVisible(FlexTreeNode node)
          Make the specified node to be visible in the window.
private  int Tree.nodeWidth(FlexTreeNode node)
           
 void Tree.addRootNode(FlexTreeNode root)
          Add new node to level 0 It is a wrapper for addNode(null, FlexTreeNode.LAST_SIBLING, text, iImage, iSelImage)
 void Tree.setCurrentNode(FlexTreeNode n)
           
 boolean Tree.isSelected(FlexTreeNode n)
           
 void FlexTreeNode.addChild(FlexTreeNode n, int nPosition)
           
 boolean FlexTreeNode.isChild(FlexTreeNode node)
          Check if the "node" is a child of this node.
 boolean FlexTreeNode.isDescendant(FlexTreeNode node)
          Check if the "node" is a descendant of this node.
protected  FlexTreeNode FlexTreeNode.getPrevLast(FlexTreeNode node)
           
protected  FlexTreeNode FlexTreeNode.lastVisible(FlexTreeNode node)
           
(package private)  void FlexTreeNode.switchNodes(FlexTreeNode one, FlexTreeNode two)
           
 

Constructors in com.flexstor.common.awt.tree with parameters of type FlexTreeNode
TreeActionEvent(java.awt.Component source, int id, int modifiers, FlexTreeNode o)
          Constructor.