Constructor and Description |
---|
DoctorView(DoctorController controller,
DoctorModel model)
Create a new instance of a DoctorView.
|
Modifier and Type | Method and Description |
---|---|
javafx.scene.layout.Pane |
getContent()
Returns the Container which inherits all GUI Elements loaded from the FXML file
|
public DoctorView(DoctorController controller, DoctorModel model)
controller
- send all events to this controllermodel
- represent data for this agentpublic javafx.scene.layout.Pane getContent()
IView
getContent
in interface IView