Method Summary |
|
abstract public KeTreeElement | pcmf_addElement(String xName, KeTreeElement xNode)
Adds a child-elelemt into this node. |
abstract public KeTreeElement | pcmf_addElement(String xName, KeTreeElement xNode, KeTreeElement xBehind)
Adds a child-element into this node behind a given child-node or
child-element. |
abstract public KeTreeElement | pcmf_addElement(String xName, KeTreeElement xNode, int xIdx)
Adds a child-element into this node at a given index. |
abstract public KeTreeElement | pcmf_addElementLocal(String xName, KeTreeElement xNode)
Adds a child-elelemt into this node. |
abstract public KeTreeNode | pcmf_addNode(String xName, KeTreeNode xNode)
Adds a child-node into this node. |
abstract public KeTreeNode | pcmf_addNode(String xName, KeTreeNode xNode, int xIdx)
Adds a child-node into this node at a given index. |
abstract public KeTreeNode | pcmf_addNode(String xName, KeTreeNode xNode, KeTreeElement xBehind)
Adds a child-node into this node behind a given child-node or
child-element. |
abstract public KeTreeNode | pcmf_addNodeLocal(String xName, KeTreeNode xNode)
Adds a child-node into this node. |
abstract public void | pcmf_clear() |
abstract public void | pcmf_clearAndRelease() |
abstract public boolean | pcmf_contains(KeTreeElement xObj)
Tests if a node/element is inserted in the tree. |
abstract public void | pcmf_deepSubNodeVector(ArrayList l_vect) |
abstract public void | pcmf_disable() |
abstract public void | pcmf_enable() |
abstract public void | pcmf_getAllDisabled(ArrayList xRes) |
abstract public void | pcmf_getAllEnabled(ArrayList xRes) |
abstract public int | pcmf_getAllSubCount(boolean xCountHide) |
abstract public ArrayList | pcmf_getAllSubNames() |
abstract public ArrayList | pcmf_getAllSubs() |
abstract public KeTreeElement | pcmf_getByPath(String xPath)
Gets a sub-node or sub-element by its path. |
abstract public int | pcmf_getChildCount() |
abstract public Iterator | pcmf_getDeepSubNodeIt() |
abstract public KeTreeElement | pcmf_getElementAt(int xIdx)
Gets a child-node or chld-element at a given index. |
abstract public KeTreeNode | pcmf_getNodeAt(int xIdx)
Gets a child-node or chld-element at a given index. |
abstract public KeTreeElement | pcmf_getSub(String xName)
Gets a sub-node or sub-element by its name. |
abstract public int | pcmf_getSubCount() |
abstract public KeTreeElement | pcmf_getSubElement(String xName)
Gets a sub-element by its name. |
abstract public Iterator | pcmf_getSubIterator() |
abstract public Iterator | pcmf_getSubNameIterator() |
abstract public KeTreeNode | pcmf_getSubNode(String xName)
Gets a sub-node by its name. |
abstract public void | pcmf_hide() |
abstract public void | pcmf_hideAll() |
abstract public void | pcmf_hideAllChildren() |
abstract public void | pcmf_hideLevel(int xLevel) |
abstract public int | pcmf_indexOf(KeTreeElement xEl)
Gets the index of a child-node or child-element with the list of
child-nodes. |
abstract public boolean | pcmf_isHidden() |
abstract public boolean | pcmf_isOwner() |
abstract public boolean | pcmf_isParentHidden() |
abstract public void | pcmf_releaseSubs() |
abstract public KeTreeElement | pcmf_removeElement(String xName) |
abstract public KeTreeElement | pcmf_removeElement(KeTreeElement xNode) |
abstract public KeTreeNode | pcmf_removeNode(String xName) |
abstract public KeTreeNode | pcmf_removeNode(KeTreeNode xNode) |
abstract public KeTreeNode | pcmf_removeNodeLocal(String xName) |
abstract public KeTreeNode | pcmf_removeNodeLocal(KeTreeNode xNode) |
abstract public void | pcmf_resetPropertyChangeFlag()
This method resets the property change flag recursively. |
abstract public Object | pcmf_resetRecursive() |
abstract public void | pcmf_setLocalValue(Object xValue)
Sets the value of the server side part of the node. |
abstract public void | pcmf_setSubNodeOwnerShip(boolean xOwner)
Sets the ownership of child-nodes and elements. |
abstract public void | pcmf_toggleHideState() |
abstract public void | pcmf_unHideAll() |
abstract public void | pcmf_unHideAllChildren() |
abstract public void | pcmf_unhide() |