multivalent.std
Class RestoreReport
java.lang.Object
multivalent.VObject
multivalent.Behavior
multivalent.std.RestoreReport
- public class RestoreReport
- extends Behavior
BROKEN.
Collect various problem reports, display in new Note.
Note is pinned to screen, remaining available as user scrolls along looking for reattachment points.
Spans reconstitued on context, from which they are movable to manually redetermined positions.
- Version:
- $Revision$ $Date$
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, semanticEventBefore, 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 |
RestoreReport
public RestoreReport()
appendLine
protected INode appendLine(java.lang.String txt)
semanticEventAfter
public boolean semanticEventAfter(SemanticEvent se,
java.lang.String msg)
- Description copied from class:
Behavior
- Round robin distribution to all behaviors.
Message and clientData unpacked from SemanticEvent for convenience.
Message is interned, so if you compare to a literal, you can use "==".
Message can't be changed (it can be short-circuited out of), but client data can be mutated as it is passed along (so it's not passed as a parameter).
- Overrides:
semanticEventAfter
in class Behavior
makeNote
protected void makeNote()
unattachedSpan
protected void unattachedSpan(java.lang.Object o)