Uses of Class
org.jdesktop.application.Application
-
Packages that use Application Package Description examples org.jdesktop.application -
-
Uses of Application in examples
Subclasses of Application in examples Modifier and Type Class Description classActionExample1@Actionbasics.classActionExample2Initializing@Actionproperties from resources.classActionExample3TheenabledProperty@Actionannotation parameter.classActionExample4An@Actionthat executes a backgroundTask.classActionMapExampleThis is a very simple example of a reusable@Actionsclass.classApplicationExample1A "Hello World" application.classApplicationExample2A "Hello World" application with a standard resource bundle.classBlockingExample1A demo of the@Actionblock options for background task.classDocumentExampleThis is a very simple example of a SingleFrameApplication that loads and saves a single text document.classExitExample1Demonstrate the use of an ExitListener.classLocalStorageExample1A simple demonstration of theLocalStorageclass: loads and saves aLinkedHashMap(aHashMapwhose entries have a stable order).classPeriodicTaskExampleDemonstrates creating a Task that runs periodically.classSelectedPropertyExampleA simple demonstration of the@Action(selectedProperty)annotation parameter.classSessionStorageExample1An example that demonstrates the default support for saving and restoring GUI session state.classSingleFrameExample1A trivial (Hello World) example of SingleFrameApplication.classSingleFrameExample2classSingleFrameExample3A SingleFrameApplication example with an exitListener.classSingleFrameExample4A simple demo of the @Action annotation.classSingleFrameExample5A demo of the Task class.classSingleFrameExample6A demo that shows the use of SingleFrameApplication secondary windows.Methods in examples that return Application Modifier and Type Method Description protected ApplicationActionMapExample.BaseScenePanel. getApplication()Constructors in examples with parameters of type Application Constructor Description BaseScenePanel(Application application)DerivedScenePanelA(Application application)DerivedScenePanelB(Application application)LoadImageTask(Application app, java.net.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.application Modifier and Type Class Description classSingleFrameApplicationAn application base class for simple GUIs with one primary JFrame.Methods in org.jdesktop.application with type parameters of type Application Modifier and Type Method Description static <T extends Application>
TApplication. getInstance(java.lang.Class<T> applicationClass)TheApplicationsingleton.static <T extends Application>
voidApplication. launch(java.lang.Class<T> applicationClass, java.lang.String[] args)Creates an instance of the specifiedApplicationsubclass, sets theApplicationContextapplicationproperty, and then calls the newApplication'sstartupmethod.Methods in org.jdesktop.application that return Application Modifier and Type Method Description ApplicationApplicationContext. getApplication()TheApplicationsingleton, or null iflaunchhasn't been called yet.ApplicationTask. getApplication()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 Application Constructor Description FrameView(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, java.lang.String resourcePrefix)Deprecated.Task(Application application, ResourceMap resourceMap, java.lang.String resourcePrefix)Deprecated.View(Application application)Construct an empty View object for the specified Application.
-