Class ChatWindowController

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

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

    Constructors 
    Constructor Description
    ChatWindowController​(ChatWindowModel model)  
  • Method Summary

    Modifier and Type Method Description
    void initialize​(java.net.URL location, java.util.ResourceBundle resources)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • initialize

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