Plumtree UI Infrastructure API  
 

ITreeModel.SetObjectIDsToDisplay Method 

This method will display only the given objects. Only this method or SetObjectIDsToHide() can be called, not both.

void SetObjectIDsToDisplay(
   int[] nIDs
);

Parameters

nIDs

See Also

ITreeModel Interface | com.plumtree.uiinfrastructure.tree Namespace