Uses of Interface
org.locationtech.jts.jump.workbench.ui.SelectionManagerProxy
-
Packages that use SelectionManagerProxy Package Description org.locationtech.jts.jump.workbench.ui org.locationtech.jts.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items). -
-
Uses of SelectionManagerProxy in org.locationtech.jts.jump.workbench.ui
Classes in org.locationtech.jts.jump.workbench.ui that implement SelectionManagerProxy Modifier and Type Class Description class
InfoFrame
Provides proxied (non-spatial) views of a Layer.class
LayerViewPanel
Be sure to call #dispose() when the LayerViewPanel is no longer needed.class
PrimaryInfoFrame
A TaskFrame can have several InfoFrames, but one PrimaryInfoFrame.class
TaskFrame
Methods in org.locationtech.jts.jump.workbench.ui with parameters of type SelectionManagerProxy Modifier and Type Method Description static EditTransaction
EditTransaction. createTransactionOnSelection(EditTransaction.SelectionEditor editor, SelectionManagerProxy selectionManagerProxy, LayerViewPanelContext layerViewPanelContext, String name, Layer layer, boolean rollingBackInvalidEdits, boolean allowAddingAndRemovingFeatures)
static Map
EditTransaction. featureToNewGeometryMap(EditTransaction.SelectionEditor editor, SelectionManagerProxy selectionManagerProxy, Layer layer)
-
Uses of SelectionManagerProxy in org.locationtech.jts.jump.workbench.ui.plugin
Classes in org.locationtech.jts.jump.workbench.ui.plugin that implement SelectionManagerProxy Modifier and Type Class Description static class
ViewAttributesPlugIn.ViewAttributesFrame
-