Class LoginWindowModel

java.lang.Object
io.github.michael_bailey.client.ui.LoginWindow.LoginWindowModel

public class LoginWindowModel
extends java.lang.Object
  • Property Summary

    Properties 
    Type Property Description
    javafx.beans.property.SimpleStringProperty passwordString  
    javafx.beans.property.SimpleStringProperty usernameString  
  • Constructor Summary

    Constructors 
    Constructor Description
    LoginWindowModel()  
  • Method Summary

    Modifier and Type Method Description
    ChatWindowModel login()  
    boolean logout()  
    javafx.beans.property.SimpleStringProperty passwordStringProperty()  
    javafx.beans.property.SimpleStringProperty usernameStringProperty()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait