org.vectomatic.client.rep.command
Class CommandBase

java.lang.Object
  extended by org.vectomatic.client.rep.command.CommandBase
All Implemented Interfaces:
ICommand
Direct Known Subclasses:
ChangeOrderingCommand, CutCommand, DeleteShapeCommand, DeleteVertexCommand, GroupCommand, MoveVertexCommand, NewShapeCommand, PasteCommand, ResizeDrawingCommand, SetAttributeCommand, TransformShapeCommand, UngroupCommand

public abstract class CommandBase
extends Object
implements ICommand

Abstract base class for commands


Field Summary
protected  RepApplication _app
           
 
Constructor Summary
CommandBase(RepApplication app)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.vectomatic.client.rep.command.ICommand
execute, getDescription, unexecute
 

Field Detail

_app

protected RepApplication _app
Constructor Detail

CommandBase

public CommandBase(RepApplication app)


Copyright © 2010. All Rights Reserved.