| Interface | Description |
|---|---|
| BeanInformationExtractor | |
| BeanInformationRepository | |
| WorkbenchElementsRepository |
Exposes collected MiniFx elements (usually done by a bean post processor and also some more specific information,
like factory methods and annotations found on the bean classes themselves or their factory methods.
|
| Class | Description |
|---|---|
| AbstractPerspectiveEvent | |
| ActivatePerspectiveCommand | |
| BeanInormationExtractorImpl | |
| ChangePerspectiveButtonStyleCommand | |
| ElementsDefinitionConstructor |
Contains all the relevant logic to bring together all the information which is required to instantiate the workbench
elements later.
|
| OngoingAnnotationExtraction |
Part of a fluent clause to extract annotation information from beans.
|
| PerspectiveActivatedEvent | |
| WorkbenchElementsPostProcessor |
A Spring bean post processor which has two main responsibilities:
It collects factory methods of all beans created in the application context.
|