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

Uses of Interface
edu.berkeley.guir.lib.satin.command.Command

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

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

Classes in edu.berkeley.guir.lib.satin.command that implement 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 CommandImpl
          A simple implementation of Command.
 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.
 

Methods in edu.berkeley.guir.lib.satin.command with parameters of type Command
 void MacroCommand.addCommand(Command cmd)
          Add a command to this macro.
 void MacroCommand.removeCommand(Command cmd)
          Remove a command from this macro.
 void CommandQueue.doCommand(Command cmd)
          Execute the specified command.
 

Constructors in edu.berkeley.guir.lib.satin.command with parameters of type Command
NotEnabledException(Command cmd)
           
 


Copyright Information