All Classes and Interfaces

Class
Description
Marks a class as a managed component in the ContextFX IoC container.
Performs dependency injection for all Component-annotated classes.
Singleton IoC container that stores and resolves managed component instances.
Entry point for bootstrapping the ContextFX IoC container in a JavaFX application.
A manual class registry used as an alternative to automatic classpath scanning.
Marks a class as a controller component in the ContextFX IoC container.
Performs dependency injection for all Controller-annotated classes.
Marks a field, method, constructor, or parameter as an injection point in the ContextFX IoC container.
Orchestrates the dependency injection phase for all registered component types.
Singleton that loads FXML views and manages scene switching for a JavaFX Stage.
Marks a class as a model component in the ContextFX IoC container.
Performs dependency injection for all Model-annotated classes.
Marks a class as a reactive component managed by the ContextFX reactive IoC container.
Performs reactive dependency injection for all ReactiveComponent-annotated classes.
Reactive extension of the Container that supports ReactFX observable types as dependencies.
Entry point for bootstrapping both the standard and reactive ContextFX IoC containers.
Marks a class as a reactive controller component in the ContextFX reactive IoC container.
Performs reactive dependency injection for all ReactiveController-annotated classes.
Marks a field, method, constructor, or parameter as a reactive injection point in the ContextFX container.
Orchestrates both the standard and reactive dependency injection phases.
Reactive extension of Manager that loads and switches views for ReactiveView-annotated components.
Marks a class as a reactive model component in the ContextFX reactive IoC container.
Performs reactive dependency injection for all ReactiveModel-annotated classes.
Reactive extension of Scanner that discovers and registers reactive stereotype classes.
Marks a class as a reactive service component in the ContextFX reactive IoC container.
Performs reactive dependency injection for all ReactiveService-annotated classes.
Marks a class as a reactive view component in the ContextFX reactive IoC container.
Performs reactive dependency injection for all ReactiveView-annotated classes.
Discovers annotated component classes and registers them in the Container.
Marks a class as a service component in the ContextFX IoC container.
Performs dependency injection for all Service-annotated classes.
Marks a class as a view component in the ContextFX IoC container.
Performs dependency injection for all View-annotated classes.