Uses of Interface
net.sf.jguiraffe.gui.app.ApplicationContext
-
Packages that use ApplicationContext Package Description net.sf.jguiraffe.gui.app In this package the main application class can be found.net.sf.jguiraffe.gui.dlg This package contains some common abstractions for working with standard dialogs. -
-
Uses of ApplicationContext in net.sf.jguiraffe.gui.app
Classes in net.sf.jguiraffe.gui.app that implement ApplicationContext Modifier and Type Class Description classApplicationContextImplA default implementation of theApplicationContextinterface.Methods in net.sf.jguiraffe.gui.app that return ApplicationContext Modifier and Type Method Description protected ApplicationContextApplication. createApplicationContext()Creates and initializes the application context.ApplicationContextApplication. getApplicationContext()Returns a reference to the actual application context.Methods in net.sf.jguiraffe.gui.app with parameters of type ApplicationContext Modifier and Type Method Description protected CommandQueueApplication. createCommandQueue(ApplicationContext appCtx)Creates and initializes the application's command queue.protected voidApplication. initGUI(ApplicationContext appCtx)Initializes the application's main GUI.StringTextResource. resolveText(ApplicationContext applicationContext)Resolves this resource and returns its text value.voidApplication. setApplicationContext(ApplicationContext context)Sets the application context. -
Uses of ApplicationContext in net.sf.jguiraffe.gui.dlg
Methods in net.sf.jguiraffe.gui.dlg with parameters of type ApplicationContext Modifier and Type Method Description TDialogServiceFactory. createService(ApplicationContext applicationContext)Returns a new instance of the managed service.StringAbstractDialogOptions. resolveTitle(ApplicationContext applicationContext)Resolves the title for the dialog using the given application context.
-