@Version(value="1.0.0")
| Interface | Description |
|---|---|
| EclipseTreeContribution<T> |
A
contribution for the
eclipse modular tree controller. |
| LocalizationSupplierProperties |
Text resource accessor for Eclipse OSGi utilities
|
| NamedAdapterSupplierProperties |
Text resource accessor for Eclipse OSGi utilities
|
| ObservableServiceSupplierProperties |
Text resource accessor for Eclipse OSGi utilities
|
| Class | Description |
|---|---|
| AdaptingNamedObjectSupplier |
Supplier for Eclipse DI contexts, to provide localization implementations of
a requested type via a
PropertyLoader. |
| CommandTreeCellContribution<T> |
A tree cell contribution intended to be supplied via
EclipseTreeContribution so as to be injected according to an eclipse
context. |
| EclipseModularTreeController |
A controller over a
modular tree view for use within
an Eclipse RCP environment. |
| LocalizationSupplier |
Supplier for Eclipse DI contexts, to provide localization implementations of
a requested type via a
PropertyLoader. |
| MenuTreeCellContribution<T> |
A tree cell contribution intended to be supplied via
EclipseTreeContribution so as to be injected according to an eclipse
context. |
| ObservableServiceSupplier |
Supplier for
Service |
| PlatformAdminImplComponent |
Wrapper for
PlatformAdminImpl, which is not properly exported. |
| Annotation Type | Description |
|---|---|
| AdaptNamed |
Marks an
Inject field as allowing an adapter from the current context
to adapt to the injection target type. |
| Localize |
Marks an
Inject field as requiring an implementation of a
localisation text interface. |
| ObservableService |
Marks an
Inject field as requiring an observable view of available
services. |