public class MapController extends Object implements javafx.fxml.Initializable
| Modifier and Type | Field and Description |
|---|---|
javafx.scene.control.Label |
custAddress |
javafx.scene.control.Label |
custName |
javafx.scene.layout.HBox |
custOrders |
javafx.scene.control.Label |
custPhone |
| Constructor and Description |
|---|
MapController() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureMap() |
void |
initialize(URL url,
ResourceBundle rb) |
void |
initMap(MainController mainController) |
public javafx.scene.layout.HBox custOrders
public javafx.scene.control.Label custAddress
public javafx.scene.control.Label custPhone
public javafx.scene.control.Label custName
public void initialize(URL url, ResourceBundle rb)
initialize in interface javafx.fxml.Initializableprotected void configureMap()
public void initMap(MainController mainController)
Copyright © 2014–2018. All rights reserved.