Uses of Interface
org.locationtech.jts.jump.workbench.model.LayerListener
-
Packages that use LayerListener 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 LayerListener in org.locationtech.jts.jump.workbench.model
Classes in org.locationtech.jts.jump.workbench.model that implement LayerListener Modifier and Type Class Description classLayerAdapterEmpty implementation of LayerListener.Methods in org.locationtech.jts.jump.workbench.model with parameters of type LayerListener Modifier and Type Method Description voidLayerManager. addLayerListener(LayerListener layerListener)voidLayerManager. removeLayerListener(LayerListener layerListener) -
Uses of LayerListener in org.locationtech.jts.jump.workbench.ui
Classes in org.locationtech.jts.jump.workbench.ui that implement LayerListener Modifier and Type Class Description classLayerViewPanelBe sure to call #dispose() when the LayerViewPanel is no longer needed.classTreeLayerNamePanel
-