com.vividsolutions.jump.workbench.ui.plugin.clipboard
Class CutSelectedItemsPlugIn

java.lang.Object
  extended by com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
      extended by com.vividsolutions.jump.workbench.plugin.MacroPlugIn
          extended by com.vividsolutions.jump.workbench.ui.plugin.clipboard.CutSelectedItemsPlugIn
All Implemented Interfaces:
PlugIn

public class CutSelectedItemsPlugIn
extends MacroPlugIn


Field Summary
static javax.swing.ImageIcon ICON
           
 
Fields inherited from class com.vividsolutions.jump.workbench.plugin.MacroPlugIn
plugIns
 
Constructor Summary
CutSelectedItemsPlugIn()
           
 
Method Summary
 MultiEnableCheck createEnableCheck(WorkbenchContext workbenchContext)
           
 java.lang.String getName()
          Returns a very brief description of this PlugIn e.g. for display as a menu item
 java.lang.String getNameWithMnemonic()
           
 
Methods inherited from class com.vividsolutions.jump.workbench.plugin.MacroPlugIn
execute, initialize
 
Methods inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
createName, execute, execute, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ICON

public static final javax.swing.ImageIcon ICON
Constructor Detail

CutSelectedItemsPlugIn

public CutSelectedItemsPlugIn()
Method Detail

getName

public java.lang.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 interface PlugIn
Overrides:
getName in class MacroPlugIn
Returns:
the class name, minus "PlugIn", with spaces inserted at the appropriate point before each uppercase+lowercase and lowercase+uppercase combination.

getNameWithMnemonic

public java.lang.String getNameWithMnemonic()

createEnableCheck

public MultiEnableCheck createEnableCheck(WorkbenchContext workbenchContext)