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 ApplicationApplicationShutdownActionTask. getApplication()Returns the centralApplicationobject.protected ApplicationCommandActionTask. getApplication()Returns a reference to the global application object.ApplicationOpenWindowCommand. getApplication()Returns the centralApplicationinstance.static ApplicationApplication. getInstance(BeanContext context)Obtains the centralApplicationinstance from the specifiedBeanContext.Methods in net.sf.jguiraffe.gui.app with parameters of type Application Modifier and Type Method Description booleanApplicationShutdownListener. canShutdown(Application app)Checks if a shutdown is possible.voidApplicationClient. setApplication(Application app)Sets a reference to the globalApplicationobject.voidApplicationShutdownActionTask. setApplication(Application app)Sets the centralApplicationobject.voidOpenWindowCommand. setApplication(Application app)Sets the centralApplicationinstance.static voidApplication. setApplicationReference(Object target, Application ref)Tries to the set a reference to the globalApplicationobject in the target object.voidApplicationShutdownListener. shutdown(Application app)Notifies this listener that the associated application terminates now.static voidApplication. 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 ApplicationDefaultTableEditorValidationHandler. getApplication()Returns a reference to theApplicationobject.Methods in net.sf.jguiraffe.gui.builder.components.tags.table with parameters of type Application Modifier and Type Method Description voidDefaultTableEditorValidationHandler. setApplication(Application app)Initializes this object with a reference to the centralApplicationobject.
-