Uses of Class
com.vividsolutions.jump.workbench.model.CategoryEventType
-
Packages that use CategoryEventType Package Description 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 Modifier and Type Field Description 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 Modifier and Type Method Description CategoryEventType
CategoryEvent. getType()
Constructors in com.vividsolutions.jump.workbench.model with parameters of type CategoryEventType Constructor Description CategoryEvent(Category category, CategoryEventType type, int categoryIndex)
-