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

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.CutSelectedLayersPlugIn
All Implemented Interfaces:
PlugIn

public class CutSelectedLayersPlugIn
extends MacroPlugIn


Field Summary
static javax.swing.ImageIcon ICON
           
 
Fields inherited from class com.vividsolutions.jump.workbench.plugin.MacroPlugIn
plugIns
 
Constructor Summary
CutSelectedLayersPlugIn()
           
 
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

CutSelectedLayersPlugIn

public CutSelectedLayersPlugIn()
Method Detail

getNameWithMnemonic

public java.lang.String getNameWithMnemonic()

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.

createEnableCheck

public MultiEnableCheck createEnableCheck(WorkbenchContext workbenchContext)