Verwendungen von Klasse
net.sf.jguiraffe.gui.app.Application
Packages, die Application verwenden
Package
Beschreibung
In this package the main application class can be found.
A package with tag handler classes for creating table components.
-
Verwendungen von Application in net.sf.jguiraffe.examples.tutorial
Unterklassen von Application in net.sf.jguiraffe.examples.tutorialModifizierer und TypKlasseBeschreibungclass
The main application class of the JGUIraffe tutorial application. -
Verwendungen von Application in net.sf.jguiraffe.examples.tutorial.mainwnd
Methoden in net.sf.jguiraffe.examples.tutorial.mainwnd, die Application zurückgebenModifizierer und TypMethodeBeschreibungMainWndController.getApplication()
Returns the centralApplication
object.Methoden in net.sf.jguiraffe.examples.tutorial.mainwnd mit Parametern vom Typ ApplicationKonstruktoren in net.sf.jguiraffe.examples.tutorial.mainwnd mit Parametern vom Typ ApplicationModifiziererKonstruktorBeschreibungMainWndController
(Application app, TreeHandler treeHandler, TableHandler tabHandler, WidgetHandler widgetTab) Creates a new instance ofMainWndController
and initializes it with references to its dependencies. -
Verwendungen von Application in net.sf.jguiraffe.gui.app
Methoden in net.sf.jguiraffe.gui.app, die Application zurückgebenModifizierer und TypMethodeBeschreibungApplicationShutdownActionTask.getApplication()
Returns the centralApplication
object.protected Application
CommandActionTask.getApplication()
Returns a reference to the global application object.final Application
OpenWindowCommand.getApplication()
Returns the centralApplication
instance.static Application
Application.getInstance
(BeanContext context) Obtains the centralApplication
instance from the specifiedBeanContext
.Methoden in net.sf.jguiraffe.gui.app mit Parametern vom Typ ApplicationModifizierer und TypMethodeBeschreibungboolean
ApplicationShutdownListener.canShutdown
(Application app) Checks if a shutdown is possible.void
ApplicationClient.setApplication
(Application app) Sets a reference to the globalApplication
object.void
ApplicationShutdownActionTask.setApplication
(Application app) Sets the centralApplication
object.final void
OpenWindowCommand.setApplication
(Application app) Sets the centralApplication
instance.static void
Application.setApplicationReference
(Object target, Application ref) Tries to the set a reference to the globalApplication
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. -
Verwendungen von Application in net.sf.jguiraffe.gui.builder.components.tags.table
Methoden in net.sf.jguiraffe.gui.builder.components.tags.table, die Application zurückgebenModifizierer und TypMethodeBeschreibungDefaultTableEditorValidationHandler.getApplication()
Returns a reference to theApplication
object.Methoden in net.sf.jguiraffe.gui.builder.components.tags.table mit Parametern vom Typ ApplicationModifizierer und TypMethodeBeschreibungvoid
DefaultTableEditorValidationHandler.setApplication
(Application app) Initializes this object with a reference to the centralApplication
object.