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 classConcealedDialogDispatcherFactoryImplementation of a dispatcher which uses a pool of modal dialogs to dispatch events.classRevealedDialogDispatcherFactoryImplementation 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 classAWTReflectDispatcherFactoryA factory ofDispatchers which uses reflection to AWT internals to dispatch events - used as default by Spin for spin-off.classDialogDispatcherFactoryAbstract base class for factories that dispatch events withjava.awt.Dialogs.classInternalOptionPaneDispatcherFactoryA factory ofDispatchers which uses modal internalJOptionPanes to dispatch events.Methods in spin.off that return DispatcherFactory Modifier and Type Method Description static DispatcherFactorySpinOffEvaluator. getDefaultDispatcherFactory()Get the default dispatcher factory.Methods in spin.off with parameters of type DispatcherFactory Modifier and Type Method Description static voidSpinOffEvaluator. 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.
-