Package com.pietschy.command.worker

Classes and interfaces for GlassPane and SwingWorker support.

See:
          Description

Interface Summary
GlassPaneStrategy Defines a strategy for activating and deactivating the glasspane.
 

Class Summary
CancelSwingWorkerCommand An action command that tracks and SwingWorkerCommand and cancels it when executed.
DefaultGlassPaneStrategy Default implementation of GlassPaneStrategy that simply activates a transparent component, blocks mouse events and displays the standard wait cursor.
GlassPaneInterceptor An interceptor that can be applied to standard ActionCommands to lookup and activate the current GlassPaneStrategy.
SwingWorkerCommand<T,V> This is an action command implementation that performs the operation on a background thread using a SwingWorker.
SwingWorkerCommand.WorkingMode Deprecated. since 2.1, use SwingWorkerCommand.setDisableWhileWorking(boolean) and SwingWorkerCommand.setActivateGlassPane(boolean) instead.
 

Package com.pietschy.command.worker Description

Classes and interfaces for GlassPane and SwingWorker support.



Copyright © 2006 - 2007 Andrew Pietsch