| Package | Description | 
|---|---|
| griffon.core | Core application classes. | 
| griffon.core.artifact | Artifact types. | 
| griffon.javafx | JavaFX specializations. | 
| griffon.swing | Swing specializations. | 
| org.codehaus.griffon.runtime.core | Test support. | 
| org.codehaus.griffon.runtime.core.artifact | Artifact implementation [INTERNAL USE]. | 
| org.codehaus.griffon.runtime.core.resources | Resource management implementation [INTERNAL USE]. | 
| org.codehaus.griffon.runtime.groovy.util | Utility classes [INTERNAL USE]. | 
| org.codehaus.griffon.runtime.javafx.artifact | Artifact implementation [INTERNAL USE]. | 
| org.codehaus.griffon.runtime.lanterna.artifact | Artifact implementation [INTERNAL USE]. | 
| org.codehaus.griffon.runtime.pivot.artifact | Artifact implementation [INTERNAL USE]. | 
| org.codehaus.griffon.runtime.swing.artifact | Artifact implementation [INTERNAL USE]. | 
| org.codehaus.griffon.runtime.util | Utility classes [INTERNAL USE]. | 
| Modifier and Type | Method and Description | 
|---|---|
| ResourceHandler | GriffonApplication. getResourceHandler() | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | GriffonArtifactIdentifies an object as a Griffon artifact. | 
| interface  | GriffonControllerIdentifies a Controller artifact. | 
| interface  | GriffonModelIdentifies a Model artifact. | 
| interface  | GriffonMvcArtifactIdentifies an artifact that belongs to an MVC group. | 
| interface  | GriffonServiceIdentifies a Service artifact. | 
| interface  | GriffonViewIdentifies a View artifact. | 
| Modifier and Type | Method and Description | 
|---|---|
| ResourceHandler | AbstractJavaFXGriffonApplication. getResourceHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| ResourceHandler | AbstractGriffonApplet. getResourceHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| ResourceHandler | AbstractGriffonApplication. getResourceHandler() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractGriffonArtifactBase implementation of the GriffonArtifact interface. | 
| class  | AbstractGriffonControllerBase implementation of the GriffonController interface. | 
| class  | AbstractGriffonModelBase implementation of the GriffonModel interface. | 
| class  | AbstractGriffonMvcArtifactBase implementation of the GriffonMvcArtifact interface. | 
| class  | AbstractGriffonServiceBase implementation of the GriffonService interface. | 
| class  | AbstractGriffonViewBase implementation of the GriffonView interface. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractResourceHandlerBase implementation of the  ResourceHandlerinterface. | 
| class  | DefaultResourceHandlerBase implementation of the  ResourceHandlerinterface. | 
| Constructor and Description | 
|---|
| GroovyAwareCompositeResourceBundleBuilder(ResourceHandler resourceHandler,
                                         griffon.util.ConfigReader configReader) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractJavaFXGriffonViewJavaFX-friendly implementation of the GriffonView interface. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractLanternaGriffonViewLanterna-friendly implementation of the GriffonView interface. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractPivotGriffonViewPivot-friendly implementation of the GriffonView interface. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractSwingGriffonViewSwing-friendly implementation of the GriffonView interface. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ResourceHandler | AbstractCompositeResourceBundleBuilder. resourceHandler | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ResourceHandler | AbstractCompositeResourceBundleBuilder. getResourceHandler() | 
| Constructor and Description | 
|---|
| AbstractCompositeResourceBundleBuilder(ResourceHandler resourceHandler) | 
| DefaultCompositeResourceBundleBuilder(ResourceHandler resourceHandler) |