|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zkmax.ui.eq.EventQueues
public class EventQueues
Utilities to access the event queue.
| Constructor Summary | |
|---|---|
EventQueues()
|
|
| Method Summary | |
|---|---|
static EventQueue |
lookup(java.lang.String name)
Returns the event queue with the specified name in the current desktop, or if no such event queue, create one. |
static EventQueue |
lookup(java.lang.String name,
boolean autoCreate)
Returns the event queue with the specified name in the current desktop. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventQueues()
| Method Detail |
|---|
public static final EventQueue lookup(java.lang.String name,
boolean autoCreate)
Note:
Executions.getCurrent() not null.
name - the queue name.autoCreate - whether to create the event queue if not found.
java.lang.IllegalStateException - if not in an activated executionpublic static final EventQueue lookup(java.lang.String name)
lookup(name, true).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||