Class DBGuiFX


public class DBGuiFX extends PamControlledGUIFX
Simple FX implementation of the database GUI.
Author:
Jamie Macaulay
  • Constructor Details Link icon

    • DBGuiFX Link icon

      public DBGuiFX(DBControl dBControl)
  • Method Details Link icon

    • selectDatabase Link icon

      public boolean selectDatabase(javafx.stage.Stage stage, String selectTitle, boolean alwaysOnTop)
      Select a database using the FX database dialog system.
      Parameters:
      stage - - the main stage for the dialog to belong to.
      selectTitle - - the title of the dialog.
      Returns:
      true if a database has been successfully selected.
    • getSettingsPane Link icon

      public SettingsPane<DBParameters> getSettingsPane()
      Description copied from class: PamControlledGUIFX
      The settings pane contains ALL possible setting for the module in one placed. Settings panes can be divided into tabs for more space etc.
      Overrides:
      getSettingsPane in class PamControlledGUIFX
      Returns:
      a Pane containing controls to change settings for module.