Interface IJavaFXControlLoader

  • All Known Implementing Classes:
    UIFactory.JavaFXControlLoader

    public interface IJavaFXControlLoader
    Bean loader for JavaFX controls.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2013 Created on Nov 1, 2013
    • Method Detail

      • getMiniMap

        MiniMap getMiniMap()
        Retrieve the control instance for the mini map.
        Returns:
        MiniMap
      • getMainMenu

        MainMenu getMainMenu()
        Retrieve the control instance for the main menu.
        Returns:
        MainMenu
      • getSubMenu

        SubMenu getSubMenu()
        Retrieve the control instance for the sub menu.
        Returns:
        SubMenu
      • getNoticeBoard

        NoticeBoard getNoticeBoard()
        Retrieve the control for the notice board.
        Returns:
        NoticeBoard
      • getViewStatus

        ViewStatus getViewStatus()
        Retrieve the control for the view status pane.
        Returns:
        ViewStatus
      • getFontLoader

        IFontLoader getFontLoader()
        Get the font loader.
        Returns:
        reference to the font loader.
      • getGameStatus

        GameStatus getGameStatus()
        Retrieve the control for the game status pane.
        Returns:
        GameStatus
      • getMainGameView

        MainGameView getMainGameView​(double width,
                                     double heigth)
        Retrieve the control for the main view.
        Parameters:
        width - of the view
        heigth - of the view
        Returns:
        MainGameView with the designated dimensions.