| 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  | 
AbstractMVCGroupManager
Base implementation of the  
MVCGroupManager interface. | 
class  | 
DefaultMVCGroupManager
Base implementation of the  
MVCGroupManager interface. | 
| Modifier and Type | Field and Description | 
|---|---|
protected MVCGroupManager | 
DefaultMVCGroupFactory.mvcGroupManager  | 
| Modifier and Type | Method and Description | 
|---|---|
MVCGroupManager | 
DefaultMVCGroupConfiguration.getMvcGroupManager()  | 
protected MVCGroupManager | 
AbstractMVCHandler.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)  |