Package org.contextfx.reactive
Class ReactiveContextApplication
- java.lang.Object
-
- org.contextfx.ContextApplication
-
- org.contextfx.reactive.ReactiveContextApplication
-
public class ReactiveContextApplication extends ContextApplication
- Author:
- Ramon Rangel Osorio <ramon.rangel@protonmail.com>
-
-
Constructor Summary
Constructors Constructor Description ReactiveContextApplication(Class<? extends javafx.application.Application> application)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReactiveContainergetReactiveContainer()Retrieves the reactive container.-
Methods inherited from class org.contextfx.ContextApplication
getComtainer
-
-
-
-
Constructor Detail
-
ReactiveContextApplication
public ReactiveContextApplication(Class<? extends javafx.application.Application> application)
-
-
Method Detail
-
getReactiveContainer
public ReactiveContainer getReactiveContainer()
Retrieves the reactive container.- Returns:
- the reactive container
-
-