Uses of Class
net.sf.latexdraw.actions.CopyShapes

Packages that use CopyShapes
net.sf.latexdraw.actions   
net.sf.latexdraw.instruments   
 

Uses of CopyShapes in net.sf.latexdraw.actions
 

Subclasses of CopyShapes in net.sf.latexdraw.actions
 class CutShapes
          This action cuts the selected shapes.
 

Fields in net.sf.latexdraw.actions declared as CopyShapes
protected  CopyShapes PasteShapes.copy
          The cut or copy action.
 

Methods in net.sf.latexdraw.actions with parameters of type CopyShapes
 void PasteShapes.setCopy(CopyShapes copy)
           
 

Uses of CopyShapes in net.sf.latexdraw.instruments
 

Classes in net.sf.latexdraw.instruments with type parameters of type CopyShapes
(package private)  class Interaction2AbstractCopy<A extends CopyShapes,I extends Interaction>
          This link maps an menu item interaction to an action dedicated to a shape copy.