Uses of Class
org.jdesktop.application.Application
Packages that use Application
-
Uses of Application in examples
Subclasses of Application in examplesModifier and TypeClassDescriptionclass@Actionbasics.classInitializing@Actionproperties from resources.classTheenabledProperty@Actionannotation parameter.classAn@Actionthat executes a backgroundTask.classThis is a very simple example of a reusable@Actionsclass.classA "Hello World" application.classA "Hello World" application with a standard resource bundle.classA demo of the@Actionblock options for background task.classThis is a very simple example of a SingleFrameApplication that loads and saves a single text document.classDemonstrate the use of an ExitListener.classA simple demonstration of theLocalStorageclass: loads and saves aLinkedHashMap(aHashMapwhose entries have a stable order).classDemonstrates creating a Task that runs periodically.classA simple demonstration of the@Action(selectedProperty)annotation parameter.classAn example that demonstrates the default support for saving and restoring GUI session state.classA trivial (Hello World) example of SingleFrameApplication.classclassA SingleFrameApplication example with an exitListener.classA simple demo of the @Action annotation.classA demo of the Task class.classA demo that shows the use of SingleFrameApplication secondary windows.Methods in examples that return ApplicationModifier and TypeMethodDescriptionprotected final ApplicationActionMapExample.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'sforeground task. -
Uses of Application in org.jdesktop.application
Subclasses of Application in org.jdesktop.applicationModifier and TypeClassDescriptionclassAn 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) TheApplicationsingleton.static <T extends Application>
voidCreates an instance of the specifiedApplicationsubclass, sets theApplicationContextapplicationproperty, and then calls the newApplication'sstartupmethod.Methods in org.jdesktop.application that return ApplicationModifier and TypeMethodDescriptionfinal ApplicationApplicationContext.getApplication()TheApplicationsingleton, or null iflaunchhasn't been called yet.final ApplicationTask.getApplication()final ApplicationView.getApplication()TheApplicationthat's responsible for showing/hiding this View.static ApplicationApplication.getInstance()TheApplicationsingleton, or a placeholder iflaunchhasn't been called yet.Constructors in org.jdesktop.application with parameters of type ApplicationModifierConstructorDescriptionFrameView(Application application) Task(Application application) Construct aTaskwith 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.