Uses of Interface
com.cc.framework.ui.model.TreeGroupDataModel

Packages that use TreeGroupDataModel
com.cc.framework.ui.control   
com.cc.framework.ui.model   
com.cc.framework.ui.model.imp   
com.cc.framework.ui.painter.def   
com.cc.framework.util   
 

Uses of TreeGroupDataModel in com.cc.framework.ui.control
 

Fields in com.cc.framework.ui.control declared as TreeGroupDataModel
private  TreeGroupDataModel TreelistControl.dataModel
          Data model for the control
private  TreeGroupDataModel TreeControl.dataModel
          Data model
 

Methods in com.cc.framework.ui.control with parameters of type TreeGroupDataModel
 void TreelistControl.setDataModel(TreeGroupDataModel dataModel)
          Sets the Data model
 void TreelistControl.setDataModel(TreeGroupDataModel dataModel, boolean keepState)
          Sets the Data model
 void TreeControl.setDataModel(TreeGroupDataModel dataModel)
          Sets the data model
 void TreeControl.setDataModel(TreeGroupDataModel dataModel, boolean keepState)
          Sets the data model
 

Uses of TreeGroupDataModel in com.cc.framework.ui.model
 

Methods in com.cc.framework.ui.model that return TreeGroupDataModel
 TreeGroupDataModel TreeNodeDataModel.getParent()
          Returns a reference to the parent element
 

Methods in com.cc.framework.ui.model with parameters of type TreeGroupDataModel
 void TreeNodeDataModel.setParent(TreeGroupDataModel parent)
          Sets the reference to the parent element
 

Uses of TreeGroupDataModel in com.cc.framework.ui.model.imp
 

Classes in com.cc.framework.ui.model.imp that implement TreeGroupDataModel
 class VirtualTreeGroupDataModel
          Tree Group Node for Nodes with with a very large or unknown number of rows.
 

Uses of TreeGroupDataModel in com.cc.framework.ui.painter.def
 

Methods in com.cc.framework.ui.painter.def that return TreeGroupDataModel
protected  TreeGroupDataModel DefTreePainter.getRoot()
          Returns the Root-Element of the Tree
 

Uses of TreeGroupDataModel in com.cc.framework.util
 

Fields in com.cc.framework.util declared as TreeGroupDataModel
private  TreeGroupDataModel TreeIterator.SimpleLevelIterator.parentNode
           
 

Methods in com.cc.framework.util that return TreeGroupDataModel
static TreeGroupDataModel TreeHelp.createOutline(java.util.Collection nodes)
          Creates a Tree from a Collection.
static TreeGroupDataModel TreeHelp.createOutline(TreeGroupDataModel root, java.util.Collection nodes)
          Creates a Tree from an ArrayList.
static TreeGroupDataModel TreeHelp.createOutline(TreeGroupDataModel root, java.util.Map elements)
          Creates a Tree from an Hashtable.
 

Methods in com.cc.framework.util with parameters of type TreeGroupDataModel
static boolean TreeHelp.isNodeInSubtree(TreeGroupDataModel subTreeRoot, TreeGroupDataModel node)
          Checks if the given node is a member of the subtree.
static void TreeHelp.expandToLevel(TreeGroupDataModel root, int level, TreeStateModel state)
          Expand nodes top down
static TreeGroupDataModel TreeHelp.createOutline(TreeGroupDataModel root, java.util.Collection nodes)
          Creates a Tree from an ArrayList.
static TreeGroupDataModel TreeHelp.createOutline(TreeGroupDataModel root, java.util.Map elements)
          Creates a Tree from an Hashtable.
 

Constructors in com.cc.framework.util with parameters of type TreeGroupDataModel
TreeIterator.SimpleLevelIterator(TreeIterator.LevelIterator parentIterator, TreeGroupDataModel parentNode)
          Constructor
 



Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.