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

Packages that use CategoryEventType
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 CategoryEventType in com.vividsolutions.jump.workbench.model
 

Fields in com.vividsolutions.jump.workbench.model declared as CategoryEventType
static CategoryEventType CategoryEventType.ADDED
           
static CategoryEventType CategoryEventType.METADATA_CHANGED
          Metadata includes the name of the category.
static CategoryEventType CategoryEventType.REMOVED
           
 

Methods in com.vividsolutions.jump.workbench.model that return CategoryEventType
 CategoryEventType CategoryEvent.getType()
           
 

Methods in com.vividsolutions.jump.workbench.model with parameters of type CategoryEventType
 void LayerManager.fireCategoryChanged(Category category, CategoryEventType type)
           
 void Category.fireCategoryChanged(CategoryEventType type)
           
 

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