UC Berkeley Group for User Interface Research
Updated November 17, 2000

Uses of Class
edu.berkeley.guir.lib.satin.command.CommandImpl

Packages that use CommandImpl
edu.berkeley.guir.lib.satin.command Contains Satin's undo, redo, and macro mechanisms. 
 

Uses of CommandImpl in edu.berkeley.guir.lib.satin.command
 

Subclasses of CommandImpl in edu.berkeley.guir.lib.satin.command
 class AddGestureInterpreterCommand
          Attach a Gesture Interpreter to some Graphical Object.
 class AddInkInterpreterCommand
          Attach a Gesture Interpreter to some Graphical Object.
 class ApplyTransformationCommand
          Apply a transformation to a GraphicalObject.
 class CopyCommand
          Copy a Graphical Object to the clipboard.
 class CutCommand
          Cut a Graphical Object to the clipboard.
 class DeleteCommand
          Delete a Graphical Object.
 class InsertCommand
          A Command to insert a new Graphical Object.
 class MacroCommand
          A collection of commands.
 class MakePatchCommand
          Make a patch from a stroke.
 class MoveCommand
          Move the gob from one place to another.
 class OpenCommand
          Open a Sheet to file.
 class PanCommand
          Pan up, down, left, or right.
 class PasteCommand
          Paste a Graphical Object to the clipboard.
 class RemoveCommand
          A Command to remove a Graphical Object from a Graphical Object Group.
 class RotateCommand
          Rotate a GraphicalObject.
 class SaveCommand
          Save a Sheet to file.
 class SelectCommand
          Select a Graphical Object.
 class SelectDeepCommand
          Select a Graphical Object.
 class SelectShallowCommand
          Select a Graphical Object.
 class SetLocationCommand
          Move the gob from one place to another.
 class SetTransformCommand
          Sets the transform to a GraphicalObject.
 class UndoableCommand
          Undoable commands are commands that are meant to be undone only.
 class ZoomCommand
          Zoom in or out.
 


Copyright Information