Uses of Class
org.locationtech.jts.jump.workbench.model.CategoryEventType
-
Packages that use CategoryEventType Package Description org.locationtech.jts.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 org.locationtech.jts.jump.workbench.model
Fields in org.locationtech.jts.jump.workbench.model declared as CategoryEventType Modifier and Type Field Description static CategoryEventTypeCategoryEventType. ADDEDstatic CategoryEventTypeCategoryEventType. METADATA_CHANGEDMetadata includes the name of the category.static CategoryEventTypeCategoryEventType. REMOVEDMethods in org.locationtech.jts.jump.workbench.model that return CategoryEventType Modifier and Type Method Description CategoryEventTypeCategoryEvent. getType()Methods in org.locationtech.jts.jump.workbench.model with parameters of type CategoryEventType Modifier and Type Method Description voidCategory. fireCategoryChanged(CategoryEventType type)voidLayerManager. fireCategoryChanged(Category category, CategoryEventType type)Constructors in org.locationtech.jts.jump.workbench.model with parameters of type CategoryEventType Constructor Description CategoryEvent(Category category, CategoryEventType type, int categoryIndex)
-