| Interface | Description | 
|---|---|
| MVCFunction<M extends GriffonModel,V extends GriffonView,C extends GriffonController> | An specialized function for working with MVC members. | 
| MVCGroup | Defines an MVC group and its contents | 
| MVCGroupConfiguration | Holds the configuration of an MVC group | 
| MVCGroupConfigurationFactory | |
| MVCGroupFactory | |
| MVCGroupFunction | An specialized function for working with MVC groups. | 
| MVCGroupManager | Manages the configuration and instantiation of MVC groups. | 
| MVCHandler | Base contract for classes that can manipulate MVC groups. | 
| TypedMVCGroup<M extends GriffonModel,V extends GriffonView,C extends GriffonController> | |
| TypedMVCGroupFunction<MVC extends TypedMVCGroup> | An specialized function for working with typed MVC groups. |