| Interface | Description |
|---|---|
| JScrollBarsToolkitComponent |
Scrollable Swing components (implementing
ScrollingToolkitComponent) can implement this
interface, if they provide scrolling functionality using a horizontal and a vertical JScrollBar,
e.g. |
| JScrollPaneToolkitComponent |
Scrollable Swing components (implementing
ScrollingToolkitComponent) can implement this
interface, if they provide scrolling functionality using a JScrollPane. |
| ScrolledCompositeToolkitComponent |
Scrollable SWT components (implementing
ScrollingToolkitComponent) can implement this
interface, if they provide scrolling functionality using a ScrolledComposite. |
| ScrollingToolkitComponent |
Interface to be implemented by all toolkit component scroll containers associated with scrolling
TIC components.
|
| SwingToolkitComponent |
Interface that provides default implementations for the methods defined by
ToolkitComponent for
Swing. |
| SWTToolkitComponent |
Extension of
ToolkitComponent that implements a set of default methods. |
| ToolkitComponent |
Interface to be implemented by all toolkit-specific GUI components associated with a
TICComponent. |
| Class | Description |
|---|---|
| AbstractSwingComponent |
The Swing component implementing
ToolkitComponent. |
| AbstractSWTComposite |
The SWT component implementing
ToolkitComponent. |
| AbstractSWTWidget |
The SWT widget implementing
ToolkitComponent that can be painted toolkit independent. |
| AdjustmentScrollListenerForwarder | |
| DefaultSwingComponent |
The default Swing component implementation to be associated with a
TICComponent. |
| DefaultSWTComposite |
The default SWT widget implementation to be associated with a
TICComponent. |
| DirectPaintingSWTScrollContainer | |
| SwingComponentTools |
Provides static methods that help in implementing Swing versions of
ToolkitComponent, which
cannot be inherited from AbstractSwingComponent. |
| SWTComponentTools |