|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DispatcherFactory | |
|---|---|
| spin.demo.dispatcher | |
| spin.off | |
| Uses of DispatcherFactory in spin.demo.dispatcher |
|---|
| Classes in spin.demo.dispatcher that implement DispatcherFactory | |
|---|---|
class |
ConcealedDialogDispatcherFactory
Implementation of a dispatcher which uses a pool of modal dialogs to dispatch events. |
class |
RevealedDialogDispatcherFactory
Implementation of a dispatcher which uses dialogs to dispatch events. |
| Uses of DispatcherFactory in spin.off |
|---|
| Classes in spin.off that implement DispatcherFactory | |
|---|---|
class |
AWTReflectDispatcherFactory
A factory of Dispatchers which uses reflection to AWT
internals to dispatch events - used as default by Spin for
spin-off. |
class |
DialogDispatcherFactory
Abstract base class for factories that dispatch events with java.awt.Dialogs. |
class |
InternalOptionPaneDispatcherFactory
A factory of Dispatchers which uses modal internal
JOptionPanes to dispatch events. |
| Methods in spin.off that return DispatcherFactory | |
|---|---|
static DispatcherFactory |
SpinOffEvaluator.getDefaultDispatcherFactory()
Get the default dispatcher factory. |
| Methods in spin.off with parameters of type DispatcherFactory | |
|---|---|
static void |
SpinOffEvaluator.setDefaultDispatcherFactory(DispatcherFactory dispatcherFactory)
Set the default dispatcher factory. |
| Constructors in spin.off with parameters of type DispatcherFactory | |
|---|---|
SpinOffEvaluator(DispatcherFactory dispatcherFactory)
Create an evaluator for spin-off using the default starter. |
|
SpinOffEvaluator(DispatcherFactory dispatcherFactory,
Starter starter)
Create an evaluator for spin-off. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||