public class AdminModel
extends java.lang.Object
| Constructor and Description |
|---|
AdminModel()
Constructor
create the instances of the ObservableList objects
|
| Modifier and Type | Method and Description |
|---|---|
javafx.collections.ObservableList<Code> |
getCodesData()
get the Codes Data list
|
javafx.collections.ObservableList<User> |
getUserData()
get the UserData list
|