public class AppModel
extends java.lang.Object
Constructor and Description |
---|
AppModel() |
Modifier and Type | Method and Description |
---|---|
javafx.stage.Stage |
getStage() |
User |
getUser()
get the current authenticated User
|
javafx.scene.layout.Pane |
getWindow() |
void |
setStage(javafx.stage.Stage stage) |
void |
setUser(User user)
set the current authenticated User
|
void |
setWindow(javafx.scene.layout.Pane window) |
public javafx.scene.layout.Pane getWindow()
public void setWindow(javafx.scene.layout.Pane window)
public javafx.stage.Stage getStage()
public void setStage(javafx.stage.Stage stage)
public void setUser(User user)
public User getUser()