| Package | Description | 
|---|---|
| griffon.core | Core application classes. | 
| griffon.core.addon | Addon types and manager. | 
| griffon.core.view | View specific support. | 
| griffon.javafx | JavaFX specializations. | 
| griffon.lanterna | Lanterna specializations. | 
| griffon.pivot | Pivot specializations. | 
| griffon.swing | Swing specializations. | 
| org.codehaus.griffon.runtime.core | Test support. | 
| org.codehaus.griffon.runtime.core.addon | Addon implementation [INTERNAL USE]. | 
| org.codehaus.griffon.runtime.core.view | WindowManager and helpers [INTERNAL USE]. | 
| org.codehaus.griffon.runtime.groovy | Core implementation [INTERNAL USE]. | 
| org.codehaus.griffon.runtime.javafx | JavaFX specific implementations [INTERNAL USE]. | 
| org.codehaus.griffon.runtime.lanterna | Lanterna specific implementations [INTERNAL USE]. | 
| org.codehaus.griffon.runtime.pivot | Pivot specific implementations [INTERNAL USE]. | 
| org.codehaus.griffon.runtime.swing | Swing specific implementations [INTERNAL USE]. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GriffonApplication. addShutdownHandler(ShutdownHandler handler)Registers a ShutdownHandler on this application | 
| void | GriffonApplication. removeShutdownHandler(ShutdownHandler handler)Removes a ShutdownHandler from this application | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | GriffonAddonIdentifies an Addon artifact. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | WindowManager<W>Controls a set of windows that belong to the application. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | JavaFXWindowManager | 
| Modifier and Type | Field and Description | 
|---|---|
| protected List<ShutdownHandler> | AbstractJavaFXGriffonApplication. shutdownHandlers | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractJavaFXGriffonApplication. addShutdownHandler(ShutdownHandler handler) | 
| void | AbstractJavaFXGriffonApplication. removeShutdownHandler(ShutdownHandler handler) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | LanternaWindowManager | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | PivotWindowManager | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | SwingWindowManager | 
| Modifier and Type | Field and Description | 
|---|---|
| protected List<ShutdownHandler> | AbstractGriffonApplet. shutdownHandlers | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractGriffonApplet. addShutdownHandler(ShutdownHandler handler) | 
| void | AbstractGriffonApplet. removeShutdownHandler(ShutdownHandler handler) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected List<ShutdownHandler> | AbstractGriffonApplication. shutdownHandlers | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractGriffonApplication. addShutdownHandler(ShutdownHandler handler) | 
| void | AbstractGriffonApplication. removeShutdownHandler(ShutdownHandler handler) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractGriffonAddon | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractWindowManager<W> | 
| class  | NoopWindowManager | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GroovyAddon | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultJavaFXWindowManager | 
| class  | TestJavaFXWindowManager | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultLanternaWindowManager | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultPivotWindowManager | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultSwingWindowManager | 
| class  | SwingAddon |