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 class
ApplicationContextImpl
A default implementation of theApplicationContext
interface.Methods in net.sf.jguiraffe.gui.app that return ApplicationContext Modifier and Type Method Description protected ApplicationContext
Application. createApplicationContext()
Creates and initializes the application context.ApplicationContext
Application. 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 CommandQueue
Application. createCommandQueue(ApplicationContext appCtx)
Creates and initializes the application's command queue.protected void
Application. initGUI(ApplicationContext appCtx)
Initializes the application's main GUI.String
TextResource. resolveText(ApplicationContext applicationContext)
Resolves this resource and returns its text value.void
Application. 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 T
DialogServiceFactory. createService(ApplicationContext applicationContext)
Returns a new instance of the managed service.String
AbstractDialogOptions. resolveTitle(ApplicationContext applicationContext)
Resolves the title for the dialog using the given application context.
-