|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ecl.datepicker.util.WidgetHelper
public final class WidgetHelper
The utility class that provides miscellaneous Widgetoperations.
| Method Summary | |
|---|---|
static void |
hook(Widget widget,
int[] events,
Listener listener)
Hooks the given widget to listen events of the given types. |
static void |
hook(Widget widget,
int event,
Listener listener)
Hooks the given widget to listen event of the given type. |
static boolean |
isVisualized(Widget widget)
|
static void |
unhook(Widget widget,
int[] events,
Listener listener)
Unhooks the given widget for the given event types. |
static void |
unhook(Widget widget,
int event,
Listener listener)
Unhooks the given widget for the given event type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void hook(Widget widget,
int event,
Listener listener)
widget - the widgetevent - the event typelistener - the event listener
public static void hook(Widget widget,
int[] events,
Listener listener)
widget - the widgetevents - the event typeslistener - the event listenerpublic static boolean isVisualized(Widget widget)
widget -
public static void unhook(Widget widget,
int event,
Listener listener)
widget - the widgetevent - the event typelistener - the event listener
public static void unhook(Widget widget,
int[] events,
Listener listener)
widget - the widgetevents - the event typeslistener - the event listener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||