| Package | Description |
|---|---|
| info.bioinfweb.tic |
TIC - Tool Independent Components
|
| info.bioinfweb.tic.toolkit |
| Modifier and Type | Method and Description |
|---|---|
ToolkitComponent |
TICComponent.getToolkitComponent()
Returns a toolkit specific component used to display the contents of this class.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TICComponent.setToolkitComponent(ToolkitComponent toolkitComponent) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JScrollBarsToolkitComponent
Scrollable Swing components (implementing
ScrollingToolkitComponent) can implement this
interface, if they provide scrolling functionality using a horizontal and a vertical JScrollBar,
e.g. |
interface |
JScrollPaneToolkitComponent
Scrollable Swing components (implementing
ScrollingToolkitComponent) can implement this
interface, if they provide scrolling functionality using a JScrollPane. |
interface |
ScrolledCompositeToolkitComponent
Scrollable SWT components (implementing
ScrollingToolkitComponent) can implement this
interface, if they provide scrolling functionality using a ScrolledComposite. |
interface |
ScrollingToolkitComponent
Interface to be implemented by all toolkit component scroll containers associated with scrolling
TIC components.
|
interface |
SwingToolkitComponent
Interface that provides default implementations for the methods defined by
ToolkitComponent for
Swing. |
interface |
SWTToolkitComponent
Extension of
ToolkitComponent that implements a set of default methods. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSwingComponent
The Swing component implementing
ToolkitComponent. |
class |
AbstractSWTComposite
The SWT component implementing
ToolkitComponent. |
class |
AbstractSWTWidget
The SWT widget implementing
ToolkitComponent that can be painted toolkit independent. |
class |
DefaultSwingComponent
The default Swing component implementation to be associated with a
TICComponent. |
class |
DefaultSWTComposite
The default SWT widget implementation to be associated with a
TICComponent. |
class |
DirectPaintingSWTScrollContainer |