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

Packages that use CategoryEvent
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. 
com.vividsolutions.jump.workbench.ui   
 

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

Methods in com.vividsolutions.jump.workbench.model with parameters of type CategoryEvent
 void LayerListener.categoryChanged(CategoryEvent e)
           
 void LayerAdapter.categoryChanged(CategoryEvent e)
           
 

Uses of CategoryEvent in com.vividsolutions.jump.workbench.ui
 

Methods in com.vividsolutions.jump.workbench.ui with parameters of type CategoryEvent
 void LayerViewPanel.categoryChanged(CategoryEvent e)
           
 void TreeLayerNamePanel.categoryChanged(CategoryEvent e)