

Public Member Functions | |
| TreeClientInfo (ClientInfo cli) | |
| String | toString () |
| ClientInfo | getClientInfo () |
| boolean | compareHandle (int handle) |
| boolean | compareName (String name) |
| int | getHandle () |
| String | getName () |
Private Attributes | |
| ClientInfo | client |
A container class for the ClientInfo adding some useful method for tree management
| alma::acs::gui::loglevel::tree::node::TreeClientInfo::TreeClientInfo | ( | ClientInfo | cli | ) | [inline] |
References client.
| boolean alma::acs::gui::loglevel::tree::node::TreeClientInfo::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::ClientInfo::h.
| boolean alma::acs::gui::loglevel::tree::node::TreeClientInfo::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::ClientInfo::name.
| ClientInfo alma::acs::gui::loglevel::tree::node::TreeClientInfo::getClientInfo | ( | ) | [inline] |
| int alma::acs::gui::loglevel::tree::node::TreeClientInfo::getHandle | ( | ) | [inline] |
Return the handle of the encsapsulated object
Implements alma::acs::gui::loglevel::tree::node::TreeContentInfo.
References client, and si::ijs::maci::ClientInfo::h.
| String alma::acs::gui::loglevel::tree::node::TreeClientInfo::getName | ( | ) | [inline] |
Return the name of the encsapsulated object
Implements alma::acs::gui::loglevel::tree::node::TreeContentInfo.
References client, and si::ijs::maci::ClientInfo::name.
| String alma::acs::gui::loglevel::tree::node::TreeClientInfo::toString | ( | ) | [inline] |
Override toString to show the name on the tree
References client, and si::ijs::maci::ClientInfo::name.
Referenced by compareHandle(), compareName(), getClientInfo(), getHandle(), getName(), toString(), and TreeClientInfo().
1.6.2