public class AdminView extends java.lang.Object implements IView, javafx.fxml.Initializable
| Constructor and Description |
|---|
AdminView(AdminController controller)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
fillTableData(javafx.collections.ObservableList<User> user)
Fill the Table with the User data list
|
javafx.scene.layout.Pane |
getContent()
Returns the Container which inherits all GUI Elements loaded from the FXML file
|
void |
initialize(java.net.URL location,
java.util.ResourceBundle resources)
Is executed when the FXML file is loaded
|
public AdminView(AdminController controller)
controller - public void initialize(java.net.URL location,
java.util.ResourceBundle resources)
initialize in interface javafx.fxml.Initializablepublic void fillTableData(javafx.collections.ObservableList<User> user)
user - list of userspublic javafx.scene.layout.Pane getContent()
IViewgetContent in interface IView