Package | Description |
---|---|
info.bioinfweb.tic.toolkit |
Modifier and Type | Interface and Description |
---|---|
interface |
ScrolledCompositeToolkitComponent
Scrollable SWT components (implementing
ScrollingToolkitComponent ) can implement this
interface, if they provide scrolling functionality using a ScrolledComposite . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSWTComposite
The SWT component implementing
ToolkitComponent . |
class |
AbstractSWTWidget
The SWT widget implementing
ToolkitComponent that can be painted toolkit independent. |
class |
DefaultSWTComposite
The default SWT widget implementation to be associated with a
TICComponent . |
class |
DirectPaintingSWTScrollContainer |