| 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.mvc | MVC group implementation [INTERNAL USE]. | 
| org.codehaus.griffon.runtime.groovy.mvc | MVC group implementation [INTERNAL USE]. | 
| Modifier and Type | Method and Description | 
|---|---|
| MVCGroupManager | GriffonApplication. getMvcGroupManager() | 
| Modifier and Type | Method and Description | 
|---|---|
| MVCGroupManager | AbstractJavaFXGriffonApplication. getMvcGroupManager() | 
| Modifier and Type | Method and Description | 
|---|---|
| MVCGroupManager | AbstractGriffonApplet. getMvcGroupManager() | 
| Modifier and Type | Method and Description | 
|---|---|
| MVCGroupManager | AbstractGriffonApplication. getMvcGroupManager() | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractMVCGroupManagerBase implementation of the  MVCGroupManagerinterface. | 
| class  | DefaultMVCGroupManagerBase implementation of the  MVCGroupManagerinterface. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected MVCGroupManager | DefaultMVCGroupFactory. mvcGroupManager | 
| Modifier and Type | Method and Description | 
|---|---|
| protected MVCGroupManager | AbstractMVCHandler. getMvcGroupManager() | 
| MVCGroupManager | DefaultMVCGroupConfiguration. getMvcGroupManager() | 
| Constructor and Description | 
|---|
| AbstractMVCGroup(MVCGroupManager mvcGroupManager,
                MVCGroupConfiguration configuration,
                String mvcId,
                Map<String,Object> members,
                MVCGroup parentGroup) | 
| AbstractMVCHandler(MVCGroupManager mvcGroupManager) | 
| DefaultMVCGroup(MVCGroupManager mvcGroupManager,
               MVCGroupConfiguration configuration,
               String mvcId,
               Map<String,Object> members,
               MVCGroup parentGroup) | 
| DefaultMVCGroupConfiguration(MVCGroupManager mvcGroupManager,
                            String mvcType,
                            Map<String,String> members,
                            Map<String,Object> config) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GroovyAwareMVCGroupManager | 
| Constructor and Description | 
|---|
| GroovyAwareMVCGroup(MVCGroupManager mvcGroupManager,
                   MVCGroupConfiguration configuration,
                   String mvcId,
                   Map<String,Object> members,
                   MVCGroup parentGroup) |