com.im.ijc.widgets/1 5.9.1

com.im.ijc.widgets.table.settings
Class RendererPropertyEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by com.im.ijc.widgets.table.settings.RendererPropertyEditor
All Implemented Interfaces:
PropertyEditor, ExPropertyEditor

public class RendererPropertyEditor
extends PropertyEditorSupport
implements ExPropertyEditor


Field Summary
 
Fields inherited from interface org.openide.explorer.propertysheet.ExPropertyEditor
PROP_VALUE_VALID, PROPERTY_HELP_ID
 
Constructor Summary
RendererPropertyEditor()
           
 
Method Summary
 void attachEnv(PropertyEnv env)
           
 String getAsText()
           
 String[] getTags()
           
 void setAsText(String s)
           
 void setValue(Object value)
           
 
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
 
Methods inherited from interface java.beans.PropertyEditor
addPropertyChangeListener, getCustomEditor, getJavaInitializationString, getValue, isPaintable, paintValue, removePropertyChangeListener, supportsCustomEditor
 

Constructor Detail

RendererPropertyEditor

public RendererPropertyEditor()
Method Detail

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

com.im.ijc.widgets/1 5.9.1