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 |
Core implementation [INTERNAL USE].
|
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() |
Constructor and Description |
---|
AbstractAction(ActionManager actionManager,
GriffonController controller,
String actionName) |
DefaultAction(UIThreadManager uiThreadManager,
ActionManager actionManager,
GriffonController controller,
String actionName) |
Modifier and Type | Class and Description |
---|---|
class |
JavaFXActionManager |
Constructor and Description |
---|
JavaFXGriffonControllerAction(UIThreadManager uiThreadManager,
ActionManager actionManager,
GriffonController controller,
String actionName) |
Modifier and Type | Class and Description |
---|---|
class |
LanternaActionManager |
Constructor and Description |
---|
LanternaGriffonControllerAction(UIThreadManager uiThreadManager,
ActionManager actionManager,
GriffonController controller,
String actionName) |
Modifier and Type | Class and Description |
---|---|
class |
PivotActionManager |
Constructor and Description |
---|
PivotGriffonControllerAction(UIThreadManager uiThreadManager,
ActionManager actionManager,
GriffonController controller,
String actionName) |
Modifier and Type | Class and Description |
---|---|
class |
SwingActionManager |
Constructor and Description |
---|
SwingGriffonControllerAction(UIThreadManager uiThreadManager,
ActionManager actionManager,
GriffonController controller,
String actionName) |