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

Packages that use ShapeDeleter
net.sf.latexdraw.instruments   
net.sf.latexdraw.mapping   
net.sf.latexdraw.ui   
 

Uses of ShapeDeleter in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as ShapeDeleter
protected  ShapeDeleter EditingSelector.deleter
          The instrument used to delete shapes.
 

Constructors in net.sf.latexdraw.instruments with parameters of type ShapeDeleter
ButtonPressed2DeleteShapes(ShapeDeleter ins)
          Creates the link.
DeleteShapesLink(ShapeDeleter ins, java.lang.Class<I> clazzInteraction)
          Creates the link.
EditingSelector(UIComposer<?> composer, Pencil pencil, Hand hand, MetaShapeCustomiser metaShapeCustomiser, Border border, ShapeDeleter deleter)
          Creates the instruments selector.
KeyPressed2DeleteShapes(ShapeDeleter ins)
          Creates the link.
 

Uses of ShapeDeleter in net.sf.latexdraw.mapping
 

Fields in net.sf.latexdraw.mapping declared as ShapeDeleter
protected  ShapeDeleter Selection2DeleterMapping.deleter
          The instrument that removes shapes.
 

Methods in net.sf.latexdraw.mapping that return ShapeDeleter
 ShapeDeleter Selection2DeleterMapping.getTarget()
           
 

Constructors in net.sf.latexdraw.mapping with parameters of type ShapeDeleter
Selection2DeleterMapping(java.util.List<IShape> selection, ShapeDeleter deleter)
          Creates the mapping.
 

Uses of ShapeDeleter in net.sf.latexdraw.ui
 

Fields in net.sf.latexdraw.ui declared as ShapeDeleter
protected  ShapeDeleter LFrame.deleter
          The instrument that removes shapes.
 

Methods in net.sf.latexdraw.ui that return ShapeDeleter
 ShapeDeleter LFrame.getDeleter()