Class | Description |
---|---|
TICComponent |
All classes implementing TIC components must inherit from this class.
|
TICPaintEvent |
Event that notifies implementations of
PaintableArea that a part of their associated
components have to be repainted. |
Enum | Description |
---|---|
TargetToolkit |
Enumerates the supported toolkits of TIC.
|
This package contains classes that the implementation of GUI components that can be used with
Swing and SWT alternatively. Such components are implemented by subclassing
TICComponent
.