Package geomss.app
Class GUIPreferences
- java.lang.Object
-
- geomss.app.AppPreferences
-
- geomss.app.GUIPreferences
-
- All Implemented Interfaces:
Preferences
public class GUIPreferences extends AppPreferences
This class serves as a collection of preferences for this program.Modified by: Joseph A. Huwaldt
- Version:
- January 1, 2024
- Author:
- Joseph A. Huwaldt, Date: May 2, 2009
-
-
Constructor Summary
Constructors Constructor Description GUIPreferences(MainApp app)
Construct the preferences object for this application.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
showPreferenceDialog()
Method that displays a dialog that allows the user to change the application preferences.-
Methods inherited from class geomss.app.AppPreferences
addPropertyChangeListener, addPropertyChangeListener, get, getLastPath, removePropertyChangeListener, removePropertyChangeListener, set, setLastPath
-
-
-
-
Constructor Detail
-
GUIPreferences
public GUIPreferences(MainApp app)
Construct the preferences object for this application. This constructor will locate the preference file and load in any available preferences for the application.- Parameters:
app
- Reference to the main application.
-
-
Method Detail
-
showPreferenceDialog
public void showPreferenceDialog()
Method that displays a dialog that allows the user to change the application preferences. If the application is running in batch mode, this method does nothing.- Specified by:
showPreferenceDialog
in interfacePreferences
- Overrides:
showPreferenceDialog
in classAppPreferences
-
-