Class CutSelectedLayersPlugIn
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.plugin.AbstractPlugIn
-
- org.locationtech.jts.jump.workbench.plugin.MacroPlugIn
-
- org.locationtech.jts.jump.workbench.ui.plugin.clipboard.CutSelectedLayersPlugIn
-
- All Implemented Interfaces:
PlugIn
public class CutSelectedLayersPlugIn extends MacroPlugIn
-
-
Field Summary
-
Fields inherited from class org.locationtech.jts.jump.workbench.plugin.MacroPlugIn
plugIns
-
-
Constructor Summary
Constructors Constructor Description CutSelectedLayersPlugIn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultiEnableCheck
createEnableCheck(WorkbenchContext workbenchContext)
String
getName()
Returns a very brief description of this PlugIn e.g.String
getNameWithMnemonic()
-
Methods inherited from class org.locationtech.jts.jump.workbench.plugin.MacroPlugIn
execute, initialize
-
Methods inherited from class org.locationtech.jts.jump.workbench.plugin.AbstractPlugIn
createName, execute, execute, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, toString
-
-
-
-
Method Detail
-
getNameWithMnemonic
public String getNameWithMnemonic()
-
getName
public 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 interfacePlugIn
- Overrides:
getName
in classMacroPlugIn
- Returns:
- the class name, minus "PlugIn", with spaces inserted at the appropraite point before each uppercase+lowercase and lowercase+uppercase combination.
-
createEnableCheck
public MultiEnableCheck createEnableCheck(WorkbenchContext workbenchContext)
-
-