org.jivesoftware
Class LoginSettingDialog

java.lang.Object
  extended by org.jivesoftware.LoginSettingDialog
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener

public class LoginSettingDialog
extends java.lang.Object
implements java.beans.PropertyChangeListener

Allows users to configure startup options.

Author:
Derek DeMoro

Constructor Summary
LoginSettingDialog()
          Empty Constructor.
 
Method Summary
 boolean invoke(javax.swing.JFrame owner)
          Invokes the OptionsDialog.
 void propertyChange(java.beans.PropertyChangeEvent e)
          PropertyChangeEvent is called when the user either clicks the Cancel or OK button.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginSettingDialog

public LoginSettingDialog()
Empty Constructor.

Method Detail

invoke

public boolean invoke(javax.swing.JFrame owner)
Invokes the OptionsDialog.

Parameters:
owner - the parent owner of this dialog. This is used for correct parenting.
Returns:
true if the options have been changed.

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent e)
PropertyChangeEvent is called when the user either clicks the Cancel or OK button.

Specified by:
propertyChange in interface java.beans.PropertyChangeListener
Parameters:
e - the property change event.