|
Multivalent API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmultivalent.VObject
multivalent.Behavior
multivalent.std.ui.ForwardBack
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?
Field Summary | |
---|---|
static java.lang.String |
MSG_BACKWARD
Request to move back a page in the browsing history. |
static java.lang.String |
MSG_FORWARD
Request to move forward a page in the browsing history. |
static java.lang.String |
MSG_OPEN_DOCUMENTS
Add list of URIs to next document menu. |
Fields inherited from class multivalent.Behavior |
---|
ATTR_BEHAVIOR, name_ |
Fields inherited from class multivalent.VObject |
---|
attr_ |
Constructor Summary | |
---|---|
ForwardBack()
|
Method Summary | |
---|---|
void |
moveDelta(int delta)
|
void |
moveTo(int newpagesi)
|
boolean |
semanticEventAfter(SemanticEvent se,
java.lang.String msg)
Round robin distribution to all behaviors. |
boolean |
semanticEventBefore(SemanticEvent se,
java.lang.String msg)
Round robin distribution to all behaviors. |
Methods inherited from class multivalent.Behavior |
---|
buildAfter, buildBefore, checkRep, clipboardAfter, clipboardBefore, createUI, destroy, eventAfter, eventBefore, formatAfter, formatBefore, getBrowser, getDocument, getInstance, getInstance, getLayer, getLogger, getName, getPreference, getRoot, isEditable, paintAfter, paintBefore, putPreference, redo, restore, restoreChildren, save, setName, toString, undo |
Methods inherited from class multivalent.VObject |
---|
attrEntrySetIterator, attrKeysIterator, clearAttributes, getAttr, getAttr, getAttributes, getGlobal, getValue, hasAttributes, putAttr, removeAttr, setAttributes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String MSG_BACKWARD
"backwardDocument"
public static final java.lang.String MSG_FORWARD
"forwardDocument"
public static final java.lang.String MSG_OPEN_DOCUMENTS
"openDocuments": arg= List
URIs.
SlideShow
,
Constant Field ValuesConstructor Detail |
---|
public ForwardBack()
Method Detail |
---|
public void moveDelta(int delta)
public void moveTo(int newpagesi)
public boolean semanticEventBefore(SemanticEvent se, java.lang.String msg)
Behavior
semanticEventBefore
in class Behavior
public boolean semanticEventAfter(SemanticEvent se, java.lang.String msg)
Behavior
semanticEventAfter
in class Behavior
|
Multivalent API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |