Uses of Interface
spin.off.DispatcherFactory
-
Packages that use DispatcherFactory Package Description spin.demo.dispatcher spin.off -
-
Uses of DispatcherFactory in spin.demo.dispatcher
Classes in spin.demo.dispatcher that implement DispatcherFactory Modifier and Type Class 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. -
Uses of DispatcherFactory in spin.off
Classes in spin.off that implement DispatcherFactory Modifier and Type Class Description class
AWTReflectDispatcherFactory
A factory ofDispatcher
s 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 withjava.awt.Dialog
s.class
InternalOptionPaneDispatcherFactory
A factory ofDispatcher
s which uses modal internalJOptionPane
s to dispatch events.Methods in spin.off that return DispatcherFactory Modifier and Type Method Description static DispatcherFactory
SpinOffEvaluator. getDefaultDispatcherFactory()
Get the default dispatcher factory.Methods in spin.off with parameters of type DispatcherFactory Modifier and Type Method Description static void
SpinOffEvaluator. setDefaultDispatcherFactory(DispatcherFactory dispatcherFactory)
Set the default dispatcher factory.Constructors in spin.off with parameters of type DispatcherFactory Constructor 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.
-