Package jam.preferences
Class PreferencesDialog
- java.lang.Object
-
- jam.preferences.PreferencesDialog
-
public class PreferencesDialog extends java.lang.Object
PreferencesDialog.java- Version:
- $Id: PreferencesDialog.java 960 2008-12-01 07:26:01Z rambaut $
- Author:
- Andrew Rambaut
-
-
Constructor Summary
Constructors Constructor Description PreferencesDialog(javax.swing.JFrame frame)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addSection(PreferencesSection section)
void
showDialog()
void
showSection(java.lang.String title)
void
storePreferences()
-
-
-
Method Detail
-
showDialog
public void showDialog()
-
storePreferences
public void storePreferences()
-
showSection
public void showSection(java.lang.String title)
-
addSection
public void addSection(PreferencesSection section)
-
-