multivalent.devel

Class Debug

public class Debug extends Behavior

Runtime behavior that can generate various dumps.

Version: $Revision: 1.6 $ $Date: 2003/06/02 05:12:51 $

See Also: and other classes in the devel package

Field Summary
static StringMSG_CREATE_DEBUG
Construct Debug menu by passing around to behaviors and letting them add (or delete) entiries.
static StringMSG_SET_MODE
static StringPREF_MODE
Method Summary
voidnodeStats(Node n)
booleanpaintAfter(Context cx, Node node)
Display memory use, free memory, ....
booleansemanticEventAfter(SemanticEvent se, String msg)
booleansemanticEventBefore(SemanticEvent se, String msg)

Field Detail

MSG_CREATE_DEBUG

public static final String MSG_CREATE_DEBUG
Construct Debug menu by passing around to behaviors and letting them add (or delete) entiries.

"createWidget/Debug": out= VMenu instance-under-construction.

MSG_SET_MODE

public static final String MSG_SET_MODE

PREF_MODE

public static final String PREF_MODE

Method Detail

nodeStats

public void nodeStats(Node n)

paintAfter

public boolean paintAfter(Context cx, Node node)
Display memory use, free memory, .... Only active when in debug mode.

semanticEventAfter

public boolean semanticEventAfter(SemanticEvent se, String msg)

semanticEventBefore

public boolean semanticEventBefore(SemanticEvent se, String msg)