Uses of Class
org.jdesktop.application.Application
Packages that use Application
-
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'sinitializeandstartupmethods.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()Returns theApplicationthat's responsible for showing/hiding this View.static ApplicationApplication.getInstance()TheApplicationsingleton.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.