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 |
GriffonArtifact
Identifies an object as a Griffon artifact.
|
interface |
GriffonController
Identifies a Controller artifact.
|
interface |
GriffonModel
Identifies a Model artifact.
|
interface |
GriffonMvcArtifact
Identifies an artifact that belongs to an MVC group.
|
interface |
GriffonService
Identifies a Service artifact.
|
interface |
GriffonView
Identifies 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 |
AbstractGriffonArtifact
Base implementation of the GriffonArtifact interface.
|
class |
AbstractGriffonController
Base implementation of the GriffonController interface.
|
class |
AbstractGriffonModel
Base implementation of the GriffonModel interface.
|
class |
AbstractGriffonMvcArtifact
Base implementation of the GriffonMvcArtifact interface.
|
class |
AbstractGriffonService
Base implementation of the GriffonService interface.
|
class |
AbstractGriffonView
Base implementation of the GriffonView interface.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractResourceHandler
Base implementation of the
ResourceHandler interface. |
class |
DefaultResourceHandler
Base implementation of the
ResourceHandler interface. |
Constructor and Description |
---|
GroovyAwareCompositeResourceBundleBuilder(ResourceHandler resourceHandler,
griffon.util.ConfigReader configReader) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJavaFXGriffonView
JavaFX-friendly implementation of the GriffonView interface.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLanternaGriffonView
Lanterna-friendly implementation of the GriffonView interface.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPivotGriffonView
Pivot-friendly implementation of the GriffonView interface.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSwingGriffonView
Swing-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) |