public class SWTComponentTools extends java.lang.Object
| Constructor and Description |
|---|
SWTComponentTools() |
| Modifier and Type | Method and Description |
|---|---|
static void |
registerScrollEventForwarders(ScrolledCompositeToolkitComponent component)
Tool method to be used by implementations of
ScrolledCompositeToolkitComponent. |
public SWTComponentTools()
public static void registerScrollEventForwarders(ScrolledCompositeToolkitComponent component)
ScrolledCompositeToolkitComponent. It should
be called within the constructor of such classes in order to ensure correct firing of scroll
events in their associated ScrollingTICComponent.component - the toolkit component providing the scroll functionality