You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.prefs.UIPrefsEditor

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

public class  UIPrefsEditor
     extends java.lang.Object
     implements java.beans.PropertyEditor
{
          // Fields 7
     ResourceBundle fLabels;
     PropertyChangeSupport fListeners;
     UIPrefsModel fModel;
     PageUI fPanel;
     UIPrefs fPrefs;
     Hashtable fValues;
     static final String kLAFKey;

          // Constructors 1
     public UIPrefsEditor();

          // 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 3
     class UIPrefsModel
     class ChangeAction
     class LAFListModel
}



Fields


fPrefs

   UIPrefs fPrefs


fListeners

   PropertyChangeSupport fListeners


fLabels

   ResourceBundle fLabels


kLAFKey

   static final String kLAFKey


fValues

   Hashtable fValues


fPanel

   PageUI fPanel


fModel

   UIPrefsModel fModel



Constructors


UIPrefsEditor

   public UIPrefsEditor() 



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