Uses of Class
org.locationtech.jts.jump.workbench.model.LayerEvent
-
Packages that use LayerEvent 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.org.locationtech.jts.jump.workbench.ui -
-
Uses of LayerEvent in org.locationtech.jts.jump.workbench.model
Methods in org.locationtech.jts.jump.workbench.model with parameters of type LayerEvent Modifier and Type Method Description void
LayerAdapter. layerChanged(LayerEvent e)
void
LayerListener. layerChanged(LayerEvent e)
-
Uses of LayerEvent in org.locationtech.jts.jump.workbench.ui
Methods in org.locationtech.jts.jump.workbench.ui with parameters of type LayerEvent Modifier and Type Method Description void
LayerViewPanel. layerChanged(LayerEvent e)
void
TreeLayerNamePanel. layerChanged(LayerEvent e)
-