Package generalDatabase.layoutFX
Class DBGuiFX
java.lang.Object
PamController.PamControlledUnitGUI
pamViewFX.PamControlledGUIFX
generalDatabase.layoutFX.DBGuiFX
Simple FX implementation of the database GUI.
- Author:
- Jamie Macaulay
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe settings pane contains ALL possible setting for the module in one placed.boolean
selectDatabase
(javafx.stage.Stage stage, String selectTitle, boolean alwaysOnTop) Select a database using the FX database dialog system.Methods inherited from class pamViewFX.PamControlledGUIFX
getDisplays, getGUIFlag, getSidePanes, updateParams
Methods inherited from class PamController.PamControlledUnitGUI
notifyGUIChange
-
Constructor Details
-
DBGuiFX
-
-
Method Details
-
selectDatabase
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
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 classPamControlledGUIFX
- Returns:
- a Pane containing controls to change settings for module.
-