| Package | Description | 
|---|---|
| griffon.core | Core application classes. | 
| griffon.core.injection | Test support. | 
| griffon.exceptions | Griffon exceptions. | 
| griffon.javafx | JavaFX specializations. | 
| griffon.swing | Swing specializations. | 
| org.codehaus.griffon.runtime.core | Test support. | 
| org.codehaus.griffon.runtime.core.injection | Test support. | 
| org.codehaus.griffon.runtime.injection | |
| org.codehaus.griffon.runtime.util | Utility classes [INTERNAL USE]. | 
| Modifier and Type | Method and Description | 
|---|---|
| Injector<?> | GriffonApplication. getInjector() | 
| Modifier and Type | Method and Description | 
|---|---|
| Injector | InjectorFactory. createInjector(GriffonApplication application,
              Iterable<Binding<?>> bindings) | 
| Constructor and Description | 
|---|
| ClosedInjectorException(Injector<?> injector) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Injector<?> | AbstractJavaFXGriffonApplication. injector | 
| Modifier and Type | Method and Description | 
|---|---|
| Injector<?> | AbstractJavaFXGriffonApplication. getInjector() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractJavaFXGriffonApplication. setInjector(Injector<?> injector) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Injector<?> | AbstractGriffonApplet. injector | 
| Modifier and Type | Method and Description | 
|---|---|
| Injector<?> | AbstractGriffonApplet. getInjector() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractGriffonApplet. setInjector(Injector<?> injector) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Injector<?> | AbstractGriffonApplication. injector | 
| Modifier and Type | Method and Description | 
|---|---|
| Injector<?> | AbstractGriffonApplication. getInjector() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractGriffonApplication. setInjector(Injector<?> injector) | 
| Modifier and Type | Method and Description | 
|---|---|
| Injector | InjectorProvider. get() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | InjectorProvider. setInjector(Injector injector) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GuiceInjector | 
| Constructor and Description | 
|---|
| DefaultCompositeResourceBundleBuilder(Provider<Injector> injector) | 
| DefaultInstantiator(Provider<Injector> injector) |