Class PasteItemsAtPlugIn
java.lang.Object
com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
com.vividsolutions.jump.workbench.ui.plugin.clipboard.PasteItemsPlugIn
org.openjump.core.ui.plugin.mousemenu.PasteItemsAtPlugIn
- All Implemented Interfaces:
EnableChecked, Iconified, PlugIn, Recordable, ShortcutEnabled
-
Field Summary
FieldsFields inherited from class PasteItemsPlugIn
MUST_CONTAIN_GEOMETRY, MUST_NOT_BE_EMPTYFields inherited from class AbstractPlugIn
shortcutKeys, shortcutModifiers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(PlugInContext context) Execute the PlugIn.getIcon()Plugin icon assumed to be 16x16 by defaultMethods inherited from class PasteItemsPlugIn
conform, createEnableCheck, getNameWithMnemonic, initializeMethods inherited from class AbstractPlugIn
addParameter, createName, execute, execute, getBooleanParam, getContext, getDoubleParam, getEnableCheck, getIcon, getIcon, getIntegerParam, getName, getParameter, getParameters, getShortcutKeys, getShortcutKeyStroke, getShortcutModifiers, getStringParam, getWorkbenchContext, isRollingBackInvalidEdits, isShortcutEnabled, reportNothingToUndoYet, setParameters, setShortcutKeys, setShortcutModifiers, toActionListener, toString
-
Field Details
-
ICON
-
-
Constructor Details
-
PasteItemsAtPlugIn
public PasteItemsAtPlugIn()
-
-
Method Details
-
execute
Description copied from class:AbstractPlugInExecute the PlugIn.- Specified by:
executein interfacePlugIn- Overrides:
executein classPasteItemsPlugIn- Parameters:
context- context of this PlugIn- Returns:
- true if the PlugIn has been executed
- Throws:
Exception- if an Exception occurs during execution- See Also:
-
getIcon
Description copied from class:AbstractPlugInPlugin icon assumed to be 16x16 by default- Specified by:
getIconin interfaceIconified- Overrides:
getIconin classPasteItemsPlugIn
-