|
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.SlideShow
Full screen slide show for multipage documents. Almost get same effect by enlarging window and zooming.
SlideShowLinks
Field Summary | |
---|---|
static java.lang.String |
MSG_START
Take over full screen play slide show. |
static java.lang.String |
MSG_STOP
Stop full screen slide show, returning to normal window size. |
Fields inherited from class multivalent.Behavior |
---|
ATTR_BEHAVIOR, name_ |
Fields inherited from class multivalent.VObject |
---|
attr_ |
Constructor Summary | |
---|---|
SlideShow()
|
Method Summary | |
---|---|
boolean |
eventAfter(java.awt.AWTEvent e,
java.awt.Point rel,
Node n)
During Behavior.eventBefore(AWTEvent, Point, Node) , the behaviors that take primary action to that event should do so,
after having given other behaviors the opportunity to filter it during eventBefore. |
boolean |
eventBefore(java.awt.AWTEvent e,
java.awt.Point rel,
Node n)
Arrow keys, escape, home/end, mouse clicks. |
boolean |
isActive()
|
boolean |
paintAfter(Context cx,
Node node)
A tree walk protocol, called before observed node has been painted. |
boolean |
paintBefore(Context cx,
Node node)
A tree walk protocol, called before observed node has been painted. |
boolean |
semanticEventAfter(SemanticEvent se,
java.lang.String msg)
Start slide show, toggle auto, ... |
boolean |
semanticEventBefore(SemanticEvent se,
java.lang.String msg)
"Slide Show" in menu. |
Methods inherited from class multivalent.Behavior |
---|
buildAfter, buildBefore, checkRep, clipboardAfter, clipboardBefore, createUI, destroy, formatAfter, formatBefore, getBrowser, getDocument, getInstance, getInstance, getLayer, getLogger, getName, getPreference, getRoot, isEditable, 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_START
"slideShow".
public static final java.lang.String MSG_STOP
"slideShow".
Constructor Detail |
---|
public SlideShow()
Method Detail |
---|
public boolean isActive()
public boolean semanticEventBefore(SemanticEvent se, java.lang.String msg)
semanticEventBefore
in class Behavior
public boolean semanticEventAfter(SemanticEvent se, java.lang.String msg)
semanticEventAfter
in class Behavior
public boolean paintBefore(Context cx, Node node)
Behavior
paintBefore
in class Behavior
public boolean paintAfter(Context cx, Node node)
Behavior
paintAfter
in class Behavior
public boolean eventBefore(java.awt.AWTEvent e, java.awt.Point rel, Node n)
eventBefore
in class Behavior
SemanticEvent
,
AWTEvent
,
Browser
,
LensMan
public boolean eventAfter(java.awt.AWTEvent e, java.awt.Point rel, Node n)
Behavior
Behavior.eventBefore(AWTEvent, Point, Node)
, the behaviors that take primary action to that event should do so,
after having given other behaviors the opportunity to filter it during eventBefore.
eventAfter
in class Behavior
|
Multivalent API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |