Class PasteLayersPlugIn
- java.lang.Object
-
- com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
-
- com.vividsolutions.jump.workbench.ui.plugin.clipboard.LayerableClipboardPlugIn
-
- com.vividsolutions.jump.workbench.ui.plugin.clipboard.PasteLayersPlugIn
-
- All Implemented Interfaces:
EnableChecked
,Iconified
,PlugIn
,Recordable
,ShortcutEnabled
public class PasteLayersPlugIn extends LayerableClipboardPlugIn
Lets user paste layers from the clipboard.
-
-
Field Summary
Fields Modifier and Type Field Description static String
MUST_BE_LAYERS
static String
MUST_NOT_BE_EMPTY
-
Fields inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
shortcutKeys, shortcutModifiers
-
-
Constructor Summary
Constructors Constructor Description PasteLayersPlugIn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultiEnableCheck
createEnableCheck(WorkbenchContext workbenchContext)
boolean
execute(PlugInContext context)
Execute the PlugIn.Icon
getIcon()
Plugin icon assumed to be 16x16 by defaultString
getNameWithMnemonic()
-
Methods inherited from class com.vividsolutions.jump.workbench.ui.plugin.clipboard.LayerableClipboardPlugIn
cloneLayer, cloneLayerable
-
Methods inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
addParameter, createName, execute, execute, getBooleanParam, getContext, getDoubleParam, getEnableCheck, getIcon, getIcon, getIntegerParam, getName, getParameter, getParameters, getShortcutKeys, getShortcutKeyStroke, getShortcutModifiers, getStringParam, getWorkbenchContext, initialize, isRollingBackInvalidEdits, isShortcutEnabled, reportNothingToUndoYet, setParameters, setShortcutKeys, setShortcutModifiers, toActionListener, toString
-
-
-
-
Method Detail
-
getNameWithMnemonic
public String getNameWithMnemonic()
-
execute
public boolean execute(PlugInContext context) throws Exception
Description copied from class:AbstractPlugIn
Execute the PlugIn.- Specified by:
execute
in interfacePlugIn
- Overrides:
execute
in classAbstractPlugIn
- Parameters:
context
- context of this PlugIn- Returns:
- true if the PlugIn has been executed
- Throws:
Exception
- if an Exception occurs during execution- See Also:
ThreadedPlugIn
-
createEnableCheck
public MultiEnableCheck createEnableCheck(WorkbenchContext workbenchContext)
-
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
-
-