com.im.ijc.widgets.table.settings
Class RendererPropertyEditor
java.lang.Object
java.beans.PropertyEditorSupport
com.im.ijc.widgets.table.settings.RendererPropertyEditor
- All Implemented Interfaces:
- PropertyEditor, ExPropertyEditor
public class RendererPropertyEditor
- extends PropertyEditorSupport
- implements ExPropertyEditor
| Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RendererPropertyEditor
public RendererPropertyEditor()
setValue
public void setValue(Object value)
- Specified by:
setValue in interface PropertyEditor- Overrides:
setValue in class PropertyEditorSupport
getTags
public String[] getTags()
- Specified by:
getTags in interface PropertyEditor- Overrides:
getTags in class PropertyEditorSupport
setAsText
public void setAsText(String s)
- Specified by:
setAsText in interface PropertyEditor- Overrides:
setAsText in class PropertyEditorSupport
getAsText
public String getAsText()
- Specified by:
getAsText in interface PropertyEditor- Overrides:
getAsText in class PropertyEditorSupport
attachEnv
public void attachEnv(PropertyEnv env)
- Specified by:
attachEnv in interface ExPropertyEditor