Uses of Class
org.jdesktop.application.AbstractBean

Packages that use AbstractBean
Package
Description
 
 
  • Uses of AbstractBean in examples

    Subclasses of AbstractBean in examples
    Modifier and Type
    Class
    Description
    class 
    @Action basics.
    class 
    Initializing @Action properties from resources.
    class 
    The enabledProperty @Action annotation parameter.
    class 
    An @Action that executes a background Task.
    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 the LocalStorage class: loads and saves a LinkedHashMap (a HashMap 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

    Modifier and Type
    Class
    Description
    class 
    The application's ActionManager provides read-only cached access to ActionMaps 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, for Applications.
    class 
     
    class 
    Access to per application, per user, local file storage.
    class 
    The application's ResourceManager provides read-only cached access to resources in ResourceBundles via the ResourceMap 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 and unblock 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.