org.scohen.juploadr.prefs
Class ConfigurationDialog

java.lang.Object
  extended byDialog
      extended byorg.scohen.juploadr.prefs.ConfigurationDialog

public class ConfigurationDialog
extends Dialog

Author:
John
See Also:
Serialized Form

Constructor Summary
ConfigurationDialog(Shell parent)
           
 
Method Summary
 void accountChanged()
           
 void open()
           
 void refreshAPIForms()
           
protected  boolean saveChanges()
          Iterates over this.configurationForms and tells each to save its changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationDialog

public ConfigurationDialog(Shell parent)
Method Detail

open

public void open()

refreshAPIForms

public void refreshAPIForms()

saveChanges

protected boolean saveChanges()
Iterates over this.configurationForms and tells each to save its changes.


accountChanged

public void accountChanged()