Package jist.runtime.guilog

GuiLog is a prototype JiST Graphical User Interface Event Viewer application.

See:
          Description

Interface Summary
LogInterface  
 

Class Summary
GuiLog Title: GuiLog Description: Creates a GUI that displays event information.
GuiLog.ButtonHandler Defines how mouse clicks on the buttons are handled.
GuiLog.ChildrenCellEditor ChildrenCellEditor is a customized TableCellEditor for JiST Events.
GuiLog.EventNode An EventNode encapsulates the construct formed by an Event and the relationships it has with its parent and children Events.
GuiLog.EventNodeComparator The EventNodeComparator class defines how to sort two Events.
GuiLog.EventTableModel The EventTableModel class is the data model for the JTable.
GuiLog.MouseAdapterHandler Defines how mouse clicks on the Parent column are handled.
GuiLog.UntilTask UntilTask is a task that can be scheduled to either Pause or Resume the GuiLog.
 

Package jist.runtime.guilog Description

GuiLog is a prototype JiST Graphical User Interface Event Viewer application.

The more notable classes in this package are: