|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GuiLog.EventNode | |
---|---|
jist.runtime.guilog | GuiLog is a prototype JiST Graphical User Interface Event Viewer application. |
Uses of GuiLog.EventNode in jist.runtime.guilog |
---|
Methods in jist.runtime.guilog that return GuiLog.EventNode | |
---|---|
GuiLog.EventNode |
GuiLog.EventTableModel.findNode(Event ev)
Given an Event, returns the corresponding EventNode in the events[] array. |
GuiLog.EventNode |
GuiLog.EventNode.getChild(int i)
Returns a node's specific Child. |
GuiLog.EventNode |
GuiLog.EventNode.getParent()
Returns the node's Parent. |
Methods in jist.runtime.guilog with parameters of type GuiLog.EventNode | |
---|---|
void |
GuiLog.EventNode.addChild(GuiLog.EventNode child)
Adds a child EventNode to the node. |
void |
GuiLog.EventNode.removeChild(GuiLog.EventNode child)
Remove a child EventNode from the node. |
Constructors in jist.runtime.guilog with parameters of type GuiLog.EventNode | |
---|---|
GuiLog.EventNode(Event ev,
GuiLog.EventNode parent)
The constructor for the EventNode creates the relationships of Parent and Children between the Event and its Parent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |