The methods of the TreeCompositeNode class are listed below. For a complete list of TreeCompositeNode class members, see the TreeCompositeNode Members topic.
![]() | |
![]() | |
![]() | |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | |
![]() | This method returns the description of the node (HTMLEncoded). If there is no description, it returns the name. |
![]() | This method returns the name of the node (truncated to 50 characters and HTMLEncoded). The name is stored truncated and encoded, so this method is fast. Tracing should use this method, even though it does not need to encode the name. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | This method calculates how many leaf children this node contains. |
![]() | |
![]() | This method returns the name of the node (truncated to 50 characters). This method unencodes the stored encoded name, so it should only be used when retrieving the final tree selections. Tracing should use the GetEncodedName method. |
![]() | Overloaded. |
![]() | Gets the Type of the current instance. |
![]() | |
![]() | |
![]() | This method sets the description of the node and HTMLEncodes it. This will ignore the description if it is null or the empty string. |
![]() | This method sets the name of the node, truncates it to 50 characters, and HTMLEncodes it. This also sets the description to the full name, if there is no description set. |
![]() | This method sets the name and description of the node by copying the truncated and encoded versions from the node. |
![]() | This method searches the entire tree for nodes with the classID and objectID and sets them to selected. This should only be used for multiply instanced nodes. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
TreeCompositeNode Class | com.plumtree.uiinfrastructure.tree Namespace