public class OptionPc extends Object implements Pc, AppEventSupport
| Modifier and Type | Field and Description |
|---|---|
javafx.scene.control.Button |
mCancel
our cancel button, never null
|
javafx.scene.control.Button |
mDefault
our default button, never null
|
javafx.scene.control.Button |
mOK
our OK button, never null
|
javafx.scene.layout.StackPane |
mRootContainer
our root container, never null
|
| Constructor and Description |
|---|
OptionPc() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Callback from our cancel button or when the dialog is closed, we just hide the
stage.
|
void |
defaults()
Callback from our defaults button, we set all settings to default values.
|
void |
init(Dc pDc,
Map<String,? super Object> pArgs) |
void |
ok()
Callback from our ok button, we update the app state and fire an DataSourceChanged
app event if something was changed.
|
void |
postAppEvent(AppEvent pAppEvent)
Process an AppEvent.
|
void |
searchDir()
Callback from the search dir tree button.
|
void |
searchFile()
Callback from the search csv file button.
|
public javafx.scene.layout.StackPane mRootContainer
public javafx.scene.control.Button mDefault
public javafx.scene.control.Button mCancel
public javafx.scene.control.Button mOK
public void postAppEvent(AppEvent pAppEvent)
postAppEvent in interface AppEventSupportpAppEvent - event that should be routed/processespublic void searchFile()
public void searchDir()
public void ok()
public void cancel()
public void defaults()
Copyright © 2022 Jürgen Zeller (privat). All rights reserved.