| Package | Description | 
|---|---|
| griffon.core | Core application classes. | 
| griffon.core.env | Environment and lifecycle support. | 
| griffon.javafx | JavaFX specializations. | 
| griffon.swing | Swing specializations. | 
| org.codehaus.griffon.runtime.core | Test support. | 
| Modifier and Type | Method and Description | 
|---|---|
| ApplicationPhase | GriffonApplication. getPhase()Returns the current phase. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ApplicationPhase | ApplicationPhase. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static ApplicationPhase[] | ApplicationPhase. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ApplicationPhase | AbstractJavaFXGriffonApplication. phase | 
| Modifier and Type | Method and Description | 
|---|---|
| ApplicationPhase | AbstractJavaFXGriffonApplication. getPhase() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AbstractJavaFXGriffonApplication. setPhase(ApplicationPhase phase) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ApplicationPhase | AbstractGriffonApplet. phase | 
| Modifier and Type | Method and Description | 
|---|---|
| ApplicationPhase | AbstractGriffonApplet. getPhase() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AbstractGriffonApplet. setPhase(ApplicationPhase phase) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ApplicationPhase | AbstractGriffonApplication. phase | 
| Modifier and Type | Method and Description | 
|---|---|
| ApplicationPhase | AbstractGriffonApplication. getPhase() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AbstractGriffonApplication. setPhase(ApplicationPhase phase) |