Uses of Class
org.devaki.nextobjects.ui.components.CustomTreeNode

Packages that use CustomTreeNode
org.devaki.nextobjects.ui.main   
org.devaki.nextobjects.workspace.models   
org.devaki.nextobjects.workspace.models.columns   
org.devaki.nextobjects.workspace.models.objects   
 

Uses of CustomTreeNode in org.devaki.nextobjects.ui.main
 

Methods in org.devaki.nextobjects.ui.main with parameters of type CustomTreeNode
static void NOTreeView.setSelectedNode(CustomTreeNode pNode)
          Set the selected node in the tree
static void NOTreeView.addSelectedNode(CustomTreeNode pNode)
          Add the node as selected in the tree
static void NOTreeView.addNode(CustomTreeNode newNode)
          Add a node to the root node in the tree
static void NOTreeView.addNode(CustomTreeNode newNode, CustomTreeNode parentNode, int i)
          Add a node to another node in the tree
static void NOTreeView.removeNode(CustomTreeNode pNode)
          Remove a node in the tree
static void NOTreeView.reloadBaseClassChildrens(CustomTreeNode pNode)
          Reload childrens of the given node from a BaseClass object
 

Uses of CustomTreeNode in org.devaki.nextobjects.workspace.models
 

Methods in org.devaki.nextobjects.workspace.models that return CustomTreeNode
 CustomTreeNode BaseModel.getDynamicTreeNode()
          Get the associated node
 

Methods in org.devaki.nextobjects.workspace.models with parameters of type CustomTreeNode
 void BaseModel.setDynamicTreeNode(CustomTreeNode pNode)
          Set the node associated
 

Uses of CustomTreeNode in org.devaki.nextobjects.workspace.models.columns
 

Methods in org.devaki.nextobjects.workspace.models.columns that return CustomTreeNode
 CustomTreeNode Column.getDynamicTreeNode()
          Get the CustomTreeNode object associated
 

Methods in org.devaki.nextobjects.workspace.models.columns with parameters of type CustomTreeNode
 void Column.setDynamicTreeNode(CustomTreeNode pNode)
          Defines the CustomTreeNode associated to the current object
 

Uses of CustomTreeNode in org.devaki.nextobjects.workspace.models.objects
 

Methods in org.devaki.nextobjects.workspace.models.objects that return CustomTreeNode
 CustomTreeNode BaseObject.getDynamicTreeNode()
          Get the CustomTreeNode object associated
 

Methods in org.devaki.nextobjects.workspace.models.objects with parameters of type CustomTreeNode
 void BaseObject.setDynamicTreeNode(CustomTreeNode pNode)
          Defines the CustomTreeNode associated to the current object
 



Copyright © 2002-2004 devaki.org. All Rights Reserved.