| Interface | Description |
|---|---|
| FXMLBuilder<N> |
Builder for an FXMLLoader
|
| FXMLBuilder.Data<N,C> |
Data struct holing root node and controller
|
| FXMLLoaderFactory |
Factory to build an
FXMLLoader |
| ResourcePool |
A resource pool attached to a context releasing the resources when disposed
|
| ResourceProviderService |
Service who maps image keys to real images
|
| ResourceService |
Service which provides a resource pool who cleans it up itself when going out
of scope
|
| ResourceService.IDiposeableResourcePool |
Interface implemented by a resource pool who can be disposed
|
| ResourceService.IPooledResource<T> |
A resource in the pool
|
| Class | Description |
|---|---|
| BasicResourceProvider |
Basic implementation of a resource provider
|
| CachingContextFunction |
A context function which caches the value so that child contexts don't create
an instance them selfes
|
| DIApplication |
OSGi-Application which launches the DI-Framework and creates the main class
using it
|
| InjectingFXMLLoader<N> |
Allows to use Eclipse DI inside your controller to access services
|
| Util<T> |
Utilities
|
| Annotation Type | Description |
|---|---|
| FXMLLoader |
Annotation to mark an injection of an
FXMLLoaderFactory |