All Packages This Package Class Hierarchy Class Search Index
Class grendel.prefs.MailServerPrefsEditor
java.lang.Object
|
+----grendel.prefs.MailServerPrefsEditor
public class MailServerPrefsEditor
extends java.lang.Object
implements java.beans.PropertyEditor
{
// Fields 15
HostListModel fHostListModel;
ResourceBundle fLabels;
PropertyChangeSupport fListeners;
ServerPrefsModel fModel;
PageUI fPanel;
MailServerPrefs fPrefs;
Hashtable fValues;
static final String kChooseKey;
static final String kDeleteKey;
static final String kEditKey;
static final String kHostListKey;
static final String kLeaveOnServerKey;
static final String kMailDirectoryKey;
static final String kNewKey;
static final String kSMTPHostKey;
// Constructors 1
public MailServerPrefsEditor();
// Methods 12
public void addPropertyChangeListener(PropertyChangeListener);
public String getAsText();
public Component getCustomEditor();
public String getJavaInitializationString();
public String[] getTags();
public Object getValue();
public boolean isPaintable();
public void paintValue(Graphics, Rectangle);
public void removePropertyChangeListener(PropertyChangeListener);
public void setAsText(String);
public void setValue(Object);
public boolean supportsCustomEditor();
// Inner Classes 4
class ServerPrefsModel
class ListListener
class HostListModel
class ChangeAction
}
Fields
MailServerPrefs fPrefs
PropertyChangeSupport fListeners
ResourceBundle fLabels
static final String kMailDirectoryKey
static final String kLeaveOnServerKey
static final String kSMTPHostKey
static final String kHostListKey
static final String kNewKey
static final String kEditKey
static final String kDeleteKey
static final String kChooseKey
Hashtable fValues
HostListModel fHostListModel
PageUI fPanel
ServerPrefsModel fModel
Constructors
public MailServerPrefsEditor()
Methods
public String getAsText()
- Implements:
- getAsText in interface PropertyEditor
public Component getCustomEditor()
- Implements:
- getCustomEditor in interface PropertyEditor
public String getJavaInitializationString()
- Implements:
- getJavaInitializationString in interface PropertyEditor
public String[] getTags()
- Implements:
- getTags in interface PropertyEditor
public Object getValue()
- Implements:
- getValue in interface PropertyEditor
public boolean isPaintable()
- Implements:
- isPaintable in interface PropertyEditor
public void paintValue(Graphics g,
Rectangle r)
- Implements:
- paintValue in interface PropertyEditor
public void setAsText(String aValue)
- Implements:
- setAsText in interface PropertyEditor
public void setValue(Object aValue)
- Implements:
- setValue in interface PropertyEditor
public boolean supportsCustomEditor()
- Implements:
- supportsCustomEditor in interface PropertyEditor
public void addPropertyChangeListener(PropertyChangeListener l)
- Implements:
- addPropertyChangeListener in interface PropertyEditor
public void removePropertyChangeListener(PropertyChangeListener l)
- Implements:
- removePropertyChangeListener in interface PropertyEditor
All Packages This Package Class Hierarchy Class Search Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4