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 class
ActionExample1
@Action
basics.class
ActionExample2
Initializing@Action
properties from resources.class
ActionExample3
TheenabledProperty
@Action
annotation parameter.class
ActionExample4
An@Action
that executes a backgroundTask
.class
ActionMapExample
This is a very simple example of a reusable@Actions
class.class
ApplicationExample1
A "Hello World" application.class
ApplicationExample2
A "Hello World" application with a standard resource bundle.class
BlockingExample1
A demo of the@Action
block options for background task.class
DocumentExample
This is a very simple example of a SingleFrameApplication that loads and saves a single text document.class
ExitExample1
Demonstrate the use of an ExitListener.class
LocalStorageExample1
A simple demonstration of theLocalStorage
class: loads and saves aLinkedHashMap
(aHashMap
whose entries have a stable order).class
PeriodicTaskExample
Demonstrates creating a Task that runs periodically.class
SelectedPropertyExample
A simple demonstration of the@Action(selectedProperty)
annotation parameter.class
SessionStorageExample1
An example that demonstrates the default support for saving and restoring GUI session state.class
SingleFrameExample1
A trivial (Hello World) example of SingleFrameApplication.class
SingleFrameExample2
class
SingleFrameExample3
A SingleFrameApplication example with an exitListener.class
SingleFrameExample4
A simple demo of the @Action annotation.class
SingleFrameExample5
A demo of the Task class.class
SingleFrameExample6
A 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 class
ActionManager
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
Application
The base class for Swing applications.class
ApplicationContext
A singleton that manages shared objects, like actions, resources, and tasks, forApplications
.class
FrameView
class
LocalStorage
Access to per application, per user, local file storage.class
ResourceManager
The application'sResourceManager
provides read-only cached access to resources inResourceBundles
via theResourceMap
class.class
SingleFrameApplication
An application base class for simple GUIs with one primary JFrame.static class
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.class
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.class
TaskService
class
View
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.
-