Uses of Class
org.jdesktop.application.AbstractBean
Packages that use AbstractBean
-
Uses of AbstractBean in org.jdesktop.application
Subclasses of AbstractBean in org.jdesktop.applicationModifier and TypeClassDescriptionclass
The application'sActionManager
provides read-only cached access toActionMaps
that contain one entry for each method marked with the@Action
annotation in a class.class
The base class for Swing applications.class
A singleton that manages shared objects, like actions, resources, and tasks, forApplications
.class
class
Access to per application, per user, local file storage.class
The application'sResourceManager
provides read-only cached access to resources inResourceBundles
via theResourceMap
class.class
An application base class for simple GUIs with one primary JFrame.static class
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.class
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.class
The service for executing tasksclass
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.