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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionThe settings pane contains ALL possible setting for the module in one placed.booleanselectDatabase(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, updateParamsMethods 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:PamControlledGUIFXThe settings pane contains ALL possible setting for the module in one placed. Settings panes can be divided into tabs for more space etc.- Overrides:
 getSettingsPanein classPamControlledGUIFX- Returns:
 - a Pane containing controls to change settings for module.
 
 
 -