|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstory.dbcore.admin.SCHHistoryFrame
public class SCHHistoryFrame
A History frame object encapsulates a particular state of the story graph by storing the corresponding Bookmark. Used for implementing undo and redo.
Constructor Summary | |
---|---|
SCHHistoryFrame(HistoryFrameID HFID,
StoryPoint point,
Bookmark bookmark)
|
Method Summary | |
---|---|
Bookmark |
getBookmark()
Retrieve the bookmark that allows Narrative to reconstruct this frame. |
HistoryFrameID |
getID()
Retrieve the ID of the HistoryFrame |
StoryPoint |
getPoint()
Retrieve the most recently issued StoryPoint. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SCHHistoryFrame(HistoryFrameID HFID, StoryPoint point, Bookmark bookmark)
Method Detail |
---|
public HistoryFrameID getID()
public StoryPoint getPoint()
public Bookmark getBookmark()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |