Uses of Class
org.jdesktop.application.AbstractBean
-
Packages that use AbstractBean Package Description examples org.jdesktop.application -
-
Uses of AbstractBean in examples
Subclasses of AbstractBean in examples Modifier and Type Class Description classActionExample1@Actionbasics.classActionExample2Initializing@Actionproperties from resources.classActionExample3TheenabledProperty@Actionannotation parameter.classActionExample4An@Actionthat executes a backgroundTask.classActionMapExampleThis is a very simple example of a reusable@Actionsclass.classApplicationExample1A "Hello World" application.classApplicationExample2A "Hello World" application with a standard resource bundle.classBlockingExample1A demo of the@Actionblock options for background task.classDocumentExampleThis is a very simple example of a SingleFrameApplication that loads and saves a single text document.classExitExample1Demonstrate the use of an ExitListener.classLocalStorageExample1A simple demonstration of theLocalStorageclass: loads and saves aLinkedHashMap(aHashMapwhose entries have a stable order).classPeriodicTaskExampleDemonstrates creating a Task that runs periodically.classSelectedPropertyExampleA simple demonstration of the@Action(selectedProperty)annotation parameter.classSessionStorageExample1An example that demonstrates the default support for saving and restoring GUI session state.classSingleFrameExample1A trivial (Hello World) example of SingleFrameApplication.classSingleFrameExample2classSingleFrameExample3A SingleFrameApplication example with an exitListener.classSingleFrameExample4A simple demo of the @Action annotation.classSingleFrameExample5A demo of the Task class.classSingleFrameExample6A demo that shows the use of SingleFrameApplication secondary windows. -
Uses of AbstractBean in org.jdesktop.application
Subclasses of AbstractBean in org.jdesktop.application Modifier and Type Class Description classActionManagerThe application'sActionManagerprovides read-only cached access toActionMapsthat contain one entry for each method marked with the@Actionannotation in a class.classApplicationThe base class for Swing applications.classApplicationContextA singleton that manages shared objects, like actions, resources, and tasks, forApplications.classFrameViewclassLocalStorageAccess to per application, per user, local file storage.classResourceManagerThe application'sResourceManagerprovides read-only cached access to resources inResourceBundlesvia theResourceMapclass.classSingleFrameApplicationAn application base class for simple GUIs with one primary JFrame.static classTask.InputBlockerSpecifies 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.classTaskMonitorThis class is intended to serve as the model for GUI components, like status bars, that display the state of an application's background tasks.classTaskServiceclassViewA 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.
-