Package com.samskivert.swing.util

Provides Swing-related utility services.

See:
          Description

Interface Summary
SwingUtil.ComponentOp An operation that may be applied to a component.
SwingUtil.DocumentTransformer An interface for transforming the text contained within a document.
SwingUtil.DocumentValidator An interface for validating the text contained within a document.
Task A swing application requests that a task be invoked by the task master.
TaskObserver The task observer interface provides the means by which the task master can communicate the success or failure of a task invocation back to the originator of a task.
 

Class Summary
ButtonUtil Utilities for buttons.
ButtonUtil.ButtonConfigBinding Used for ButtonUtil.bindToProperty(java.lang.String, com.samskivert.util.PrefsConfig, javax.swing.AbstractButton, boolean).
DialogUtil Utility methods for dialogs.
MenuUtil The menu util class provides miscellaneous useful utility routines for working with menus.
MenuUtil.ReflectedAction Used to wire menu items directly up to method calls.
MouseHijacker Hijacks normal mouse input from reaching the specified component's normal listeners.
ProximityTracker A mechanism for registering a set of objects with x and y screen coordinates and then efficiently determining which of those objects is closest to a given screen coordinate.
ProximityTracker.Record This is used to track our object records.
RetryableTask A retryable task is one that is allowed to fail at which point a dialog is presented to the user asking them if they would like to retry the task.
SwingUtil Miscellaneous useful Swing-related utility functions.
TaskAdapter A helper class for easily instantiating Task instances.
TaskMaster The task master provides the ability for swing applications to invoke tasks on another thread and to conveniently receive the results of those tasks back on the swing event dispatch thread where the swing application can safely manipulate its user interface in response to the results of the task.
TaskMaster.MethodTask  
TaskMaster.TaskRunner  
 

Package com.samskivert.swing.util Description

Provides Swing-related utility services.



Copyright © 2000-2008 Michael Bayne. All Rights Reserved.