All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description Assert Utility class to assert correct thread handling.AsyncBean A common interface for an async bean.AsyncBeanImpl Implementation of an async bean.AsyncGUI A demonstration of a GUI handling an async bean.AsyncListener The interface for an listener to ansync bean.AWTReflectDispatcherFactory A factory ofDispatcher
s which uses reflection to AWT internals to dispatch events - used as default by Spin for spin-off.Bean A common interface for a bean.BeanException A checked exception for the bean.BeanImpl Implementation of a bean.CallbackGUI A demonstration of GUI showing a callback prompt.CallGUI A demonstration of a GUI showing a call prompt.CGLibProxyFactory A factory of proxies utilizing CGLib.CheckingRepaintManager A repaintManager that checks bad access - i.e.ConcealedDialogDispatcherFactory Implementation of a dispatcher which uses a pool of modal dialogs to dispatch events.DialogDispatcherFactory Abstract base class for factories that dispatch events withjava.awt.Dialog
s.Directory A directory.DirectoryService A common interface for a directory service.DirectoryServiceException An exception of a directory service.DirectoryServiceGUI A GUI that uses a directory service.Dispatcher An dispatcher of AWT events.DispatcherFactory A factory ofDispatcher
s of AWT events.DispatcherGUI A demonstration of a GUI using different dispatchers.EDTRuleViolation Exception signaling a violation of the EDT rule.Evaluator An evaluator is used to evaluate invocations.ExceptionBean Implementation of a exception throwing bean.ExceptionGUI A demonstration of a GUI handling an exception.FileService Implementation of a file service.InternalOptionPaneDispatcherFactory A factory ofDispatcher
s which uses modal internalJOptionPane
s to dispatch events.Invocation A single invocation on a Spin proxy handled byEvaluator
s.JDKProxyFactory A factory of proxies utilizing JDK virtual proxies.LatencyService Service that adds a latency to another service.ListenerSpinOver An evaluator for spin-off that automatically spins-over all arguments of aSpinOffEvaluator
if their corresponding parameter types are subinterfaces ofjava.util.EventListener
.ProgressBean A common interface for a progress.ProgressBeanImpl Implementation of a progress.Prompt A common interface for a prompt.PromptBean A common interface for a prompt.PromptBeanImpl Implementation of a prompt.ProxyFactory A factory of proxies which intercept invocations, using Evaluators to evaluate them.PullGUI A demonstration of a GUI showing pulled progress.PushGUI A demonstration of GUI showing pushed progress.RevealedDialogDispatcherFactory Implementation of a dispatcher which uses dialogs to dispatch events.SimpleStarter Simple implementation of aStarter
that creates a new thread for each invocation ofSimpleStarter.start(Runnable)
.Spin Spin offers a transparent threading solution for developing non-freezing Swing applications.SpinOffEvaluator An evaluator for spin-off, i.e.SpinOffGUI A demonstration of a GUI using spin off.SpinOverEvaluator An evaluator for spin-over, i.e.SpinOverGUI A demonstration of a GUI using spin over.Starter AStarter
startsRunnable
s asynchronously - used bySpinOffEvaluator
s to spin-off non UI computations from the EDT.UnreliableService Service that adds a unreliability to another service.