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 TypeClassDescriptionclassThe application'sActionManagerprovides read-only cached access toActionMapsthat contain one entry for each method marked with the@Actionannotation in a class.classThe base class for Swing applications.classA singleton that manages shared objects, like actions, resources, and tasks, forApplications.classclassAccess to per application, per user, local file storage.classThe application'sResourceManagerprovides read-only cached access to resources inResourceBundlesvia theResourceMapclass.classAn application base class for simple GUIs with one primary JFrame.static classSpecifies to what extent input to the Application's GUI should be blocked while this Task is being executed and provides a pair of methods,blockandunblockthat do the work of blocking the GUI.classThis class is intended to serve as the model for GUI components, like status bars, that display the state of an application's background tasks.classThe service for executing tasksclassA 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.