public class MainController extends Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
MainController.contextTreeItem |
| Constructor and Description |
|---|
MainController() |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.control.Tab |
addTab(javafx.scene.layout.Pane fillPane,
String tabTitle) |
void |
closeTab(javafx.scene.control.Tab tab) |
javafx.stage.Window |
getWindow() |
void |
initialize() |
void |
openEditCustomer(String year,
String custName) |
public void initialize()
public javafx.stage.Window getWindow()
public javafx.scene.control.Tab addTab(javafx.scene.layout.Pane fillPane,
String tabTitle)
public void closeTab(javafx.scene.control.Tab tab)
Copyright © 2014–2018. All rights reserved.