| Package | Description | 
|---|---|
| griffon.core | 
 Core application classes. 
 | 
| griffon.core.controller | 
 Controller action support. 
 | 
| 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.controller | 
 Controller action implementation [INTERNAL USE]. 
 | 
| org.codehaus.griffon.runtime.javafx.controller | 
 Controller action implementation [INTERNAL USE]. 
 | 
| org.codehaus.griffon.runtime.lanterna.controller | 
 Controller action implementation [INTERNAL USE]. 
 | 
| org.codehaus.griffon.runtime.pivot.controller | 
 Controller action implementation [INTERNAL USE]. 
 | 
| org.codehaus.griffon.runtime.swing.controller | 
 Controller action implementation [INTERNAL USE]. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ActionManager | 
GriffonApplication.getActionManager()  | 
| Modifier and Type | Method and Description | 
|---|---|
ActionManager | 
Action.getActionManager()  | 
| Modifier and Type | Method and Description | 
|---|---|
ActionManager | 
AbstractJavaFXGriffonApplication.getActionManager()  | 
| Modifier and Type | Method and Description | 
|---|---|
ActionManager | 
AbstractGriffonApplet.getActionManager()  | 
| Modifier and Type | Method and Description | 
|---|---|
ActionManager | 
AbstractGriffonApplication.getActionManager()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ActionManager | 
AbstractGriffonController.getActionManager()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractActionManager  | 
class  | 
DefaultActionManager  | 
class  | 
NoopActionManager  | 
| Modifier and Type | Method and Description | 
|---|---|
ActionManager | 
AbstractAction.getActionManager()  | 
ActionManager | 
ActionDecorator.getActionManager()  | 
| Constructor and Description | 
|---|
AbstractAction(ActionManager actionManager,
              GriffonController controller,
              ActionMetadata actionMetadata)  | 
DefaultAction(UIThreadManager uiThreadManager,
             ActionManager actionManager,
             GriffonController controller,
             ActionMetadata actionMetadata)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JavaFXActionManager  | 
| Modifier and Type | Method and Description | 
|---|---|
protected JavaFXAction | 
JavaFXGriffonControllerAction.createAction(ActionManager actionManager,
            GriffonController controller,
            String actionName)  | 
| Constructor and Description | 
|---|
JavaFXGriffonControllerAction(UIThreadManager uiThreadManager,
                             ActionManager actionManager,
                             GriffonController controller,
                             ActionMetadata actionMetadata)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LanternaActionManager  | 
| Modifier and Type | Method and Description | 
|---|---|
protected LanternaAction | 
LanternaGriffonControllerAction.createAction(ActionManager actionManager,
            GriffonController controller,
            String actionName)  | 
| Constructor and Description | 
|---|
LanternaGriffonControllerAction(UIThreadManager uiThreadManager,
                               ActionManager actionManager,
                               GriffonController controller,
                               ActionMetadata actionMetadata)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PivotActionManager  | 
| Modifier and Type | Method and Description | 
|---|---|
protected PivotAction | 
PivotGriffonControllerAction.createAction(ActionManager actionManager,
            GriffonController controller,
            String actionName)  | 
| Constructor and Description | 
|---|
PivotGriffonControllerAction(UIThreadManager uiThreadManager,
                            ActionManager actionManager,
                            GriffonController controller,
                            ActionMetadata actionMetadata)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SwingActionManager  | 
| Modifier and Type | Method and Description | 
|---|---|
protected SwingAction | 
SwingGriffonControllerAction.createAction(ActionManager actionManager,
            GriffonController controller,
            String actionName)  | 
| Constructor and Description | 
|---|
SwingGriffonControllerAction(UIThreadManager uiThreadManager,
                            ActionManager actionManager,
                            GriffonController controller,
                            ActionMetadata actionMetadata)  |