The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search
Class grendel.prefs.UserPrefsEditor
All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.prefs.UserPrefsEditor

java.lang.Object
   |
   +----grendel.prefs.UserPrefsEditor

public class  UserPrefsEditor
     extends java.lang.Object
     implements java.beans.PropertyEditor
{
          // Fields 9
     ResourceBundle fLabels;
     PropertyChangeSupport fListeners;
     UserPrefsModel fModel;
     PageUI fPanel;
     UserPrefs fPrefs;
     Hashtable fValues;
     static final String kEmailAddressKey;
     static final String kNameKey;
     static final String kOrganizationKey;

          // Constructors 1
     public UserPrefsEditor();

          // 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 2
     class UserPrefsModel
     class ChangeAction
}



Fields


fPrefs

   UserPrefs fPrefs


fListeners

   PropertyChangeSupport fListeners


fLabels

   ResourceBundle fLabels


kNameKey

   static final String kNameKey


kOrganizationKey

   static final String kOrganizationKey


kEmailAddressKey

   static final String kEmailAddressKey


fValues

   Hashtable fValues


fPanel

   PageUI fPanel


fModel

   UserPrefsModel fModel



Constructors


UserPrefsEditor

   public UserPrefsEditor() 



Methods


getAsText

   public String getAsText() 
Implements:
getAsText in interface PropertyEditor


getCustomEditor

   public Component getCustomEditor() 
Implements:
getCustomEditor in interface PropertyEditor


getJavaInitializationString

   public String getJavaInitializationString() 
Implements:
getJavaInitializationString in interface PropertyEditor


getTags

   public String[] getTags() 
Implements:
getTags in interface PropertyEditor


getValue

   public Object getValue() 
Implements:
getValue in interface PropertyEditor


isPaintable

   public boolean isPaintable() 
Implements:
isPaintable in interface PropertyEditor


paintValue

   public void paintValue(Graphics g, 
                          Rectangle r) 
Implements:
paintValue in interface PropertyEditor


setAsText

   public void setAsText(String aValue) 
Implements:
setAsText in interface PropertyEditor


setValue

   public void setValue(Object aValue) 
Implements:
setValue in interface PropertyEditor


supportsCustomEditor

   public boolean supportsCustomEditor() 
Implements:
supportsCustomEditor in interface PropertyEditor


addPropertyChangeListener

   public void addPropertyChangeListener(PropertyChangeListener l) 
Implements:
addPropertyChangeListener in interface PropertyEditor


removePropertyChangeListener

   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
Copyright © 1998-1999 The Mozilla Organization.
Last modified December 25, 1998.