public class ConcealedDialogDispatcherFactory extends DialogDispatcherFactory
Dispatchers created by this class are not
usable for GUIs with Cancel functionality since they will
block user access to all windows of your application during dispatching.Dialog does the same. Cancel functionality
you should consider to use a real asynchronous solution as showed in
spin.demo.async.AsyncGUI - please see also the caveat 'asynchronous'. DialogDispatcherFactory.DialogDispatcher| Constructor and Description |
|---|
ConcealedDialogDispatcherFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected Dialog |
aquireDialog()
Aquire a pooled dialog.
|
protected Dialog |
createDialog()
Factory method to create a new dialog.
|
protected void |
initDialog(Dialog dialog)
Initialize the given dialog.
|
protected void |
releaseDialog(Dialog dialog)
Release a pooled dialog.
|
createDispatcherprotected Dialog aquireDialog()
aquireDialog in class DialogDispatcherFactoryprotected void releaseDialog(Dialog dialog)
releaseDialog in class DialogDispatcherFactorydialog - dialog to releaseprotected Dialog createDialog()
protected void initDialog(Dialog dialog)
dialog - dialog to initializeCopyright © 2016. All rights reserved.