|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
griffon.core.ThreadingHandlergriffon.pivot.PivotGriffonApplication
griffon.core.resources.ResourceResolver
griffon.core.MVCHandler
griffon.core.i18n.MessageSource
griffon.core.ResourceHandler
public interface PivotGriffonApplication extends GriffonApplication, org.apache.pivot.wtk.Application
Defines an additional contract that all Pivot based application should follow.
Windows in a Pivot application should be handled by a WindowManager, which in turn requires a concrete implementation of the WindowDisplayHandler to be available on the target application.| Method Summary | |
|---|---|
WindowDisplayHandler
|
getWindowDisplayHandler()
Returns the WindowDisplayHandler defined for this application. |
WindowManager
|
getWindowManager()
Returns the WindowManager associated with this application. |
WindowDisplayHandler
|
resolveWindowDisplayHandler()
Resolves the WindowDisplayHandler to be used with WindowManager. |
void
|
setWindowDisplayHandler(WindowDisplayHandler windowDisplayHandler)
Sets the WindowDisplayHandler to be used in conjunction with WindowManager to handle window showing/hiding. |
| Methods inherited from interface org.apache.pivot.wtk.Application | |
|---|---|
| org.apache.pivot.wtk.Application#shutdown(boolean), org.apache.pivot.wtk.Application#suspend(), org.apache.pivot.wtk.Application#resume(), org.apache.pivot.wtk.Application#startup(org.apache.pivot.wtk.Display, org.apache.pivot.collections.Map) |
| Method Detail |
|---|
public WindowDisplayHandler getWindowDisplayHandler()
public WindowManager getWindowManager()
public WindowDisplayHandler resolveWindowDisplayHandler()
public void setWindowDisplayHandler(WindowDisplayHandler windowDisplayHandler)
windowDisplayHandler - the instance to use, may be null.
Groovy Documentation