Package com.taco.swinger

Provides utilities for programming with the Swing API, and specialized Swing components.

See:
          Description

Class Summary
SwingCompute A class that computes a value in the event-dispatch thread, whether the caller is running in the event-dispatch thread or not.
SwingDelayedResult A delayed result that is computed in the event dispatch thread.
SwingInvokeProxyFactory A static utility class that creates implementations of interfaces whose methods all execute on the event dispatch thread.
SwingNotificationStrategy A notification strategy that notifies each listener using the event-dispatching thread.
SwingNotificationStrategy.NotifyTask A task which notifies a listener of an event.
SwingWorker This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
 

Package com.taco.swinger Description

Provides utilities for programming with the Swing API, and specialized Swing components.