Uses of Class
org.jdesktop.application.AbstractBean
Packages that use AbstractBean
-
Uses of AbstractBean in examples
Subclasses of AbstractBean in examplesModifier and TypeClassDescriptionclass
@Action
basics.class
Initializing@Action
properties from resources.class
TheenabledProperty
@Action
annotation parameter.class
An@Action
that executes a backgroundTask
.class
This is a very simple example of a reusable@Actions
class.class
A "Hello World" application.class
A "Hello World" application with a standard resource bundle.class
A demo of the@Action
block options for background task.class
This is a very simple example of a SingleFrameApplication that loads and saves a single text document.class
Demonstrate the use of an ExitListener.class
A simple demonstration of theLocalStorage
class: loads and saves aLinkedHashMap
(aHashMap
whose entries have a stable order).class
Demonstrates creating a Task that runs periodically.class
A simple demonstration of the@Action(selectedProperty)
annotation parameter.class
An example that demonstrates the default support for saving and restoring GUI session state.class
A trivial (Hello World) example of SingleFrameApplication.class
class
A SingleFrameApplication example with an exitListener.class
A simple demo of the @Action annotation.class
A demo of the Task class.class
A demo that shows the use of SingleFrameApplication secondary windows. -
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
class
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.