Class ToadManagedSettingsPane<S>

java.lang.Object
pamViewFX.fxNodes.pamDialogFX.ManagedSettingsPane<S>
group3dlocaliser.ToadManagedSettingsPane<S>
Direct Known Subclasses:
TOADSettingsPaneWithChannels

public abstract class ToadManagedSettingsPane<S> extends ManagedSettingsPane<S>
  • Constructor Details Link icon

    • ToadManagedSettingsPane Link icon

      public ToadManagedSettingsPane()
  • Method Details Link icon

    • getTabPane Link icon

      public abstract javafx.scene.control.TabPane getTabPane()
      Get the main tab pane.
      Returns:
      the main tab pane.
    • setErrorWarn Link icon

      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.