Uses of Class
com.vividsolutions.jump.workbench.model.Category

Packages that use Category
com.vividsolutions.jump.workbench.model Layers, Categories, and Layer Managers -- the top level of abstraction in the JUMP data model, wrapping Features and FeatureCollections, which in turn wrap Geometries. 
 

Uses of Category in com.vividsolutions.jump.workbench.model
 

Methods in com.vividsolutions.jump.workbench.model that return Category
 Category LayerManager.getCategory(java.lang.String name)
           
 Category LayerManager.getCategory(Layerable layerable)
           
 Category LayerEvent.getCategory()
           
 Category CategoryEvent.getCategory()
           
 

Methods in com.vividsolutions.jump.workbench.model with parameters of type Category
 void Task.addCategory(Category category)
          Called by Java2XML
 void LayerManager.removeIfEmpty(Category category)
           
 int LayerManager.indexOf(Category category)
           
 void LayerManager.fireCategoryChanged(Category category, CategoryEventType type)
           
 

Constructors in com.vividsolutions.jump.workbench.model with parameters of type Category
LayerEvent(Layerable layerable, LayerEventType type, Category category, int layerIndex)
           
CategoryEvent(Category category, CategoryEventType type, int categoryIndex)