Package net.rgielen.fxweaver.core
Interface FxControllerAndView<C,V extends javafx.scene.Node>
-
- All Known Implementing Classes:
LazyFxControllerAndView,SimpleFxControllerAndView
public interface FxControllerAndView<C,V extends javafx.scene.Node>FxControllerAndView is a container class for Controller beans and their corresponding Views.- Author:
- Rene Gielen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CgetController()Optional<V>getView()
-