

Public Member Functions | |
| TreeComponentInfo (ComponentInfo cli) | |
| String | toString () |
| ComponentInfo | getClientInfo () |
| boolean | compareHandle (int handle) |
| boolean | compareName (String name) |
| int | getHandle () |
| String | getName () |
Private Attributes | |
| ComponentInfo | client |
A container class for the ContainerInfo adding some useful method for tree management
| alma::acs::gui::loglevel::tree::node::TreeComponentInfo::TreeComponentInfo | ( | ComponentInfo | cli | ) | [inline] |
References client.
| boolean alma::acs::gui::loglevel::tree::node::TreeComponentInfo::compareHandle | ( | int | handle | ) | [inline] |
Check if the encapsulated ClientInfo's handle is equal to the passed one
| handle | The handle to compare with the handle of the client |
Implements alma::acs::gui::loglevel::tree::node::TreeContentInfo.
References client, and si::ijs::maci::ComponentInfo::h.
| boolean alma::acs::gui::loglevel::tree::node::TreeComponentInfo::compareName | ( | String | name | ) | [inline] |
Check if the encapsulated ClientInfo's name is equal to the passed one
| handle | The name to compare with the name of the client |
Implements alma::acs::gui::loglevel::tree::node::TreeContentInfo.
References client, and si::ijs::maci::ComponentInfo::name.
| ComponentInfo alma::acs::gui::loglevel::tree::node::TreeComponentInfo::getClientInfo | ( | ) | [inline] |
| int alma::acs::gui::loglevel::tree::node::TreeComponentInfo::getHandle | ( | ) | [inline] |
Return the handle of the encsapsulated object
Implements alma::acs::gui::loglevel::tree::node::TreeContentInfo.
References client, and si::ijs::maci::ComponentInfo::h.
| String alma::acs::gui::loglevel::tree::node::TreeComponentInfo::getName | ( | ) | [inline] |
Return the name of the encsapsulated object
Implements alma::acs::gui::loglevel::tree::node::TreeContentInfo.
References client, and si::ijs::maci::ComponentInfo::name.
| String alma::acs::gui::loglevel::tree::node::TreeComponentInfo::toString | ( | ) | [inline] |
Override toString to show the name on the tree
References client, and si::ijs::maci::ComponentInfo::name.
Referenced by compareHandle(), compareName(), getClientInfo(), getHandle(), getName(), toString(), and TreeComponentInfo().
1.6.2