Package | Description |
---|---|
griffon.core |
Core application classes.
|
griffon.javafx |
JavaFX specializations.
|
griffon.swing |
Swing specializations.
|
org.codehaus.griffon.runtime.core |
Test support.
|
org.codehaus.griffon.runtime.core.addon |
Addon implementation [INTERNAL USE].
|
org.codehaus.griffon.runtime.core.view |
WindowManager and helpers [INTERNAL USE].
|
Modifier and Type | Method and Description |
---|---|
static ApplicationEvent |
ApplicationEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationEvent[] |
ApplicationEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractJavaFXGriffonApplication.event(ApplicationEvent event,
List<?> args) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractGriffonApplet.event(ApplicationEvent event,
List<?> args) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractGriffonApplication.event(ApplicationEvent event,
List<?> args) |
protected void |
DefaultApplicationConfigurer.event(ApplicationEvent event,
List<?> args) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractAddonManager.event(ApplicationEvent evt) |
protected void |
AbstractAddonManager.event(ApplicationEvent evt,
List<?> args) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractWindowManager.event(ApplicationEvent evt,
List<?> args) |