com.im.ijc.widgets/1 5.9.1

com.im.ijc.widgets.abstractwidget
Class WidgetBorderPropertyEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by com.im.ijc.widgets.abstractwidget.WidgetBorderPropertyEditor
All Implemented Interfaces:
PropertyEditor

public class WidgetBorderPropertyEditor
extends PropertyEditorSupport


Constructor Summary
WidgetBorderPropertyEditor()
           
 
Method Summary
 String getAsText()
           
 Component getCustomEditor()
           
 void setAsText(String s)
           
 void setValue(Object value)
           
 boolean supportsCustomEditor()
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WidgetBorderPropertyEditor

public WidgetBorderPropertyEditor()
Method Detail

setAsText

public void setAsText(String s)
Specified by:
setAsText in interface PropertyEditor
Overrides:
setAsText in class PropertyEditorSupport

setValue

public void setValue(Object value)
Specified by:
setValue in interface PropertyEditor
Overrides:
setValue in class PropertyEditorSupport

getAsText

public String getAsText()
Specified by:
getAsText in interface PropertyEditor
Overrides:
getAsText in class PropertyEditorSupport

getCustomEditor

public Component getCustomEditor()
Specified by:
getCustomEditor in interface PropertyEditor
Overrides:
getCustomEditor in class PropertyEditorSupport

supportsCustomEditor

public boolean supportsCustomEditor()
Specified by:
supportsCustomEditor in interface PropertyEditor
Overrides:
supportsCustomEditor in class PropertyEditorSupport

com.im.ijc.widgets/1 5.9.1