Uses of Class
net.sf.jguiraffe.gui.app.Application
-
Packages that use Application Package Description 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. -
-
Uses of Application in net.sf.jguiraffe.gui.app
Methods in net.sf.jguiraffe.gui.app that return Application Modifier and Type Method Description Application
ApplicationShutdownActionTask. getApplication()
Returns the centralApplication
object.protected Application
CommandActionTask. getApplication()
Returns a reference to the global application object.Application
OpenWindowCommand. getApplication()
Returns the centralApplication
instance.static Application
Application. getInstance(BeanContext context)
Obtains the centralApplication
instance from the specifiedBeanContext
.Methods in net.sf.jguiraffe.gui.app with parameters of type Application Modifier and Type Method Description boolean
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.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. -
Uses of Application in net.sf.jguiraffe.gui.builder.components.tags.table
Methods in net.sf.jguiraffe.gui.builder.components.tags.table that return Application Modifier and Type Method Description Application
DefaultTableEditorValidationHandler. getApplication()
Returns a reference to theApplication
object.Methods in net.sf.jguiraffe.gui.builder.components.tags.table with parameters of type Application Modifier and Type Method Description void
DefaultTableEditorValidationHandler. setApplication(Application app)
Initializes this object with a reference to the centralApplication
object.
-