| Package | Description |
|---|---|
| spin.demo.dispatcher | |
| spin.off |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
static DispatcherFactory |
SpinOffEvaluator.getDefaultDispatcherFactory()
Get the default dispatcher factory.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SpinOffEvaluator.setDefaultDispatcherFactory(DispatcherFactory dispatcherFactory)
Set the default dispatcher factory.
|
| Constructor and Description |
|---|
SpinOffEvaluator(DispatcherFactory dispatcherFactory)
Create an evaluator for spin-off using the default starter.
|
SpinOffEvaluator(DispatcherFactory dispatcherFactory,
Starter starter)
Create an evaluator for spin-off.
|
Copyright © 2016. All rights reserved.