| Package | Description |
|---|---|
| info.bioinfweb.tic.scrolling |
Contains classes that provide toolkit independent scrolling functionality.
|
| info.bioinfweb.tic.toolkit |
| Modifier and Type | Method and Description |
|---|---|
ScrollingToolkitComponent |
TICScrollEvent.getSource()
Returns the
ScrollingTICComponent that triggered the event. |
ScrollingToolkitComponent |
ScrollingTICComponent.getToolkitComponent() |
| Constructor and Description |
|---|
TICScrollEvent(ScrollingToolkitComponent source)
Creates a new instance of this class.
|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectPaintingSWTScrollContainer |
| Modifier and Type | Method and Description |
|---|---|
ScrollingToolkitComponent |
AdjustmentScrollListenerForwarder.getSource() |
| Constructor and Description |
|---|
AdjustmentScrollListenerForwarder(ScrollingToolkitComponent source) |