Adds a property changed listener. This listener is called whenever a
property of the tree element has been change. Derived classes should use
the 'pcmf_setPropChanged(boolean xPc)' method to inform the the super class
about the change!
Gets the last parent node of this element. An element can be inserted in
more than one parent node! The parent which has been added first is
returned by this function.
Gets the parent node of this element. An element can be inserted in more
than one parent node! The parent which has been added last is returned by
this function.
parent
pcmf_getParentNodeCount
abstractpublic int pcmf_getParentNodeCount()(Code)
Gets the depth of the tree from the root node to this element
Sets a transformer for the toString method. A transformer is responsible
for the transformation of objects. In this case it is used to generate a
string representation of this element