

Public Member Functions | |
| CDBTreeNode (String name, Context parent, Context context) | |
| boolean | isLeaf () |
| int | getChildCount () |
| String | getValue () |
| String | toString () |
Private Attributes | |
| boolean | areChildrenDefined = false |
| String | name |
| Context | parent = null |
| Context | context = null |
| com::cosylab::cdb::CDBTreeNode::CDBTreeNode | ( | String | name, | |
| Context | parent, | |||
| Context | context | |||
| ) | [inline] |
Referenced by getChildCount().
| int com::cosylab::cdb::CDBTreeNode::getChildCount | ( | ) | [inline] |
References areChildrenDefined, CDBTreeNode(), context, name, and parent.
| String com::cosylab::cdb::CDBTreeNode::getValue | ( | ) | [inline] |
References context, isLeaf(), name, and parent.
Referenced by com::cosylab::cdb::CDBBrowser::valueChanged().
| boolean com::cosylab::cdb::CDBTreeNode::isLeaf | ( | ) | [inline] |
References context, and parent.
Referenced by getValue().
| String com::cosylab::cdb::CDBTreeNode::toString | ( | ) | [inline] |
References name.
boolean com::cosylab::cdb::CDBTreeNode::areChildrenDefined = false [private] |
Referenced by getChildCount().
Context com::cosylab::cdb::CDBTreeNode::context = null [private] |
Referenced by getChildCount(), getValue(), and isLeaf().
String com::cosylab::cdb::CDBTreeNode::name [private] |
Referenced by getChildCount(), getValue(), and toString().
Context com::cosylab::cdb::CDBTreeNode::parent = null [private] |
Referenced by getChildCount(), getValue(), and isLeaf().
1.6.2