Uses of Interface
org.locationtech.jts.jump.workbench.plugin.EnableCheck
-
Packages that use EnableCheck Package Description org.locationtech.jts.jump.workbench.plugin The API for "plug-ins", which are code modules that can be assigned to buttons and menu items.org.locationtech.jts.jump.workbench.ui org.locationtech.jts.jump.workbench.ui.cursortool org.locationtech.jts.jump.workbench.ui.plugin The built-in JUMP "plug-ins" (code modules that can be assigned to buttons and menu items).org.locationtech.jts.jump.workbench.ui.plugin.generate org.locationtech.jts.jump.workbench.ui.plugin.wms org.locationtech.jts.jump.workbench.ui.toolbox -
-
Uses of EnableCheck in org.locationtech.jts.jump.workbench.plugin
Classes in org.locationtech.jts.jump.workbench.plugin that implement EnableCheck Modifier and Type Class Description class
MultiEnableCheck
A sequence of EnableChecks treated as one.Methods in org.locationtech.jts.jump.workbench.plugin with parameters of type EnableCheck Modifier and Type Method Description MultiEnableCheck
MultiEnableCheck. add(EnableCheck enableCheck)
-
Uses of EnableCheck in org.locationtech.jts.jump.workbench.ui
Methods in org.locationtech.jts.jump.workbench.ui that return EnableCheck Modifier and Type Method Description EnableCheck
MultiInputDialog. createDoubleCheck(String fieldName)
EnableCheck
MultiInputDialog. createIntegerCheck(String fieldName)
EnableCheck
MultiInputDialog. createNonNegativeCheck(String fieldName)
EnableCheck
MultiInputDialog. createPositiveCheck(String fieldName)
EnableCheck
EnableableToolBar. getEnableCheck(AbstractButton button)
Methods in org.locationtech.jts.jump.workbench.ui with parameters of type EnableCheck Modifier and Type Method Description void
EnableableToolBar. add(AbstractButton button, String tooltip, Icon icon, ActionListener actionListener, EnableCheck enableCheck)
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)
void
MultiInputDialog. addRow(String fieldName, JComponent label, JComponent component, EnableCheck[] enableChecks, String toolTipText)
JTextField
MultiInputDialog. addTextField(String fieldName, String initialValue, int approxWidthInChars, EnableCheck[] enableChecks, String toolTipText)
void
WorkbenchToolBar. setCursorToolEnableCheck(EnableCheck cursorToolEnableCheck)
void
EnableableToolBar. setEnableCheck(AbstractButton button, EnableCheck check)
-
Uses of EnableCheck in org.locationtech.jts.jump.workbench.ui.cursortool
Methods in org.locationtech.jts.jump.workbench.ui.cursortool with parameters of type EnableCheck Modifier and Type Method Description protected boolean
AbstractCursorTool. check(EnableCheck check)
-
Uses of EnableCheck in org.locationtech.jts.jump.workbench.ui.plugin
Methods in org.locationtech.jts.jump.workbench.ui.plugin that return EnableCheck Modifier and Type Method Description EnableCheck
CopySelectedLayersToWarpingVectorsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)
EnableCheck
EditablePlugIn. createEnableCheck(WorkbenchContext workbenchContext)
Methods in org.locationtech.jts.jump.workbench.ui.plugin with parameters of type EnableCheck Modifier and Type Method Description 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 EnableCheck in org.locationtech.jts.jump.workbench.ui.plugin.generate
Methods in org.locationtech.jts.jump.workbench.ui.plugin.generate that return EnableCheck Modifier and Type Method Description EnableCheck
ShowTriangulationPlugIn. createEnableCheck(WorkbenchContext context)
-
Uses of EnableCheck in org.locationtech.jts.jump.workbench.ui.plugin.wms
Methods in org.locationtech.jts.jump.workbench.ui.plugin.wms that return EnableCheck Modifier and Type Method Description EnableCheck[]
EditWMSQueryPanel. getEnableChecks()
-
Uses of EnableCheck in org.locationtech.jts.jump.workbench.ui.toolbox
Methods in org.locationtech.jts.jump.workbench.ui.toolbox with parameters of type EnableCheck Modifier and Type Method Description WorkbenchToolBar.ToolConfig
ToolboxDialog. add(CursorTool tool, EnableCheck enableCheck)
void
ToolboxDialog. addPlugIn(PlugIn plugIn, EnableCheck enableCheck, Icon icon)
-