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 classChangeCoordinateSystemPlugInImplements aPlugInthat 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 classInstallDelineationToolPlugInSets 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 classInstallStandardDataSourceQueryChoosersPlugInAdds to the JUMP Workbench the UIs for opening and saving files with the basic file formats.classLoadDatasetPlugInPrompts the user to pick a dataset to load.classSaveDatasetAsPlugInPrompts 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 interfaceThreadedPlugInA 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 classAbstractPlugInDefault 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.classMacroPlugInA sequence of plug-ins treated as one.classThreadedBasePlugInConvenience 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. plugInsMethods in org.locationtech.jts.jump.workbench.plugin with parameters of type PlugIn Modifier and Type Method Description static ActionListenerAbstractPlugIn. 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 voidWorkbenchFrame. addKeyboardShortcut(int keyCode, int modifiers, PlugIn plugIn, EnableCheck enableCheck)Adds a keyboard shortcut for a plugin.JButtonWorkbenchToolBar. addPlugIn(Icon icon, PlugIn plugIn, EnableCheck enableCheck, WorkbenchContext workbenchContext)static voidAttributeTab. 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 classEditingPlugIn -
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 voidFeatureInstaller. 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.voidFeatureInstaller. addLayerNameViewMenuItem(PlugIn executable, String menuName, String menuItemName)voidFeatureInstaller. 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.voidFeatureInstaller. addLayerViewMenuItem(PlugIn executable, String menuName, String menuItemName)voidFeatureInstaller. addMainMenuItem(PlugIn executable, String[] menuPath, String menuItemName, boolean checkBox, Icon icon, EnableCheck enableCheck)voidFeatureInstaller. addMainMenuItem(PlugIn executable, String menuName, String menuItemName, Icon icon, EnableCheck enableCheck)voidFeatureInstaller. 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 classBufferPlugInclassCalculateAreasAndLengthsPlugInCalculates areas and lengths from information obtained from the user via aMultiInputDialog.classGeometryFunctionPlugInProvides basic functions for computation withGeometryobjects.classOverlayPlugInCreates a new layer containing intersections of all pairs of features from two input layers.classUnionPlugIn -
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 classCopyImagePlugInclassCopySelectedItemsPlugInclassCopySelectedLayersPlugInclassCopyThisCoordinatePlugInclassCutSelectedItemsPlugInclassCutSelectedLayersPlugInclassLayerableClipboardPlugInclassPasteItemsPlugInLets user paste items from the clipboard.classPasteLayersPlugInLets 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 classBoundaryMatchDataPlugInCreates two polygon-grid layers that interlock with sinusoidal "teeth".classShowTriangulationPlugInSee 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 classInstallScaleBarPlugInEnsures that all TaskFrames get a scale bar.classScaleBarPlugIn -
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 classInstallSkinsPlugInInstalls 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 classMicroscopePlugInclassProgressReportingPlugInclassRandomArrowsPlugInclassRandomTrianglesPlugInclassTestColorThemingPlugIn -
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 classAddWMSQueryPlugInclassEditWMSQueryPlugIn -
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 classCustomFillPatternExamplePlugIn -
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 classInstallGridPlugIn -
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 classChangeStylesPlugIn -
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 classMainButtonPlugInConvenience superclass used in toolboxes that have one primary button.classToolboxPlugInMethods in org.locationtech.jts.jump.workbench.ui.toolbox with parameters of type PlugIn Modifier and Type Method Description voidToolboxDialog. 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 classAffineTransformPlugInApplies an affine transform to the selected layers.classWarpingPlugIn -
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 classInstallZoomBarPlugInclassZoomBarPlugInclassZoomNextPlugInclassZoomPreviousPlugInclassZoomToClickPlugInclassZoomToCoordinatePlugInclassZoomToFencePlugInclassZoomToFullExtentPlugInclassZoomToLayerPlugInclassZoomToSelectedItemsPlugInZoom to the features, then flash them.
-