Package javaa.beans
Interface PropertyEditor
- All Known Implementing Classes:
PropertyEditorSupport
public interface PropertyEditor
-
Method Details
-
setAsText
- Throws:
IllegalArgumentException
-
getTags
String[] getTags() -
getJavaInitializationString
String getJavaInitializationString() -
getAsText
String getAsText() -
setValue
-
getValue
Object getValue() -
removePropertyChangeListener
-
addPropertyChangeListener
-
supportsCustomEditor
boolean supportsCustomEditor() -
isPaintable
boolean isPaintable()
-