| Package | Description | 
|---|---|
| griffon.core | 
 Core application classes. 
 | 
| griffon.core.mvc | 
 MVC Group management. 
 | 
| 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]. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ObservableContext  | 
| Modifier and Type | Method and Description | 
|---|---|
Context | 
ContextFactory.create(Context parentContext)  | 
Context | 
GriffonApplication.getContext()  | 
Context | 
Context.getParentContext()
Returns the parent  
Context if it exists. | 
| Modifier and Type | Method and Description | 
|---|---|
Context | 
ContextFactory.create(Context parentContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
Context | 
MVCGroup.getContext()
Returns the context belonging to this group. 
 | 
Context | 
MVCGroupManager.newContext(MVCGroup parentGroup)  | 
| Modifier and Type | Method and Description | 
|---|---|
Context | 
AbstractJavaFXGriffonApplication.getContext()  | 
| Modifier and Type | Method and Description | 
|---|---|
Context | 
AbstractGriffonApplet.getContext()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractContext  | 
class  | 
DefaultContext  | 
class  | 
DefaultObservableContext  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Context | 
AbstractContext.parentContext  | 
| Modifier and Type | Method and Description | 
|---|---|
Context | 
DefaultContextFactory.create(Context parentContext)  | 
Context | 
DefaultObservableContextFactory.create(Context parentContext)  | 
Context | 
DefaultContextProvider.get()  | 
Context | 
AbstractGriffonApplication.getContext()  | 
Context | 
AbstractContext.getParentContext()  | 
| Modifier and Type | Method and Description | 
|---|---|
Context | 
DefaultContextFactory.create(Context parentContext)  | 
Context | 
DefaultObservableContextFactory.create(Context parentContext)  | 
| Constructor and Description | 
|---|
AbstractContext(Context parentContext)  | 
DefaultContext(Context parentContext)  | 
DefaultObservableContext(Context parentContext)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Context | 
AbstractMVCGroup.context  | 
| Modifier and Type | Method and Description | 
|---|---|
Context | 
AbstractMVCGroup.getContext()  | 
Context | 
AbstractMVCGroupManager.newContext(MVCGroup parentGroup)  |