Package | Description |
---|---|
griffon.core.artifact |
Artifact types.
|
griffon.core.mvc |
MVC Group management.
|
org.codehaus.griffon.runtime.core.artifact |
Artifact implementation [INTERNAL USE].
|
org.codehaus.griffon.runtime.core.mvc |
MVC group implementation [INTERNAL USE].
|
org.codehaus.griffon.runtime.groovy.artifact |
Artifact implementation [INTERNAL USE].
|
org.codehaus.griffon.runtime.groovy.mvc |
MVC group implementation [INTERNAL USE].
|
org.codehaus.griffon.runtime.groovy.view |
WindowManager and helpers [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].
|
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 | Interface and Description |
---|---|
interface |
MVCGroup
Defines an MVC group and its contents
|
interface |
MVCGroupManager
Manages the configuration and instantiation of MVC groups.
|
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 |
AbstractMVCGroup
Base implementation of the
MVCGroup interface |
class |
AbstractMVCGroupManager
Base implementation of the
MVCGroupManager interface. |
class |
AbstractMVCHandler
Base implementation of the MVCHandler interface.
|
class |
DefaultMVCGroup
Default implementation of the
MVCGroup interface |
class |
DefaultMVCGroupManager
Base implementation of the
MVCGroupManager interface. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGriffonArtifactScript |
class |
AbstractGriffonMvcArtifactScript |
Modifier and Type | Class and Description |
---|---|
class |
GroovyAwareMVCGroup |
class |
GroovyAwareMVCGroupManager |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGriffonViewScript
Base implementation of the GriffonView interface for Script based views
|
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.
|