public class MainController extends Object
Modifier and Type | Class and Description |
---|---|
class |
MainController.contextTreeItem<K,V> |
Modifier and Type | Field and Description |
---|---|
javafx.event.EventType |
closeEvent |
Constructor and Description |
---|
MainController() |
Modifier and Type | Method and Description |
---|---|
void |
addCustomerToTreeView(Customer customer,
javafx.scene.control.TreeItem<TreeItemPair<String,javafx.util.Pair<String,Object>>> parent) |
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(javafx.stage.Stage stage,
javafx.application.Application.Parameters parameters) |
void |
openEditCustomer(Customer customer) |
public void initialize(javafx.stage.Stage stage, javafx.application.Application.Parameters parameters)
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)
public void openEditCustomer(Customer customer)
public void addCustomerToTreeView(Customer customer, javafx.scene.control.TreeItem<TreeItemPair<String,javafx.util.Pair<String,Object>>> parent)
Copyright © 2014–2018. All rights reserved.