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 TypeClassDescriptionclass
Implementation of a dispatcher which uses a pool of modal dialogs to dispatch events.class
Implementation of a dispatcher which uses dialogs to dispatch events. -
Uses of DispatcherFactory in spin.off
Classes in spin.off that implement DispatcherFactoryModifier and TypeClassDescriptionclass
A factory ofDispatcher
s which uses reflection to AWT internals to dispatch events - used as default by Spin for spin-off.class
Abstract base class for factories that dispatch events withjava.awt.Dialog
s.class
A factory ofDispatcher
s which uses modal internalJOptionPane
s to dispatch events.Methods in spin.off that return DispatcherFactoryModifier and TypeMethodDescriptionstatic DispatcherFactory
SpinOffEvaluator.getDefaultDispatcherFactory()
Get the default dispatcher factory.Methods in spin.off with parameters of type DispatcherFactoryModifier and TypeMethodDescriptionstatic void
SpinOffEvaluator.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.