org.virion.jam.preferences
Class PreferencesDialog

java.lang.Object
  extended by org.virion.jam.preferences.PreferencesDialog

public class PreferencesDialog
extends Object

DemographicDialog.java Title: Tracer Description: An application for analysing MCMC trace files.

Author:
Andrew Rambaut, Alexei Drummond

Constructor Summary
PreferencesDialog(JFrame frame)
           
 
Method Summary
 void addSection(PreferencesSection section)
           
 void showDialog()
           
 void showSection(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferencesDialog

public PreferencesDialog(JFrame frame)
Method Detail

showDialog

public void showDialog()

showSection

public void showSection(String title)

addSection

public void addSection(PreferencesSection section)