Class LoginWindowController

java.lang.Object
io.github.michael_bailey.client.ui.LoginWindow.LoginWindowController
All Implemented Interfaces:
javafx.fxml.Initializable

public class LoginWindowController
extends java.lang.Object
implements javafx.fxml.Initializable
  • Constructor Summary

    Constructors 
    Constructor Description
    LoginWindowController()  
  • Method Summary

    Modifier and Type Method Description
    void hideView()  
    void initialize​(java.net.URL location, java.util.ResourceBundle resources)  
    void setModel​(LoginWindowModel model)  
    void showView()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • setModel

      public void setModel​(LoginWindowModel model)
    • initialize

      public void initialize​(java.net.URL location, java.util.ResourceBundle resources)
      Specified by:
      initialize in interface javafx.fxml.Initializable
    • showView

      public void showView()
    • hideView

      public void hideView()