|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Application in org.jdesktop.application |
---|
Subclasses of Application in org.jdesktop.application | |
---|---|
class |
SingleFrameApplication
An application base class for simple GUIs with one primary JFrame. |
Methods in org.jdesktop.application with type parameters of type Application | ||
---|---|---|
static
|
Application.getInstance(java.lang.Class<T> applicationClass)
The Application singleton. |
|
static
|
Application.launch(java.lang.Class<T> applicationClass,
java.lang.String[] args)
Creates an instance of the specified Application
subclass, sets the ApplicationContext application property, and then calls the new Application's initialize and startup methods. |
Methods in org.jdesktop.application that return Application | |
---|---|
Application |
Task.getApplication()
|
Application |
ApplicationContext.getApplication()
The Application singleton, or null if launch hasn't
been called yet. |
Application |
View.getApplication()
Returns the Application that's responsible for showing/hiding this View. |
static Application |
Application.getInstance()
The Application singleton. |
Constructors in org.jdesktop.application with parameters of type Application | |
---|---|
FrameView(Application application)
|
|
Task(Application application)
Construct a Task with an empty ("" ) resource name
prefix, whose ResourceMap is the value of
ApplicationContext.getInstance().getResourceMap(this.getClass(),
Task.class) . |
|
Task(Application application,
ResourceMap resourceMap,
java.lang.String resourcePrefix)
Deprecated. |
|
Task(Application application,
java.lang.String resourcePrefix)
Deprecated. |
|
View(Application application)
Construct an empty View object for the specified Application. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |