|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstory.scheherazade.virgil.VirgilHistoryFrame
public class VirgilHistoryFrame
A VirgilHistory frame object encapsulates a particular state of the Virgil interface -- by pointing to a particular state of the StoryListener it is portraying.
Constructor Summary | |
---|---|
VirgilHistoryFrame(HistoryFrameID HFID,
VirgilCommand command,
VisibleStates visibleStates,
HistoryFrameID storyListenerFrame,
ViewableTime viewedTime)
|
Method Summary | |
---|---|
VirgilCommand |
getCommand()
Retrieve the most recently issued VirgilCommand. |
HistoryFrameID |
getID()
Retrieve the ID of the HistoryFrame |
HistoryFrameID |
getStoryListenerFrame()
Retrieve the HistoryFrameID of the StoryListener undo/redo stack to which this interface frame corresponds. |
ViewableTime |
getViewedTime()
|
VisibleStates |
getVisibleStates()
Retrieve the VisibleStates active during this frame. |
java.lang.StringBuffer |
render()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VirgilHistoryFrame(HistoryFrameID HFID, VirgilCommand command, VisibleStates visibleStates, HistoryFrameID storyListenerFrame, ViewableTime viewedTime) throws Scheherexception
Scheherexception
Method Detail |
---|
public HistoryFrameID getID()
public VirgilCommand getCommand()
public VisibleStates getVisibleStates()
public HistoryFrameID getStoryListenerFrame()
public ViewableTime getViewedTime()
public java.lang.StringBuffer render() throws Scheherexception
Scheherexception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |