Multivalent API

multivalent.std
Class ReportBug

java.lang.Object
  extended by multivalent.VObject
      extended by multivalent.Behavior
          extended by multivalent.std.ReportBug

public class ReportBug
extends Behavior

Stuff debugging information into clipboard, for pasting into email or message board post.

Version:
$Revision: 1.2 $ $Date: 2002/11/09 00:30:11 $

Field Summary
static java.lang.String MSG_REPORT_BUG
          Collect information about system to include in bug report.
 
Fields inherited from class multivalent.Behavior
ATTR_BEHAVIOR, name_
 
Fields inherited from class multivalent.VObject
attr_
 
Constructor Summary
ReportBug()
           
 
Method Summary
 boolean semanticEventAfter(SemanticEvent se, java.lang.String msg)
          Collect information, stuff in clipboard, alert box for user.
 boolean semanticEventBefore(SemanticEvent se, java.lang.String msg)
          "Report Bug" in Help menu.
 
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

MSG_REPORT_BUG

public static final java.lang.String MSG_REPORT_BUG
Collect information about system to include in bug report.

"reportBug": arg= StringBuffer system-information-collection (ASCII)

See Also:
Constant Field Values
Constructor Detail

ReportBug

public ReportBug()
Method Detail

semanticEventBefore

public boolean semanticEventBefore(SemanticEvent se,
                                   java.lang.String msg)
"Report Bug" in Help menu.

Overrides:
semanticEventBefore in class Behavior

semanticEventAfter

public boolean semanticEventAfter(SemanticEvent se,
                                  java.lang.String msg)
Collect information, stuff in clipboard, alert box for user.

Overrides:
semanticEventAfter in class Behavior

Multivalent API