Interface | Description |
---|---|
ToolkitComponent |
Should be implemented by all GUI classes that display the contents of a
PaintableArea . |
Class | Description |
---|---|
AbstractSwingComponent |
The Swing component displaying a
PaintableArea . |
AbstractSWTWidget |
The SWT widget displaying a
PaintableArea . |
DefaultSwingComponent |
The default Swing component implementation to be associated with a
TICComponent . |
DefaultSWTComposite |
The default SWT widget implementation to be associated with a
TICComponent . |