public class PreferencesDialog
extends java.lang.Object
| Constructor and Description |
|---|
PreferencesDialog(javax.swing.JFrame frame) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSection(PreferencesSection section) |
void |
showDialog() |
void |
showSection(java.lang.String title) |
void |
storePreferences() |
public void showDialog()
public void storePreferences()
public void showSection(java.lang.String title)
public void addSection(PreferencesSection section)
http://code.google.com/p/jam-lib/