|
Multivalent API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
java.awt.AWTEvent
multivalent.TreeEvent
TreeEvent's and all events defined by Java itself, such as those describing mouse and keyboard events, are low-level events. Low-level events are passed through the tree from the root to the leaves, during which observes on nodes can are called before and after the corresponding node is visited. The type of low-level event is given by a integer.
SemanticEvent
,
Serialized FormField Summary | |
---|---|
static int |
FIND_NODE
Usually filters to leaf, which then sets currentNode in Browser. |
static int |
STOP
Stop all activity in document, as loading images or running applet. |
static int |
TREE_FIRST
|
static int |
TREE_LAST
Validate tree structure. e.g., INode's bbox contains all its children. |
Fields inherited from class java.awt.AWTEvent |
---|
ACTION_EVENT_MASK, ADJUSTMENT_EVENT_MASK, COMPONENT_EVENT_MASK, consumed, CONTAINER_EVENT_MASK, FOCUS_EVENT_MASK, HIERARCHY_BOUNDS_EVENT_MASK, HIERARCHY_EVENT_MASK, id, INPUT_METHOD_EVENT_MASK, INVOCATION_EVENT_MASK, ITEM_EVENT_MASK, KEY_EVENT_MASK, MOUSE_EVENT_MASK, MOUSE_MOTION_EVENT_MASK, MOUSE_WHEEL_EVENT_MASK, PAINT_EVENT_MASK, RESERVED_ID_MAX, TEXT_EVENT_MASK, WINDOW_EVENT_MASK, WINDOW_FOCUS_EVENT_MASK, WINDOW_STATE_EVENT_MASK |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
TreeEvent(java.lang.Object source,
int id)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.awt.AWTEvent |
---|
consume, getID, isConsumed, paramString, setSource |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int TREE_FIRST
public static final int FIND_NODE
public static final int STOP
public static final int TREE_LAST
Constructor Detail |
---|
public TreeEvent(java.lang.Object source, int id)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.awt.AWTEvent
|
Multivalent API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |