|
Class Summary |
| ButtonAdapter |
The ButtonAdapter simply implements the ButtonListener. |
| ContainerScrollAdapter |
This is a simple adapter class for ContainerScrollListener. |
| QuadDividerAdapter |
The QuadDividerAdapter simply implements the QuadDividerListener. |
| ScrollbarAdapter |
If a Widget makes use of other Widgets to be built and these Widgets produce
events, that are to be catched be the Widget only, then you should create an
inner class and let it extend this class to catch them, since it already
implements all known Widget-Listeners (with empty method stubs). |
| SliderAdapter |
If a Widget makes use of other Widgets to be built and these Widgets produce
events, that are to be catched be the Widget only, then you should create an
inner class and let it extend this class to catch them, since it already
implements all known Widget-Listeners (with empty method stubs). |
| TextFieldAdapter |
This is a simple adapter class for TextFieldListener. |
| WidgetContainerAdapter |
If a Widget makes use of other Widgets to be built and these Widgets produce
events, that are to be catched be the Widget only, then you should create an
inner class and let it extend this class to catch them, since it already
implements all known Widget-Listeners (with empty method stubs). |
| WidgetEventsReceiverAdapter<ListItem extends Widget> |
If a Widget makes use of other Widgets to be built and these Widgets produce
events, that are to be catched be the Widget only, then you should create an
inner class and let it extend this class to catch them, since it already
implements all known Widget-Listeners (with empty method stubs). |
| WidgetFocusAdapter |
If a Widget makes use of other Widgets to be built and these Widgets produce
events, that are to be catched be the Widget only, then you should create an
inner class and let it extend this class to catch them, since it already
implements all known Widget-Listeners (with empty method stubs). |
| WidgetInputAdapter |
If a Widget makes use of other Widgets to be built and these Widgets produce
events, that are to be catched be the Widget only, then you should create an
inner class and let it extend this class to catch them, since it already
implements all known Widget-Listeners (with empty method stubs). |
| WidgetLocationAdapter |
If a Widget makes use of other Widgets to be built and these Widgets produce
events, that are to be catched be the Widget only, then you should create an
inner class and let it extend this class to catch them, since it already
implements all known Widget-Listeners (with empty method stubs). |
| WidgetSizeAdapter |
If a Widget makes use of other Widgets to be built and these Widgets produce
events, that are to be catched be the Widget only, then you should create an
inner class and let it extend this class to catch them, since it already
implements all known Widget-Listeners (with empty method stubs). |
| WindowAdapter |
A simple adapter class for the WindowListener interface. |