wt.clients.beans
Class AttributesFormObjectClassNameEditor

java.lang.Object
  extended bywt.clients.beans.AttributesFormObjectClassNameEditor
All Implemented Interfaces:
PropertyEditor

public class AttributesFormObjectClassNameEditor
extends Object
implements PropertyEditor

AttributesFormObjectClassNameEditor is a PropertyEditor for the ObjectClassName property of the wt.clients.beans.AttributesForm bean.

Supported API: false

Extendable: false

See Also:
ClassExplorer, AttributesForm

Field Summary
protected  PropertyChangeSupport listeners
           
protected  String value
           
 
Constructor Summary
AttributesFormObjectClassNameEditor()
           
 
Method Summary
 void addPropertyChangeListener(PropertyChangeListener l)
           
 String getAsText()
           
 Component getCustomEditor()
           
 String getJavaInitializationString()
           
 String[] getTags()
           
 Object getValue()
           
 boolean isPaintable()
           
 void paintValue(Graphics g, Rectangle r)
           
 void removePropertyChangeListener(PropertyChangeListener l)
           
 void setAsText(String s)
           
 void setValue(Object o)
           
 boolean supportsCustomEditor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

listeners

protected PropertyChangeSupport listeners
Constructor Detail

AttributesFormObjectClassNameEditor

public AttributesFormObjectClassNameEditor()
Method Detail

setValue

public void setValue(Object o)
Specified by:
setValue in interface PropertyEditor

getValue

public Object getValue()
Specified by:
getValue in interface PropertyEditor

setAsText

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

getAsText

public String getAsText()
Specified by:
getAsText in interface PropertyEditor

getJavaInitializationString

public String getJavaInitializationString()
Specified by:
getJavaInitializationString in interface PropertyEditor

getTags

public String[] getTags()
Specified by:
getTags in interface PropertyEditor

supportsCustomEditor

public boolean supportsCustomEditor()
Specified by:
supportsCustomEditor in interface PropertyEditor

getCustomEditor

public Component getCustomEditor()
Specified by:
getCustomEditor in interface PropertyEditor

isPaintable

public boolean isPaintable()
Specified by:
isPaintable in interface PropertyEditor

paintValue

public void paintValue(Graphics g,
                       Rectangle r)
Specified by:
paintValue in interface PropertyEditor

addPropertyChangeListener

public void addPropertyChangeListener(PropertyChangeListener l)
Specified by:
addPropertyChangeListener in interface PropertyEditor

removePropertyChangeListener

public void removePropertyChangeListener(PropertyChangeListener l)
Specified by:
removePropertyChangeListener in interface PropertyEditor