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)
-
Constructor Details
-
Method Details
-
initialize
public void initialize(java.net.URL location, java.util.ResourceBundle resources)- Specified by:
initialize
in interfacejavafx.fxml.Initializable
-