| Package | Description | 
|---|---|
| griffon.core | Core application classes. | 
| griffon.javafx | JavaFX specializations. | 
| griffon.swing | Swing specializations. | 
| org.codehaus.griffon.runtime.core | Core implementation [INTERNAL USE]. | 
| org.codehaus.griffon.runtime.core.controller | Controller action implementation [INTERNAL USE]. | 
| org.codehaus.griffon.runtime.core.i18n | Internationalization implementation [INTERNAL USE]. | 
| Modifier and Type | Method and Description | 
|---|---|
| MessageSource | GriffonApplication. getMessageSource() | 
| Modifier and Type | Method and Description | 
|---|---|
| MessageSource | AbstractJavaFXGriffonApplication. getMessageSource() | 
| Modifier and Type | Method and Description | 
|---|---|
| MessageSource | AbstractGriffonApplet. getMessageSource() | 
| Modifier and Type | Method and Description | 
|---|---|
| MessageSource | AbstractGriffonApplication. getMessageSource() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected MessageSource | AbstractActionManager. getMessageSource() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractMessageSource | 
| class  | CompositeMessageSource | 
| class  | DefaultMessageSource | 
| Modifier and Type | Method and Description | 
|---|---|
| MessageSource | MessageSourceProvider. get() | 
| Constructor and Description | 
|---|
| CompositeMessageSource(MessageSource[] messageSources) | 
| Constructor and Description | 
|---|
| CompositeMessageSource(Collection<MessageSource> messageSources) |