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 Detail

      • getController

        C getController()