Package com.enspire.gemini.commands

Interface Summary
Command A simple command with execute() and undo().
CommandExecutor Executes a given command and keeps it in the history stack.
 

Class Summary
BidirectionalCollectionAdd Executes the add() operation on a BidirectionalCollection.
BidirectionalCollectionCommand A command that is tied to a specific Collection.
BidirectionalCollectionRemove Executes the remove() operation on a BidirectionalCollection.
BidirectionalListAddByIndex Executes the add() operation on a BidirectionalList.
BidirectionalListCommand A command that is tied to a specific List.
BidirectionalListRemoveByIndex Executes the remove() operation on a BidirectionalList.
BidirectionalPropertyCommand A command that is tied to a specific property.
CommandExecutorImpl The basic implementation of CommandExecutor.
 



Copyright © 2005 e-nspire. All Rights Reserved.