Uses of Interface
story.dbcore.admin.Executable

Packages that use Executable
story.dbcore.admin   
 

Uses of Executable in story.dbcore.admin
 

Classes in story.dbcore.admin that implement Executable
 class Command
          Command class represents a single command interpretable by the db-core through DBCoreInterface.
 class CommandSequence
          Encapsulates an ordered set (Vector) of Commands.
 

Methods in story.dbcore.admin that return Executable
 Executable HistoryFrame.getExecutable()
          Retrieve the most recently issued Executable.
 Executable DBCoreInterface.getRedoableOperation()
          Returns the CommandType of the command associated with the subsequent recent state-changing operation in the redo stack.
 Executable DBCoreInterface.getUndoableOperation()
          Returns the CommandType of the command associated with the most recent state-changing operation, i.e., the operation at the top of the undo stack.
 Executable HistoryFrame.getUndoSequence()
          Return the Executable to reverse the effects of the most recently issued Executable.
 Executable CommandReturn.getUndoSequence()
           
 

Methods in story.dbcore.admin with parameters of type Executable
 void CommandSequence.add(Executable command)
           
 void DBCoreInterface.execute(Executable executable)
           
 void CommandSequence.prepend(Executable other)
           
 

Constructors in story.dbcore.admin with parameters of type Executable
CommandReturn(java.lang.Object returnValue, Executable undoSequence)
           
CommandSequence(Executable firstCommand)
           
HistoryFrame(HistoryFrameID HFID, DocumentID docID, Executable executable, Executable undoSequence)
          Constructor for normal frames.
 



Copyright © 2011 David K. Elson. All Rights Reserved.