public class UserModel
extends java.lang.Object
Constructor and Description |
---|
UserModel()
Constructor
|
Modifier and Type | Method and Description |
---|---|
javafx.collections.ObservableList<Code> |
getCodesData()
get the Codes data list which is used in this dialog
|
javafx.scene.Scene |
getContent()
Get the Content of the GUI
|
User |
getModel()
Returns the Data model
|
void |
setContent(javafx.scene.Scene content)
saves the Content of the GUI
|
void |
setModel(User model)
Saves the received data model
|
public User getModel()
public void setModel(User model)
model
- public javafx.collections.ObservableList<Code> getCodesData()
public javafx.scene.Scene getContent()
content
- public void setContent(javafx.scene.Scene content)