public abstract class DialogDispatcherFactory extends java.lang.Object implements DispatcherFactory
java.awt.Dialog
s. 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 DispatcherFactory
protected abstract java.awt.Dialog aquireDialog()
protected abstract void releaseDialog(java.awt.Dialog dialog)
dialog
- the dialog to releaseCopyright © 2018. All rights reserved.