com.jivesoftware.sparkimpl.preference.chat
Class ChatPreferenceDialog

java.lang.Object
  extended bycom.jivesoftware.sparkimpl.preference.chat.ChatPreferenceDialog
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyChangeListener

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

The Dialog UI to handle changing of ChatPreferences.


Constructor Summary
ChatPreferenceDialog()
          Empty Constructor
 
Method Summary
protected  ChatPreferences getPreferences()
          Return the current modified preferences.
 void propertyChange(java.beans.PropertyChangeEvent e)
           
 void showDialog(ChatPreferences preferences)
          Invoke the ChatPreference Dialog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatPreferenceDialog

public ChatPreferenceDialog()
Empty Constructor

Method Detail

showDialog

public void showDialog(ChatPreferences preferences)
Invoke the ChatPreference Dialog

Parameters:
preferences - the preferences to use with this dialog.

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent e)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener

getPreferences

protected ChatPreferences getPreferences()
Return the current modified preferences.

Returns:
the current modified preferences.