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

java.lang.Object
  extended by com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
      extended by com.vividsolutions.jump.workbench.ui.plugin.clipboard.LayerableClipboardPlugIn
All Implemented Interfaces:
PlugIn
Direct Known Subclasses:
CopySelectedLayersPlugIn, PasteLayersPlugIn

public abstract class LayerableClipboardPlugIn
extends AbstractPlugIn


Constructor Summary
LayerableClipboardPlugIn()
           
 
Method Summary
protected  Layer cloneLayer(Layer layer)
           
protected  Layerable cloneLayerable(Layerable layerable)
           
 
Methods inherited from class com.vividsolutions.jump.workbench.plugin.AbstractPlugIn
createName, execute, execute, execute, getName, initialize, isRollingBackInvalidEdits, reportNothingToUndoYet, toActionListener, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LayerableClipboardPlugIn

public LayerableClipboardPlugIn()
Method Detail

cloneLayerable

protected Layerable cloneLayerable(Layerable layerable)

cloneLayer

protected Layer cloneLayer(Layer layer)