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