Uses of Class
com.vividsolutions.jump.workbench.model.FeatureEvent
Packages that use FeatureEvent
Package
Description
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 FeatureEvent in com.vividsolutions.jump.workbench.model
Methods in com.vividsolutions.jump.workbench.model with parameters of type FeatureEventModifier and TypeMethodDescriptionvoidLayerAdapter.featuresChanged(FeatureEvent e) voidLayerListener.featuresChanged(FeatureEvent e) Fired when a feature is added to or removed from a layer, or when a feature is edited (using an EditTransaction). -
Uses of FeatureEvent in com.vividsolutions.jump.workbench.ui
Methods in com.vividsolutions.jump.workbench.ui with parameters of type FeatureEventModifier and TypeMethodDescriptionvoidLayerViewPanel.featuresChanged(FeatureEvent e) voidTreeLayerNamePanel.featuresChanged(FeatureEvent e)