Class | Description |
---|---|
EventLinkAdapter |
This class handles interaction with the AWT event model.
|
EventLinkRecord |
This class stores a list of methods to be invoked whenever an Event of a particular class is generated
by a Widget.
|
SingleWidgetPanel |
This is a JPanel subclass, which is used internally by various WidgetContainers.
|
ToolTipMonitor |
ToolTipMonitor receives mouse events from Widgets, and sends out ToolTipEvents whenever the
appropriate trigger action occurs.
|
WidgetContainerPanel |
This is a JPanel subclass, which is used as the Component for many different WidgetContainers.
|
Written by Peter Eastman.