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.Initializable
public void fillTableData(javafx.collections.ObservableList<User> user)
user
- list of userspublic javafx.scene.layout.Pane getContent()
IView
getContent
in interface IView