Classes | Public Member Functions | Protected Member Functions

cern.gp.explorer.TreeExplorer Class Reference

Inheritance diagram for cern.gp.explorer.TreeExplorer:
cern.gp.explorer.TreeTableExplorer

List of all members.

Classes

class  GPBeanTreeView

Public Member Functions

 TreeExplorer ()
TreeViewTreeAccess getTreeAccess ()
void setRootNode (GPNode node)
GPNode getRootNode ()
void setRowHeigth (int rowHeight)
int getRowHeight ()

Protected Member Functions

 TreeExplorer (TreeViewTreeAccess view)

Detailed Description

An Explorer GUI Component that displays a hierarchy of domain beans in a Tree. It is recommended that the developer uses the NodeFactory and ChildrenListManager or ChildrenMapManager to create the Node hierarchy to be explored.

Author:
Vito Baggiolini
Version:
Revision:
1.2
Date:
2006/09/25 08:52:36

Constructor & Destructor Documentation

cern.gp.explorer.TreeExplorer.TreeExplorer (  ) 

Creates an explorer with the default model and the default view

cern.gp.explorer.TreeExplorer.TreeExplorer ( TreeViewTreeAccess  view  )  [protected]

Creates an explorer with the specified view

Parameters:
view the TreeView to be used in this explorer

References cern.gp.explorer.TreeViewTreeAccess.getTreeView().


Member Function Documentation

GPNode cern.gp.explorer.TreeExplorer.getRootNode (  ) 

accessor method

Returns:
the node at the root of the explored hierarchy
int cern.gp.explorer.TreeExplorer.getRowHeight (  ) 
See also:
setRowHeight(int)
Returns:
the present row height
Since:
2.0.7

Reimplemented in cern.gp.explorer.TreeTableExplorer.

References cern.gp.explorer.TreeViewTreeAccess.getTree(), and cern.gp.explorer.TreeExplorer.getTreeAccess().

void cern.gp.explorer.TreeExplorer.setRootNode ( GPNode  node  ) 

set the root node of the hierarachy to be explored

Parameters:
node the root node

References cern.gp.nodes.GPNode.getPeerNode().

void cern.gp.explorer.TreeExplorer.setRowHeigth ( int  rowHeight  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties