multivalent.std.ui

Class ForwardBack

public class ForwardBack extends Behavior

Move forward and backward through documents browsed, via toolbar buttons, menubar items, document popup. Can't have generic scriptable UI on toolbar buttons as want to have button list pages so can skip intermediate.

To do: update this for FRAMEs => store history in Document's parent?

Version: $Revision: 1.7 $ $Date: 2002/01/16 04:48:28 $

Field Summary
static StringMSG_BACKWARD
Request to move back a page in the browsing history.
static StringMSG_FORWARD
Request to move forward a page in the browsing history.
static StringMSG_OPEN_DOCUMENTS
Add list of URIs to next document menu.
Method Summary
voidmoveDelta(int delta)
voidmoveTo(int newpagesi)
booleansemanticEventAfter(SemanticEvent se, String msg)
booleansemanticEventBefore(SemanticEvent se, String msg)

Field Detail

MSG_BACKWARD

public static final String MSG_BACKWARD
Request to move back a page in the browsing history.

"backwardDocument"

MSG_FORWARD

public static final String MSG_FORWARD
Request to move forward a page in the browsing history.

"forwardDocument"

MSG_OPEN_DOCUMENTS

public static final String MSG_OPEN_DOCUMENTS
Add list of URIs to next document menu. Used by slide show.

"openDocuments": arg= java.util.List URIs.

See Also: SlideShow

Method Detail

moveDelta

public void moveDelta(int delta)

moveTo

public void moveTo(int newpagesi)

semanticEventAfter

public boolean semanticEventAfter(SemanticEvent se, String msg)

semanticEventBefore

public boolean semanticEventBefore(SemanticEvent se, String msg)