Class MoveLayerablePlugIn.MoveLayerableUpPlugIn
- java.lang.Object
-
- com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
-
- com.vividsolutions.jump.workbench.ui.plugin.MoveLayerablePlugIn
-
- com.vividsolutions.jump.workbench.ui.plugin.MoveLayerablePlugIn.MoveLayerableUpPlugIn
-
- All Implemented Interfaces:
EnableChecked
,Iconified
,PlugIn
,Recordable
,ShortcutEnabled
- Enclosing class:
- MoveLayerablePlugIn
public static class MoveLayerablePlugIn.MoveLayerableUpPlugIn extends MoveLayerablePlugIn
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.vividsolutions.jump.workbench.ui.plugin.MoveLayerablePlugIn
MoveLayerablePlugIn.MoveLayerableDownPlugIn, MoveLayerablePlugIn.MoveLayerableUpPlugIn
-
-
Field Summary
Fields Modifier and Type Field Description static Icon
ICON
-
Fields inherited from class com.vividsolutions.jump.workbench.ui.plugin.MoveLayerablePlugIn
DOWNICON, UPICON
-
Fields inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
shortcutKeys, shortcutModifiers
-
-
Constructor Summary
Constructors Constructor Description MoveLayerableUpPlugIn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultiEnableCheck
createEnableCheck(WorkbenchContext workbenchContext)
String
getName()
Returns a very brief description of this PlugIn e.g.-
Methods inherited from class com.vividsolutions.jump.workbench.ui.plugin.MoveLayerablePlugIn
execute, index, initialize, selectedLayerable
-
Methods inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
addParameter, createName, execute, execute, getBooleanParam, getContext, getDoubleParam, getEnableCheck, getIcon, getIcon, getIcon, getIntegerParam, getParameter, getParameters, getShortcutKeys, getShortcutKeyStroke, getShortcutModifiers, getStringParam, getWorkbenchContext, isRollingBackInvalidEdits, isShortcutEnabled, reportNothingToUndoYet, setParameters, setShortcutKeys, setShortcutModifiers, toActionListener, toString
-
-
-
-
Field Detail
-
ICON
public static final Icon ICON
-
-
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.
-
createEnableCheck
public MultiEnableCheck createEnableCheck(WorkbenchContext workbenchContext)
- Overrides:
createEnableCheck
in classMoveLayerablePlugIn
-
-