All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description AbstractBean An encapsulation of the PropertyChangeSupport methods based on java.beans.PropertyChangeSupport.Action Marks a method that will be used to define a SwingAction
object'sactionPerformed
method.Action.Parameter This annotation is not used yetActionManager The application'sActionManager
provides read-only cached access toActionMaps
that contain one entry for each method marked with the@Action
annotation in a class.AppHelper Class containing help methods on application level.Application The base class for Swing applications.Application.ExitListener Gives the Application a chance to veto an attempt to exit/quit.ApplicationAction TheAction
class used to implement the @Action annotation.ApplicationActionMap AnActionMap
class where each entry corresponds to an @Action method from a single actionsClass (i.e.ApplicationContext A singleton that manages shared objects, like actions, resources, and tasks, forApplications
.FrameView LocalStorage Access to per application, per user, local file storage.OSXAdapter PlatformType PropertySupport Defines thesessionState
property.ProxyActions Defines a list of the proxy action namesResource Marks the field as a resource to be injected.ResourceConverter A base class for converting arbitrary types to and from Strings, as well as a registry of ResourceConverter implementations.ResourceConverter.ResourceConverterException ResourceManager The application'sResourceManager
provides read-only cached access to resources inResourceBundles
via theResourceMap
class.ResourceMap A read-only encapsulation of one or more ResourceBundles that adds automatic string conversion, support for field and Swing component property injection, string resource variable substitution, and chaining.ResourceMap.InjectFieldException Unchecked exception thrown byResourceMap.injectFields(java.lang.Object)
when an error occurs while attempting to set a field (a field that had been marked with @Resource).ResourceMap.LookupException Unchecked exception thrown byResourceMap.getObject(java.lang.String, java.lang.Class)
when resource lookup fails, for example because string conversion fails.ResourceMap.PropertyInjectionException Unchecked exception thrown byResourceMap.injectComponent(java.awt.Component)
andResourceMap.injectComponents(java.awt.Component)
when a property value specified by a resource can not be set.SessionStorage Support for storing GUI state that persists between Application sessions.SingleFrameApplication An application base class for simple GUIs with one primary JFrame.SplitPaneProperty AsessionState
property for JSplitPane.SplitPaneState This Java Bean records thedividerLocation
andorientation
properties of aJSplitPane
.SwingHelper Utility class for Swing Application Framework (BSAF)TabbedPaneProperty AsessionState
property for JTabbedPane.TabbedPaneState This Java Bean record theselectedIndex
andtabCount
properties of aJTabbedPane
.TableProperty AsessionState
property for JTableTableState This Java Bean records thecolumnWidths
for all of the columns in a JTable.Task<T,V> A type ofSwingWorker
that represents an application background task.Task.BlockingScope Specifies to what extent the GUI should be blocked a Task is executed by a TaskService.Task.InputBlocker Specifies to what extent input to the Application's GUI should be blocked while this Task is being executed and provides a pair of methods,block
andunblock
that do the work of blocking the GUI.TaskEvent<T> An encapsulation of the value produced one of theTask
execution methods:doInBackground()
,process
,done
.TaskListener<T,V> Listener used for observingTask
execution.TaskListener.Adapter<T,V> Convenience class that stubs all of the TaskListener interface methods.TaskMonitor This class is intended to serve as the model for GUI components, like status bars, that display the state of an application's background tasks.TaskService The service for executing tasksView A View encapsulates a top-level Application GUI component, like a JFrame or an Applet, and its main GUI elements: a menu bar, tool bar, component, and a status bar.WindowProperty AsessionState
property for Window.WindowState This Java Bean defines theWindow
state preserved across sessions: the Window'sbounds
, and the bounds of the Window'sGraphicsConfiguration
, i.e.