|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HistoryFrameID | |
---|---|
story.dbcore.admin | |
story.scheherazade.admin | |
story.scheherazade.virgil |
Uses of HistoryFrameID in story.dbcore.admin |
---|
Methods in story.dbcore.admin that return HistoryFrameID | |
---|---|
HistoryFrameID |
DBCAccessor.currentStateID()
Return the current state of the db-core. |
HistoryFrameID |
DBCoreInterface.getCurrentStateID()
Gets the HistoryFrameID of the history frame on the top of the undo stack, i.e., the current state of the system. |
HistoryFrameID |
DBCAccessor.getCurrentStateID()
GetCurrentStateID. |
HistoryFrameID |
SCHHistoryFrame.getID()
Retrieve the ID of the HistoryFrame |
HistoryFrameID |
HistoryFrame.getID()
Retrieve the ID of the HistoryFrame |
HistoryFrameID |
DBCAccessor.reconstruct(HistoryFrameID targetFrame)
Reconstruct a prior state of the db-core from the command history. |
Methods in story.dbcore.admin with parameters of type HistoryFrameID | |
---|---|
boolean |
HistoryFrameID.equals(HistoryFrameID other)
|
int |
DBCoreInterface.getHistoryFrameRelationship(HistoryFrameID frame)
Determine the placement of a particular history frame. |
int |
DBCAccessor.getHistoryFrameRelationship(HistoryFrameID historyFrame)
GetHistoryFrameRelationship. |
HistoryFrameID |
DBCAccessor.reconstruct(HistoryFrameID targetFrame)
Reconstruct a prior state of the db-core from the command history. |
Constructors in story.dbcore.admin with parameters of type HistoryFrameID | |
---|---|
HistoryFrame(HistoryFrameID HFID,
DocumentID docID)
Constructor for STATELESS MODE markers. |
|
HistoryFrame(HistoryFrameID HFID,
DocumentID docID,
Executable executable,
Executable undoSequence)
Constructor for normal frames. |
|
SCHHistoryFrame(HistoryFrameID HFID,
StoryPoint point,
Bookmark bookmark)
|
Uses of HistoryFrameID in story.scheherazade.admin |
---|
Methods in story.scheherazade.admin that return HistoryFrameID | |
---|---|
HistoryFrameID |
Bookmark.getCoreState()
|
HistoryFrameID |
StoryListener.getCurrentStateID()
Get the HistoryFrameID of the current state |
HistoryFrameID |
StoryInterpreter.redo()
|
HistoryFrameID |
StoryInterpreter.redoTo(HistoryFrameID targetFrame)
|
HistoryFrameID |
StoryInterpreter.revert(HistoryFrameID targetFrame)
|
HistoryFrameID |
StoryInterpreter.undo()
|
HistoryFrameID |
StoryInterpreter.undoTo(HistoryFrameID targetFrame)
|
Methods in story.scheherazade.admin with parameters of type HistoryFrameID | |
---|---|
HistoryFrameID |
StoryInterpreter.redoTo(HistoryFrameID targetFrame)
|
HistoryFrameID |
StoryInterpreter.revert(HistoryFrameID targetFrame)
|
HistoryFrameID |
StoryInterpreter.undoTo(HistoryFrameID targetFrame)
|
Constructors in story.scheherazade.admin with parameters of type HistoryFrameID | |
---|---|
Bookmark(HistoryFrameID coreState,
NarrativeSymbolTable symbolTable)
|
Uses of HistoryFrameID in story.scheherazade.virgil |
---|
Methods in story.scheherazade.virgil that return HistoryFrameID | |
---|---|
HistoryFrameID |
Virgil.getCurrentStateID()
Get the HistoryFrameID of the current state |
HistoryFrameID |
VirgilHistoryFrame.getID()
Retrieve the ID of the HistoryFrame |
HistoryFrameID |
VirgilHistoryFrame.getStoryListenerFrame()
Retrieve the HistoryFrameID of the StoryListener undo/redo stack to which this interface frame corresponds. |
Constructors in story.scheherazade.virgil with parameters of type HistoryFrameID | |
---|---|
VirgilHistoryFrame(HistoryFrameID HFID,
VirgilCommand command,
VisibleStates visibleStates,
HistoryFrameID storyListenerFrame,
ViewableTime viewedTime)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |