public class ZoomPropertyEditor extends PropertyEditorSupport
| Constructor and Description |
|---|
ZoomPropertyEditor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAsText() |
Component |
getCustomEditor() |
String |
getJavaInitializationString() |
String[] |
getTags() |
Object |
getValue() |
void |
setAsText(String text) |
void |
setValue(Object zoom) |
boolean |
supportsCustomEditor() |
addPropertyChangeListener, firePropertyChange, getSource, isPaintable, paintValue, removePropertyChangeListener, setSourcepublic Component getCustomEditor()
getCustomEditor in interface PropertyEditorgetCustomEditor in class PropertyEditorSupportpublic String[] getTags()
getTags in interface PropertyEditorgetTags in class PropertyEditorSupportpublic Object getValue()
getValue in interface PropertyEditorgetValue in class PropertyEditorSupportpublic void setValue(Object zoom)
setValue in interface PropertyEditorsetValue in class PropertyEditorSupportpublic boolean supportsCustomEditor()
supportsCustomEditor in interface PropertyEditorsupportsCustomEditor in class PropertyEditorSupportpublic String getAsText()
getAsText in interface PropertyEditorgetAsText in class PropertyEditorSupportpublic void setAsText(String text)
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupportpublic String getJavaInitializationString()
getJavaInitializationString in interface PropertyEditorgetJavaInitializationString in class PropertyEditorSupport