Uses of Interface
org.locationtech.jts.jump.workbench.plugin.PlugIn
-
-
Uses of PlugIn in org.locationtech.jts.jump.coordsys
Classes in org.locationtech.jts.jump.coordsys that implement PlugIn Modifier and Type Class Description class
ChangeCoordinateSystemPlugIn
Implements aPlugIn
that allows the user to change coordinate systems. -
Uses of PlugIn in org.locationtech.jts.jump.demo.delineation
Classes in org.locationtech.jts.jump.demo.delineation that implement PlugIn Modifier and Type Class Description class
InstallDelineationToolPlugIn
Sets up and installs the delineation tool. -
Uses of PlugIn in org.locationtech.jts.jump.workbench.datasource
Classes in org.locationtech.jts.jump.workbench.datasource that implement PlugIn Modifier and Type Class Description class
InstallStandardDataSourceQueryChoosersPlugIn
Adds to the JUMP Workbench the UIs for opening and saving files with the basic file formats.class
LoadDatasetPlugIn
Prompts the user to pick a dataset to load.class
SaveDatasetAsPlugIn
Prompts the user to pick a dataset to save. -
Uses of PlugIn in org.locationtech.jts.jump.workbench.plugin
Subinterfaces of PlugIn in org.locationtech.jts.jump.workbench.plugin Modifier and Type Interface Description interface
ThreadedPlugIn
A long-running PlugIn that keeps the GUI responsive (but only partially so, as a modal progress dialog will be in the way).Classes in org.locationtech.jts.jump.workbench.plugin that implement PlugIn Modifier and Type Class Description class
AbstractPlugIn
Default implementation of PlugIn, with useful functions for auto-generating a name, converting a PlugIn into an ActionListener (for use with JButtons, for example), and supporting undo.class
MacroPlugIn
A sequence of plug-ins treated as one.class
ThreadedBasePlugIn
Convenience superclass for classes that want to extend BasePlugIn and implement ThreadedPlugIn.Fields in org.locationtech.jts.jump.workbench.plugin declared as PlugIn Modifier and Type Field Description protected PlugIn[]
MacroPlugIn. plugIns
Methods in org.locationtech.jts.jump.workbench.plugin with parameters of type PlugIn Modifier and Type Method Description static ActionListener
AbstractPlugIn. toActionListener(PlugIn plugIn, WorkbenchContext workbenchContext, TaskMonitorManager taskMonitorManager)
Constructors in org.locationtech.jts.jump.workbench.plugin with parameters of type PlugIn Constructor Description MacroPlugIn(PlugIn[] plugIns)
-
Uses of PlugIn in org.locationtech.jts.jump.workbench.ui
Methods in org.locationtech.jts.jump.workbench.ui with parameters of type PlugIn Modifier and Type Method Description void
WorkbenchFrame. addKeyboardShortcut(int keyCode, int modifiers, PlugIn plugIn, EnableCheck enableCheck)
Adds a keyboard shortcut for a plugin.JButton
WorkbenchToolBar. addPlugIn(Icon icon, PlugIn plugIn, EnableCheck enableCheck, WorkbenchContext workbenchContext)
static void
AttributeTab. addPopupMenuItem(WorkbenchContext workbenchContext, PlugIn plugIn, String menuItemName, boolean checkBox, Icon icon, EnableCheck enableCheck)
-
Uses of PlugIn in org.locationtech.jts.jump.workbench.ui.cursortool.editing
Classes in org.locationtech.jts.jump.workbench.ui.cursortool.editing that implement PlugIn Modifier and Type Class Description class
EditingPlugIn
-
Uses of PlugIn in org.locationtech.jts.jump.workbench.ui.plugin
Methods in org.locationtech.jts.jump.workbench.ui.plugin with parameters of type PlugIn Modifier and Type Method Description void
FeatureInstaller. addLayerNameViewMenuItem(PlugIn executable, String[] menuPath, String menuItemName)
Add a menu item to the main menu that is enabled only if the active internal frame is a LayerViewPanelProxy and a LayerNamePanelProxy.void
FeatureInstaller. addLayerNameViewMenuItem(PlugIn executable, String menuName, String menuItemName)
void
FeatureInstaller. addLayerViewMenuItem(PlugIn executable, String[] menuPath, String menuItemName)
Add a menu item to the main menu that is enabled only if the active internal frame is a LayerViewPanelProxy.void
FeatureInstaller. addLayerViewMenuItem(PlugIn executable, String menuName, String menuItemName)
void
FeatureInstaller. addMainMenuItem(PlugIn executable, String[] menuPath, String menuItemName, boolean checkBox, Icon icon, EnableCheck enableCheck)
void
FeatureInstaller. addMainMenuItem(PlugIn executable, String menuName, String menuItemName, Icon icon, EnableCheck enableCheck)
void
FeatureInstaller. addPopupMenuItem(JPopupMenu popupMenu, PlugIn executable, String menuItemName, boolean checkBox, Icon icon, EnableCheck enableCheck)
-
Uses of PlugIn in org.locationtech.jts.jump.workbench.ui.plugin.analysis
Classes in org.locationtech.jts.jump.workbench.ui.plugin.analysis that implement PlugIn Modifier and Type Class Description class
BufferPlugIn
class
CalculateAreasAndLengthsPlugIn
Calculates areas and lengths from information obtained from the user via aMultiInputDialog
.class
GeometryFunctionPlugIn
Provides basic functions for computation withGeometry
objects.class
OverlayPlugIn
Creates a new layer containing intersections of all pairs of features from two input layers.class
UnionPlugIn
-
Uses of PlugIn in org.locationtech.jts.jump.workbench.ui.plugin.clipboard
Classes in org.locationtech.jts.jump.workbench.ui.plugin.clipboard that implement PlugIn Modifier and Type Class Description class
CopyImagePlugIn
class
CopySelectedItemsPlugIn
class
CopySelectedLayersPlugIn
class
CopyThisCoordinatePlugIn
class
CutSelectedItemsPlugIn
class
CutSelectedLayersPlugIn
class
LayerableClipboardPlugIn
class
PasteItemsPlugIn
Lets user paste items from the clipboard.class
PasteLayersPlugIn
Lets user paste layers from the clipboard. -
Uses of PlugIn in org.locationtech.jts.jump.workbench.ui.plugin.generate
Classes in org.locationtech.jts.jump.workbench.ui.plugin.generate that implement PlugIn Modifier and Type Class Description class
BoundaryMatchDataPlugIn
Creates two polygon-grid layers that interlock with sinusoidal "teeth".class
ShowTriangulationPlugIn
See White, Marvin S., Jr. -
Uses of PlugIn in org.locationtech.jts.jump.workbench.ui.plugin.scalebar
Classes in org.locationtech.jts.jump.workbench.ui.plugin.scalebar that implement PlugIn Modifier and Type Class Description class
InstallScaleBarPlugIn
Ensures that all TaskFrames get a scale bar.class
ScaleBarPlugIn
-
Uses of PlugIn in org.locationtech.jts.jump.workbench.ui.plugin.skin
Classes in org.locationtech.jts.jump.workbench.ui.plugin.skin that implement PlugIn Modifier and Type Class Description class
InstallSkinsPlugIn
Installs custom 'look and feel' for UI via 'Skins'. -
Uses of PlugIn in org.locationtech.jts.jump.workbench.ui.plugin.test
Classes in org.locationtech.jts.jump.workbench.ui.plugin.test that implement PlugIn Modifier and Type Class Description class
MicroscopePlugIn
class
ProgressReportingPlugIn
class
RandomArrowsPlugIn
class
RandomTrianglesPlugIn
class
TestColorThemingPlugIn
-
Uses of PlugIn in org.locationtech.jts.jump.workbench.ui.plugin.wms
Classes in org.locationtech.jts.jump.workbench.ui.plugin.wms that implement PlugIn Modifier and Type Class Description class
AddWMSQueryPlugIn
class
EditWMSQueryPlugIn
-
Uses of PlugIn in org.locationtech.jts.jump.workbench.ui.renderer.style
Classes in org.locationtech.jts.jump.workbench.ui.renderer.style that implement PlugIn Modifier and Type Class Description class
CustomFillPatternExamplePlugIn
-
Uses of PlugIn in org.locationtech.jts.jump.workbench.ui.snap
Classes in org.locationtech.jts.jump.workbench.ui.snap that implement PlugIn Modifier and Type Class Description class
InstallGridPlugIn
-
Uses of PlugIn in org.locationtech.jts.jump.workbench.ui.style
Classes in org.locationtech.jts.jump.workbench.ui.style that implement PlugIn Modifier and Type Class Description class
ChangeStylesPlugIn
-
Uses of PlugIn in org.locationtech.jts.jump.workbench.ui.toolbox
Classes in org.locationtech.jts.jump.workbench.ui.toolbox that implement PlugIn Modifier and Type Class Description class
MainButtonPlugIn
Convenience superclass used in toolboxes that have one primary button.class
ToolboxPlugIn
Methods in org.locationtech.jts.jump.workbench.ui.toolbox with parameters of type PlugIn Modifier and Type Method Description void
ToolboxDialog. addPlugIn(PlugIn plugIn, EnableCheck enableCheck, Icon icon)
-
Uses of PlugIn in org.locationtech.jts.jump.workbench.ui.warp
Classes in org.locationtech.jts.jump.workbench.ui.warp that implement PlugIn Modifier and Type Class Description class
AffineTransformPlugIn
Applies an affine transform to the selected layers.class
WarpingPlugIn
-
Uses of PlugIn in org.locationtech.jts.jump.workbench.ui.zoom
Classes in org.locationtech.jts.jump.workbench.ui.zoom that implement PlugIn Modifier and Type Class Description class
InstallZoomBarPlugIn
class
ZoomBarPlugIn
class
ZoomNextPlugIn
class
ZoomPreviousPlugIn
class
ZoomToClickPlugIn
class
ZoomToCoordinatePlugIn
class
ZoomToFencePlugIn
class
ZoomToFullExtentPlugIn
class
ZoomToLayerPlugIn
class
ZoomToSelectedItemsPlugIn
Zoom to the features, then flash them.
-