Uses of Class
net.sf.latexdraw.instruments.CopierCutterPaster

Packages that use CopierCutterPaster
net.sf.latexdraw.instruments   
net.sf.latexdraw.ui   
 

Uses of CopierCutterPaster in net.sf.latexdraw.instruments
 

Constructors in net.sf.latexdraw.instruments with parameters of type CopierCutterPaster
Interaction2AbstractCopy(CopierCutterPaster ins, java.lang.Class<A> classAction, java.lang.Class<I> classInteraction)
          Creates the link.
Interaction2PasteShapes(CopierCutterPaster ins, java.lang.Class<I> clazzInteraction)
          Creates the link.
MenuItem2CopyShapes(CopierCutterPaster ins)
          Creates the link.
MenuItem2CutShapes(CopierCutterPaster ins)
          Creates the link.
MenuItem2PasteShapes(CopierCutterPaster ins)
          Creates the link.
Shortcut2CopyShapes(CopierCutterPaster ins)
          Creates the link.
Shortcut2CutShapes(CopierCutterPaster ins)
          Creates the link.
Shortcut2PasteShapes(CopierCutterPaster ins)
          Creates the link.
 

Uses of CopierCutterPaster in net.sf.latexdraw.ui
 

Fields in net.sf.latexdraw.ui declared as CopierCutterPaster
protected  CopierCutterPaster LFrame.paster
          The instrument that copies, cuts and pastes selected shapes.
 

Methods in net.sf.latexdraw.ui that return CopierCutterPaster
 CopierCutterPaster LFrame.getPaster()