Uses of Interface
spin.off.DispatcherFactory
Packages that use DispatcherFactory
-
Uses of DispatcherFactory in spin.demo.dispatcher
Classes in spin.demo.dispatcher that implement DispatcherFactoryModifier and TypeClassDescriptionclassImplementation of a dispatcher which uses a pool of modal dialogs to dispatch events.classImplementation of a dispatcher which uses dialogs to dispatch events. -
Uses of DispatcherFactory in spin.off
Classes in spin.off that implement DispatcherFactoryModifier and TypeClassDescriptionclassA factory ofDispatchers which uses reflection to AWT internals to dispatch events - used as default by Spin for spin-off.classAbstract base class for factories that dispatch events withjava.awt.Dialogs.classA factory ofDispatchers which uses modal internalJOptionPanes to dispatch events.Methods in spin.off that return DispatcherFactoryModifier and TypeMethodDescriptionstatic DispatcherFactorySpinOffEvaluator.getDefaultDispatcherFactory()Get the default dispatcher factory.Methods in spin.off with parameters of type DispatcherFactoryModifier and TypeMethodDescriptionstatic voidSpinOffEvaluator.setDefaultDispatcherFactory(DispatcherFactory dispatcherFactory) Set the default dispatcher factory.Constructors in spin.off with parameters of type DispatcherFactoryModifierConstructorDescriptionSpinOffEvaluator(DispatcherFactory dispatcherFactory) Create an evaluator for spin-off using the default starter.SpinOffEvaluator(DispatcherFactory dispatcherFactory, Starter starter) Create an evaluator for spin-off.