Public Member Functions | |
TreeExplorer () | |
TreeViewTreeAccess | getTreeAccess () |
void | setRootNode (GPNode node) |
GPNode | getRootNode () |
void | setRowHeigth (int rowHeight) |
int | getRowHeight () |
Protected Member Functions | |
TreeExplorer (TreeViewTreeAccess view) | |
Private Attributes | |
GPNode | rootNode |
final TreeViewTreeAccess | treeViewTreeAccess |
|
Creates an explorer with the default model and the default view |
|
Creates an explorer with the specified view
|
|
accessor method
|
|
Reimplemented in cern::gp::explorer::TreeTableExplorer.
|
|
getter method
|
|
set the root node of the hierarachy to be explored
|
|
set the height of the rows as in JTree#setRowHeight(int) or javax.swing.JTable#setRowHeight(int)
Reimplemented in cern::gp::explorer::TreeTableExplorer.
|
|
|
|
|