Class LayerableClipboardPlugIn
- java.lang.Object
-
- org.locationtech.jts.jump.workbench.plugin.AbstractPlugIn
-
- org.locationtech.jts.jump.workbench.ui.plugin.clipboard.LayerableClipboardPlugIn
-
- All Implemented Interfaces:
PlugIn
- Direct Known Subclasses:
CopySelectedLayersPlugIn
,PasteLayersPlugIn
public abstract class LayerableClipboardPlugIn extends AbstractPlugIn
-
-
Constructor Summary
Constructors Constructor Description LayerableClipboardPlugIn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Layer
cloneLayer(Layer layer)
protected Layerable
cloneLayerable(Layerable layerable)
-
Methods inherited from class org.locationtech.jts.jump.workbench.plugin.AbstractPlugIn
createName, execute, execute, execute, getName, initialize, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, toString
-
-