Public Member Functions | |
void | setRootNode (GPNode parentNode) |
GPNode | getRootNode () |
void | setName (String name) |
GPNode[] | getListNodes () |
abstract void | setListNodes (final GPNode[] nodes) |
Static Public Member Functions | |
GPNode | createRootNode (Object rootBean, GPNode[] nodes) throws IntrospectionException |
Protected Member Functions | |
GPListExplorerPanel () | |
final Object | getRootBean () |
final void | setRootBean (Object newRootBean) |
Private Attributes | |
GPNode | rootNode |
Object | rootBean |
|
do not instantiate directly |
|
Utility method, takes an array of Nodes and creates a RootNode with a default ChildrenListManager for it
|
|
accessor method, returns the nodes set with the setListNodes(GPNode[]) method. Attention: this implementation returns the order the nodes had when they were set with the setListNodes() method, it not reflect the order of the nodes as they are displayed in the Explorer
|
|
accessor method, can be un-finaled
|
|
accessor method
|
|
Implemented in cern::gp::explorer::ListTableExplorer.
|
|
Implementation to set the name of the explorer in the Title
|
|
accessor method, can be un-finaled
|
|
set the parent node of the list of nodes to be explored. The parent node is not displayed, only its children nodes. Use this method
Reimplemented in cern::gp::explorer::ListTableExplorer.
|
|
|
|
Reimplemented in cern::laser::guiplatform::windows::DisplayableColumnExplorer.
|