Class PythonToolsPlugIn
- java.lang.Object
-
- com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
-
- com.vividsolutions.jump.workbench.ui.toolbox.ToolboxPlugInV2
-
- org.openjump.core.ui.plugin.customize.PythonToolsPlugIn
-
- All Implemented Interfaces:
CheckBoxed
,EnableChecked
,Iconified
,PlugIn
,Recordable
,ShortcutEnabled
public class PythonToolsPlugIn extends ToolboxPlugInV2
-
-
Field Summary
-
Fields inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
shortcutKeys, shortcutModifiers
-
-
Constructor Summary
Constructors Constructor Description PythonToolsPlugIn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnableCheck
getEnableCheck()
Use reflection to find an EnableCheck object defined by old method createEnableCheck in this plugin.Icon
getIcon()
Plugin icon assumed to be 16x16 by defaultString
getName()
Returns a very brief description of this PlugIn e.g.void
initialize(PlugInContext context)
Called when Workbench starts up to allow plugins to initialize themselves.protected ToolboxDialog
initializeToolbox()
-
Methods inherited from class com.vividsolutions.jump.workbench.ui.toolbox.ToolboxPlugInV2
execute, getToolbox
-
Methods inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
addParameter, createName, execute, execute, getBooleanParam, getContext, getDoubleParam, getIcon, getIcon, getIntegerParam, getParameter, getParameters, getShortcutKeys, getShortcutKeyStroke, getShortcutModifiers, getStringParam, getWorkbenchContext, isRollingBackInvalidEdits, isShortcutEnabled, reportNothingToUndoYet, setParameters, setShortcutKeys, setShortcutModifiers, toActionListener, toString
-
-
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:PlugIn
Returns a very brief description of this PlugIn e.g. for display as a menu item- Specified by:
getName
in interfacePlugIn
- Overrides:
getName
in classAbstractPlugIn
- Returns:
- the class name, minus "PlugIn", with spaces inserted at the appropriate point before each uppercase+lowercase and lowercase+uppercase combination.
-
initialize
public void initialize(PlugInContext context) throws Exception
Description copied from interface:PlugIn
Called when Workbench starts up to allow plugins to initialize themselves.- Specified by:
initialize
in interfacePlugIn
- Overrides:
initialize
in classAbstractPlugIn
- Parameters:
context
- context of the PlugIn- Throws:
Exception
- if an exception occur during initialization
-
initializeToolbox
protected ToolboxDialog initializeToolbox() throws Exception
- Specified by:
initializeToolbox
in classToolboxPlugInV2
- Throws:
Exception
-
getIcon
public Icon getIcon()
Description copied from class:AbstractPlugIn
Plugin icon assumed to be 16x16 by default- Specified by:
getIcon
in interfaceIconified
- Overrides:
getIcon
in classAbstractPlugIn
-
getEnableCheck
public EnableCheck getEnableCheck()
Description copied from class:AbstractPlugIn
Use reflection to find an EnableCheck object defined by old method createEnableCheck in this plugin.- Specified by:
getEnableCheck
in interfaceEnableChecked
- Overrides:
getEnableCheck
in classToolboxPlugInV2
- Returns:
- the EnableCheck defined the old way
-
-