Uses of Class
org.jhotdraw.standard.FigureTransferCommand

Packages that use FigureTransferCommand
org.jhotdraw.figures   
org.jhotdraw.standard   
 

Uses of FigureTransferCommand in org.jhotdraw.figures
 

Constructors in org.jhotdraw.figures with parameters of type FigureTransferCommand
ConnectedTextTool.DeleteUndoActivity(FigureTransferCommand cmd, Figure newConnectedFigure)
           
 

Uses of FigureTransferCommand in org.jhotdraw.standard
 

Subclasses of FigureTransferCommand in org.jhotdraw.standard
 class CopyCommand
          Copy the selection to the clipboard.
 class CutCommand
          Delete the selection and move the selected figures to the clipboard.
 class DeleteCommand
          Command to delete the selection.
 class DuplicateCommand
          Duplicate the selection and select the duplicates.
 class PasteCommand
          Command to insert the clipboard into the drawing.
 

Constructors in org.jhotdraw.standard with parameters of type FigureTransferCommand
CutCommand.UndoActivity(FigureTransferCommand newCommand)
          Constructor for UndoActivity.
DeleteCommand.UndoActivity(FigureTransferCommand newCommand)
          Constructor for UndoActivity.