public interface IEditView
WizardView| Modifier and Type | Method and Description |
|---|---|
javafx.scene.Parent |
getPane()
Return the Pane
|
Boolean |
isAutomated()
returns if this view is in automated mode
|
void |
save()
Saves something to the Controller
|
void |
setAutomated(boolean automated)
sets the value boolean that contains mode and sets the visibility of the
switchModeButton accordingly
|
void setAutomated(boolean automated)
automated - Boolean isAutomated()
javafx.scene.Parent getPane()
void save()
Copyright © 2019. All rights reserved.