public abstract class DialogDispatcherFactory extends java.lang.Object implements DispatcherFactory
java.awt.Dialogs. Shows how events can be dispatched with
standard AWT.| Modifier and Type | Class and Description |
|---|---|
protected class |
DialogDispatcherFactory.DialogDispatcher
Dispatcher with
Dialog. |
| Constructor and Description |
|---|
DialogDispatcherFactory() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public Dispatcher createDispatcher()
createDispatcher in interface DispatcherFactoryprotected abstract java.awt.Dialog aquireDialog()
protected abstract void releaseDialog(java.awt.Dialog dialog)
dialog - the dialog to release