Package group3dlocaliser
Class ToadManagedSettingsPane<S>
java.lang.Object
pamViewFX.fxNodes.pamDialogFX.ManagedSettingsPane<S>
group3dlocaliser.ToadManagedSettingsPane<S>
- Direct Known Subclasses:
TOADSettingsPaneWithChannels
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract javafx.scene.control.TabPane
Get the main tab pane.abstract void
setErrorWarn
(boolean warn) Set whether the pane should show errors.Methods inherited from class pamViewFX.fxNodes.pamDialogFX.ManagedSettingsPane
findParams, getParams, getSettingsPane, setParams, useParams
-
Constructor Details
-
ToadManagedSettingsPane
public ToadManagedSettingsPane()
-
-
Method Details
-
getTabPane
public abstract javafx.scene.control.TabPane getTabPane()Get the main tab pane.- Returns:
- the main tab pane.
-
setErrorWarn
public abstract void setErrorWarn(boolean warn) Set whether the pane should show errors. Because there are multiple algorithms that will use this pane we do not want to warn for every algorithm only the user selected one.- Parameters:
warn
- = true to warn errors e.g. show an dialog - false and there are no error warnings.
-