|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Application | |
---|---|
com.jgoodies.uif.application | Contains classes to describe an application and to manage the application life-cycle |
Uses of Application in com.jgoodies.uif.application |
---|
Subclasses of Application in com.jgoodies.uif.application | |
---|---|
class |
AbstractUIFApplication
An abstract class that organizes the application startup process. |
Methods in com.jgoodies.uif.application that return Application | |
---|---|
Application |
ApplicationContext.getApplication()
Returns this context's Application. |
Methods in com.jgoodies.uif.application that return types with arguments of type Application | |
---|---|
Class<? extends Application> |
ApplicationContext.getApplicationClass()
Returns the class of this context's application. |
Method parameters in com.jgoodies.uif.application with type arguments of type Application | |
---|---|
static void |
Application.launch(Class<? extends Application> appClass,
String... args)
Instantiates the given Application class, initializes the ApplicationContext by setting the Application instance, then invokes #startup with the given arguments. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |