|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |