| 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 | 
 Core implementation [INTERNAL USE]. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ApplicationPhase | 
GriffonApplication.getPhase()
Returns the current phase. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ApplicationPhase | 
ApplicationPhase.valueOf(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 | Method and Description | 
|---|---|
ApplicationPhase | 
AbstractJavaFXGriffonApplication.getPhase()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AbstractJavaFXGriffonApplication.setPhase(ApplicationPhase 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 | Method and Description | 
|---|---|
ApplicationPhase | 
AbstractGriffonApplication.getPhase()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
AbstractGriffonApplication.setPhase(ApplicationPhase phase)  |