org.openjump.core.ui.plugin.layer.pirolraster
Class CutSelectedRasterImageLayersPlugIn

java.lang.Object
  extended by com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
      extended by com.vividsolutions.jump.workbench.plugin.MacroPlugIn
          extended by org.openjump.core.ui.plugin.layer.pirolraster.CutSelectedRasterImageLayersPlugIn
All Implemented Interfaces:
PlugIn

public class CutSelectedRasterImageLayersPlugIn
extends MacroPlugIn


Field Summary
 
Fields inherited from class com.vividsolutions.jump.workbench.plugin.MacroPlugIn
plugIns
 
Constructor Summary
CutSelectedRasterImageLayersPlugIn()
           
 
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
 
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
 

Constructor Detail

CutSelectedRasterImageLayersPlugIn

public CutSelectedRasterImageLayersPlugIn()
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.

createEnableCheck

public MultiEnableCheck createEnableCheck(WorkbenchContext workbenchContext)