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 classMultiEnableCheckA sequence of EnableChecks treated as one.Methods in org.locationtech.jts.jump.workbench.plugin with parameters of type EnableCheck Modifier and Type Method Description MultiEnableCheckMultiEnableCheck. 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 EnableCheckMultiInputDialog. createDoubleCheck(String fieldName)EnableCheckMultiInputDialog. createIntegerCheck(String fieldName)EnableCheckMultiInputDialog. createNonNegativeCheck(String fieldName)EnableCheckMultiInputDialog. createPositiveCheck(String fieldName)EnableCheckEnableableToolBar. getEnableCheck(AbstractButton button)Methods in org.locationtech.jts.jump.workbench.ui with parameters of type EnableCheck Modifier and Type Method Description voidEnableableToolBar. add(AbstractButton button, String tooltip, Icon icon, ActionListener actionListener, EnableCheck enableCheck)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)voidMultiInputDialog. addRow(String fieldName, JComponent label, JComponent component, EnableCheck[] enableChecks, String toolTipText)JTextFieldMultiInputDialog. addTextField(String fieldName, String initialValue, int approxWidthInChars, EnableCheck[] enableChecks, String toolTipText)voidWorkbenchToolBar. setCursorToolEnableCheck(EnableCheck cursorToolEnableCheck)voidEnableableToolBar. 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 booleanAbstractCursorTool. 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 EnableCheckCopySelectedLayersToWarpingVectorsPlugIn. createEnableCheck(WorkbenchContext workbenchContext)EnableCheckEditablePlugIn. createEnableCheck(WorkbenchContext workbenchContext)Methods in org.locationtech.jts.jump.workbench.ui.plugin with parameters of type EnableCheck Modifier and Type Method Description 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 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 EnableCheckShowTriangulationPlugIn. 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.ToolConfigToolboxDialog. add(CursorTool tool, EnableCheck enableCheck)voidToolboxDialog. addPlugIn(PlugIn plugIn, EnableCheck enableCheck, Icon icon)
-