| Modifier and Type | Field and Description |
|---|---|
javafx.scene.layout.BorderPane |
mRootContainer
our root container, never null
|
| Constructor and Description |
|---|
MainPc() |
| Modifier and Type | Method and Description |
|---|---|
void |
autoFilterChanged()
Callback from the auto filter checkbox.
|
void |
init(Dc pDc,
Map<String,? super Object> pArgs) |
void |
openFile()
Callback from the file open menu.
|
void |
openTree()
Callback from the tree open menu.
|
void |
quit()
Callback from the file quit menu, will save our properties and quit.
|
void |
search()
Callback from the search button and the filter textfield.
|
void |
setModel(FilteredObservableList pModel)
Called from our Dc to set a new table model, will also filter.
|
void |
showAbout()
Callback from the show about menu.
|
void |
showLoadError(Response<?> pResponse)
Called from our Dc if loading failed.
|
void |
showOptions()
Callback from the show options menu.
|
public javafx.scene.layout.BorderPane mRootContainer
public void openFile()
public void openTree()
public void quit()
public void showOptions()
public void showAbout()
public void autoFilterChanged()
public void search()
public void setModel(FilteredObservableList pModel)
pModel - the table model to set, must not be nullpublic void showLoadError(Response<?> pResponse)
pResponse - the response containing more information about the failure, never nullCopyright © 2013–2024 Jürgen Zeller (privat). All rights reserved.