java.beans
Class PropertyEditorSupport
java.lang.Object
|
+--java.beans.PropertyEditorSupport
- All Implemented Interfaces:
- PropertyEditor
- public class PropertyEditorSupport
- extends Object
- implements PropertyEditor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyEditorSupport
public PropertyEditorSupport(Object source)
PropertyEditorSupport
public PropertyEditorSupport()
paintValue
public void paintValue(java.awt.Graphics gfx,
java.awt.Rectangle box)
- Specified by:
paintValue in interface PropertyEditor
setAsText
public void setAsText(String text)
throws IllegalArgumentException
- Specified by:
setAsText in interface PropertyEditor
IllegalArgumentException
getTags
public String[] getTags()
- Specified by:
getTags in interface PropertyEditor
getJavaInitializationString
public String getJavaInitializationString()
- Specified by:
getJavaInitializationString in interface PropertyEditor
getAsText
public String getAsText()
- Specified by:
getAsText in interface PropertyEditor
setValue
public void setValue(Object value)
- Specified by:
setValue in interface PropertyEditor
getValue
public Object getValue()
- Specified by:
getValue in interface PropertyEditor
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener listener)
- Specified by:
removePropertyChangeListener in interface PropertyEditor
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)
- Specified by:
addPropertyChangeListener in interface PropertyEditor
getCustomEditor
public java.awt.Component getCustomEditor()
- Specified by:
getCustomEditor in interface PropertyEditor
supportsCustomEditor
public boolean supportsCustomEditor()
- Specified by:
supportsCustomEditor in interface PropertyEditor
isPaintable
public boolean isPaintable()
- Specified by:
isPaintable in interface PropertyEditor
firePropertyChange
public void firePropertyChange()
Licensed Materials - Property of IBM
(C) Copyright IBM Corp. 2006 All Rights Reserved.