|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object spin.off.DialogDispatcherFactory
public abstract class DialogDispatcherFactory
Abstract base class for factories that dispatch events with
java.awt.Dialog
s. Shows how events can be dispatched with
standard AWT.
SpinOffEvaluator.SpinOffEvaluator(DispatcherFactory)
,
SpinOffEvaluator.setDefaultDispatcherFactory(DispatcherFactory)
,
AWTReflectDispatcherFactory
Nested Class Summary | |
---|---|
protected class |
DialogDispatcherFactory.DialogDispatcher
Dispatcher with Dialog . |
Constructor Summary | |
---|---|
DialogDispatcherFactory()
|
Method Summary | |
---|---|
protected abstract java.awt.Dialog |
aquireDialog()
Factory method to implement by subclasses to aquire a dialog. |
Dispatcher |
createDispatcher()
Create a dispatcher. |
protected abstract void |
releaseDialog(java.awt.Dialog dialog)
Factory method to implement by subclasses to release a dialog. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DialogDispatcherFactory()
Method Detail |
---|
public Dispatcher createDispatcher()
createDispatcher
in interface DispatcherFactory
protected abstract java.awt.Dialog aquireDialog()
protected abstract void releaseDialog(java.awt.Dialog dialog)
dialog
- the dialog to release
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |