| Package | Description |
|---|---|
| info.bioinfweb.tic |
TIC - Tool Independent Components
|
| info.bioinfweb.tic.scrolling |
Contains classes that provide toolkit independent scrolling functionality.
|
| info.bioinfweb.tic.toolkit |
| Class and Description |
|---|
| ToolkitComponent
Interface to be implemented by all toolkit-specific GUI components associated with a
TICComponent. |
| Class and Description |
|---|
| ScrollingToolkitComponent
Interface to be implemented by all toolkit component scroll containers associated with scrolling
TIC components.
|
| Class and Description |
|---|
| AbstractSwingComponent
The Swing component implementing
ToolkitComponent. |
| AbstractSWTWidget
The SWT widget implementing
ToolkitComponent that can be painted toolkit independent. |
| DefaultSWTComposite
The default SWT widget implementation to be associated with a
TICComponent. |
| 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. |