|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventQueue | |
---|---|
org.zkoss.zk.ui.event | The org.zkoss.zk.ui and org.zkoss.zk.ui.event packages are the only packages that component and application developers need to know. |
org.zkoss.zk.ui.event.impl | Implementation of Event Queues |
org.zkoss.zkmax.ui.eq | [deprecated] Refer to org.zkoss.zk.event.EventQueue and org.zkoss.zk.event.EventQueues instead. |
Uses of EventQueue in org.zkoss.zk.ui.event |
---|
Methods in org.zkoss.zk.ui.event that return EventQueue | |
---|---|
static EventQueue |
EventQueues.lookup(java.lang.String name)
Returns the desktop-level event queue with the specified name in the current desktop, or if no such event queue, create one. |
static EventQueue |
EventQueues.lookup(java.lang.String name,
boolean autoCreate)
Returns the desktop-level event queue with the specified name in the current desktop. |
static EventQueue |
EventQueues.lookup(java.lang.String name,
java.lang.String scope,
boolean autoCreate)
Returns the event queue with the specified name in the specified scope. |
Uses of EventQueue in org.zkoss.zk.ui.event.impl |
---|
Classes in org.zkoss.zk.ui.event.impl that implement EventQueue | |
---|---|
class |
DesktopEventQueue
The default implementation of the desktop-level event queue ( EventQueue ). |
class |
ServerPushEventQueue
The default implementation of the server-push based event queue ( EventQueue ). |
Methods in org.zkoss.zk.ui.event.impl that return EventQueue | |
---|---|
EventQueue |
EventQueueProviderImpl.lookup(java.lang.String name,
java.lang.String scope,
boolean autoCreate)
|
EventQueue |
EventQueueProvider.lookup(java.lang.String name,
java.lang.String scope,
boolean autoCreate)
Returns the event queue with the specified name in the specified scope. |
Uses of EventQueue in org.zkoss.zkmax.ui.eq |
---|
Subinterfaces of EventQueue in org.zkoss.zkmax.ui.eq | |
---|---|
interface |
EventQueue
Deprecated. As of release 5.0.0, replaced with EventQueue . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |