Uses of Class
org.jdesktop.application.Application
Packages that use Application
-
Uses of Application in examples
Subclasses of Application 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.Methods in examples that return ApplicationModifier and TypeMethodDescriptionprotected final Application
ActionMapExample.BaseScenePanel.getApplication()
Constructors in examples with parameters of type ApplicationModifierConstructorDescriptionBaseScenePanel
(Application application) DerivedScenePanelA
(Application application) DerivedScenePanelB
(Application application) LoadImageTask
(Application app, URL url) StatusBar
(Application app, TaskMonitor taskMonitor) Constructs a panel that displays messages/progress/state properties of thetaskMonitor's
foreground task. -
Uses of Application in org.jdesktop.application
Subclasses of Application in org.jdesktop.applicationModifier and TypeClassDescriptionclass
An application base class for simple GUIs with one primary JFrame.Methods in org.jdesktop.application with type parameters of type ApplicationModifier and TypeMethodDescriptionstatic <T extends Application>
TApplication.getInstance
(Class<T> applicationClass) TheApplication
singleton.static <T extends Application>
voidCreates an instance of the specifiedApplication
subclass, sets theApplicationContext
application
property, and then calls the newApplication's
startup
method.Methods in org.jdesktop.application that return ApplicationModifier and TypeMethodDescriptionfinal Application
ApplicationContext.getApplication()
TheApplication
singleton, or null iflaunch
hasn't been called yet.final Application
Task.getApplication()
final Application
View.getApplication()
TheApplication
that's responsible for showing/hiding this View.static Application
Application.getInstance()
TheApplication
singleton, or a placeholder iflaunch
hasn't been called yet.Constructors in org.jdesktop.application with parameters of type ApplicationModifierConstructorDescriptionFrameView
(Application application) Task
(Application application) Construct aTask
with an empty (""
) resource name prefix, whose ResourceMap is the value ofApplicationContext.getInstance().getResourceMap(this.getClass(), Task.class)
.Task
(Application application, String resourcePrefix) Deprecated.Task
(Application application, ResourceMap resourceMap, String resourcePrefix) Deprecated.View
(Application application) Construct an empty View object for the specified Application.