Uses of Class
workspace.Subset

Packages that use Subset
workspace   
 

Uses of Subset in workspace
 

Methods in workspace that return types with arguments of type Subset
 java.util.Collection<Subset> FactoryManager.getSubsets()
          Returns a collection of the subsets within this
 

Method parameters in workspace with type arguments of type Subset
 void Workspace.setupSubsets(java.util.Collection<Subset> subsets, boolean usingSys, boolean usingSubs)
          Sets up the subsets by clearing all subsets and installing the new collection of subsets.
 void FactoryManager.setupSubsets(java.util.Collection<Subset> subsets, boolean usingSys, boolean usingSubs)
          Sets up the subsets by clearing all subsets and installing the new collection of subsets.