jam.preferences
Class PreferencesDialog

java.lang.Object
  extended by 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
PreferencesDialog(javax.swing.JFrame frame)
           
 
Method Summary
 void addSection(PreferencesSection section)
           
 void showDialog()
           
 void showSection(java.lang.String title)
           
 void storePreferences()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferencesDialog

public PreferencesDialog(javax.swing.JFrame frame)
Method Detail

showDialog

public void showDialog()

storePreferences

public void storePreferences()

showSection

public void showSection(java.lang.String title)

addSection

public void addSection(PreferencesSection section)


http://code.google.com/p/jam-lib/