Package | Description |
---|---|
net.sf.jguiraffe.examples.tutorial | |
net.sf.jguiraffe.examples.tutorial.mainwnd | |
net.sf.jguiraffe.gui.app |
In this package the main application class can be found.
|
net.sf.jguiraffe.gui.builder.components.tags.table |
A package with tag handler classes for creating table components.
|
Modifier and Type | Class and Description |
---|---|
class |
Main
The main application class of the JGUIraffe tutorial application.
|
Modifier and Type | Method and Description |
---|---|
Application |
MainWndController.getApplication()
Returns the central
Application object. |
Modifier and Type | Method and Description |
---|---|
void |
DummyActionTask.setApplication(Application app) |
Constructor and Description |
---|
MainWndController(Application app,
TreeHandler treeHandler,
TableHandler tabHandler,
WidgetHandler widgetTab)
Creates a new instance of
MainWndController and initializes it
with references to its dependencies. |
Modifier and Type | Method and Description |
---|---|
Application |
OpenWindowCommand.getApplication()
Returns the central
Application instance. |
protected Application |
CommandActionTask.getApplication()
Returns a reference to the global application object.
|
Application |
ApplicationShutdownActionTask.getApplication()
Returns the central
Application object. |
static Application |
Application.getInstance(BeanContext context)
Obtains the central
Application instance from the specified
BeanContext . |
Modifier and Type | Method and Description |
---|---|
boolean |
ApplicationShutdownListener.canShutdown(Application app)
Checks if a shutdown is possible.
|
void |
OpenWindowCommand.setApplication(Application app)
Sets the central
Application instance. |
void |
ApplicationShutdownActionTask.setApplication(Application app)
Sets the central
Application object. |
void |
ApplicationClient.setApplication(Application app)
Sets a reference to the global
Application object. |
static void |
Application.setApplicationReference(Object target,
Application ref)
Tries to the set a reference to the global
Application
object in the target object. |
void |
ApplicationShutdownListener.shutdown(Application app)
Notifies this listener that the associated application terminates now.
|
static void |
Application.startup(Application application,
String[] args)
Starts an application.
|
Modifier and Type | Method and Description |
---|---|
Application |
DefaultTableEditorValidationHandler.getApplication()
Returns a reference to the
Application object. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTableEditorValidationHandler.setApplication(Application app)
Initializes this object with a reference to the central
Application object. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.