| Modifier and Type | Class and Description |
|---|---|
class |
ChangeCoordinateSystemPlugIn
Implements a
PlugIn that allows the user to change coordinate systems. |
| Modifier and Type | Class and Description |
|---|---|
class |
InstallDelineationToolPlugIn
Sets up and installs the delineation tool.
|
| Modifier and Type | Class and 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.
|
| Modifier and Type | Interface and 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).
|
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected PlugIn[] |
MacroPlugIn.plugIns |
| Modifier and Type | Method and Description |
|---|---|
static ActionListener |
AbstractPlugIn.toActionListener(PlugIn plugIn,
WorkbenchContext workbenchContext,
TaskMonitorManager taskMonitorManager) |
| Constructor and Description |
|---|
MacroPlugIn(PlugIn[] plugIns) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkbenchFrame.addKeyboardShortcut(int keyCode,
int modifiers,
PlugIn plugIn,
EnableCheck enableCheck)
Adds a keyboard shortcut for a plugin. logs plugin exceptions.
|
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
EditingPlugIn |
| Modifier and Type | Method and 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferPlugIn |
class |
CalculateAreasAndLengthsPlugIn
Calculates areas and lengths from information obtained
from the user via a
MultiInputDialog. |
class |
GeometryFunctionPlugIn
Provides basic functions for computation with
Geometry objects. |
class |
OverlayPlugIn
Creates a new layer containing intersections of all pairs of
features from two input layers.
|
class |
UnionPlugIn |
| Modifier and Type | Class and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BoundaryMatchDataPlugIn
Creates two polygon-grid layers that interlock with sinusoidal "teeth".
|
class |
ShowTriangulationPlugIn
See White, Marvin S., Jr. and Griffin, Patricia. 1985.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InstallScaleBarPlugIn
Ensures that all TaskFrames get a scale bar.
|
class |
ScaleBarPlugIn |
| Modifier and Type | Class and Description |
|---|---|
class |
InstallSkinsPlugIn
Installs custom 'look and feel' for UI via 'Skins'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MicroscopePlugIn |
class |
ProgressReportingPlugIn |
class |
RandomArrowsPlugIn |
class |
RandomTrianglesPlugIn |
class |
TestColorThemingPlugIn |
| Modifier and Type | Class and Description |
|---|---|
class |
AddWMSQueryPlugIn |
class |
EditWMSQueryPlugIn |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomFillPatternExamplePlugIn |
| Modifier and Type | Class and Description |
|---|---|
class |
InstallGridPlugIn |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeStylesPlugIn |
| Modifier and Type | Class and Description |
|---|---|
class |
MainButtonPlugIn
Convenience superclass used in toolboxes that have one primary button.
|
class |
ToolboxPlugIn |
| Modifier and Type | Method and Description |
|---|---|
void |
ToolboxDialog.addPlugIn(PlugIn plugIn,
EnableCheck enableCheck,
Icon icon) |
| Modifier and Type | Class and Description |
|---|---|
class |
AffineTransformPlugIn
Applies an affine transform to the selected layers.
|
class |
WarpingPlugIn |
| Modifier and Type | Class and 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.
|
Copyright © 2015. All rights reserved.