Uses of Class
com.tensegrity.gui.swing.control.attributetree.AttributeTreeNode

Packages that use AttributeTreeNode
com.tensegrity.gui.swing.control.attributetree   
 

Uses of AttributeTreeNode in com.tensegrity.gui.swing.control.attributetree
 

Methods in com.tensegrity.gui.swing.control.attributetree that return AttributeTreeNode
 AttributeTreeNode AttributeTreeModel.getRow(int row)
          Returns the AttributeTreeNode representing the given table row.
protected  AttributeTreeNode AttributeTreeModel.getRow(AttributeTreeNode node, int row)
          Returns the AttributeTreeNode representing the given table row relative to the given node.
 AttributeTreeNode AttributeTreeModel.getNodeByPath(java.lang.String path)
          Returns the node with the given path
 AttributeTreeNode AttributeTreeModel.getRoot()
          Returns the root node of the tree structure
 AttributeTreeNode AttributeTreeNode.findChild(java.lang.String name)
          This method finds a child node identified by the parameter name.
 AttributeTreeNode AttributeTreeNode.getChildNode(int index)
          Returns the child at the given index.
 AttributeTreeNode AttributeTreeNode.getParentNode()
          Returns the parent node of this node
 

Methods in com.tensegrity.gui.swing.control.attributetree with parameters of type AttributeTreeNode
protected  AttributeTreeNode AttributeTreeModel.getRow(AttributeTreeNode node, int row)
          Returns the AttributeTreeNode representing the given table row relative to the given node.
protected  void AttributeTreeModel.expandPath(AttributeTreeNode node)
          Expands all nodes on the path to the given node
 java.lang.String AttributeTreeModel.getNodePath(AttributeTreeNode node)
          Returns the path to the given node.
protected  int SwingAttributeTree.calculateRowHeight(AttributeTreeNode node)
          Calculates the height of the row represented by the given node
 java.awt.Rectangle AttributeTreeRenderer.getHandleBounds(int row, AttributeTreeNode node)
          Returns the bounds of the expand/collapse handle of the given row and node
 int AttributeTreeRenderer.getIndent(AttributeTreeNode node)
          Returns the indendation of the given node
 void AttributeTreeRenderer.configureIcon(AttributeTreeNode node, AttributeTreeIcon icon)
          Configures look and feel settings of the icon
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.