Plumtree UI Infrastructure API  
 

ITreeModel.RemoveFromSelection Method 

Removes an object from the selected items if it exists and is selected. The pair of classID,objectID uniquely identify each object. This method has no effect if the object does not exist or is not selected. This method does not throw exceptions but does log errors.

void RemoveFromSelection(
   int classID,
   int objectID
);

Parameters

classID
The classID from PT_CLASSIDS of the object to remove
objectID
The objectID of the object to remove

See Also

ITreeModel Interface | com.plumtree.uiinfrastructure.tree Namespace