asquare.gwt.tk.client.ui.behavior.impl
Class TabFocusControllerMozilla
java.lang.Object
asquare.gwt.tk.client.ui.behavior.EventDelegateAdaptor
asquare.gwt.tk.client.ui.behavior.ControllerAdaptor
asquare.gwt.tk.client.ui.behavior.impl.AbstractTabFocusController
asquare.gwt.tk.client.ui.behavior.impl.TabFocusControllerStandard
asquare.gwt.tk.client.ui.behavior.impl.TabFocusControllerMozilla
- All Implemented Interfaces:
- Controller, EventDelegate, FocusModelListener, TabFocusController, FocusListener, EventListener
public class TabFocusControllerMozilla
- extends TabFocusControllerStandard
|
Method Summary |
int |
getEventBits()
Get a bitmask representing events this delegate is interested in
processing. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TabFocusControllerMozilla
public TabFocusControllerMozilla()
getEventBits
public int getEventBits()
- Description copied from class:
EventDelegateAdaptor
- Get a bitmask representing events this delegate is interested in
processing.
Override in subclass if using the default constructor.
- Specified by:
getEventBits in interface EventDelegate- Overrides:
getEventBits in class EventDelegateAdaptor
- Returns:
- a bitmask of the events to process
- See Also:
Event
© 2007 Mat Gessel