@PropertyEditorFor(value=org.apache.pivot.wtk.Point.class) public class PointPropertyEditor extends AbstractPropertyEditor
| Constructor and Description | 
|---|
PointPropertyEditor()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAsText()  | 
protected int | 
getMapValue(Map<?,?> map,
           String key,
           int defaultValue)  | 
protected void | 
handleAsList(List<?> list)  | 
protected void | 
handleAsMap(Map<?,?> map)  | 
protected void | 
handleAsNumber(Number value)  | 
protected void | 
handleAsString(String str)  | 
protected int | 
parse(Number val)  | 
protected int | 
parse(String val)  | 
protected int | 
parseValue(Object value)  | 
protected void | 
setValueInternal(Object value)  | 
getAsTextInternal, getFormat, getFormattedValue, getValueInternal, illegalValue, illegalValue, resolveFormatter, setAsText, setAsTextInternal, setFormat, setFormattedValue, setValueaddPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPropertyChangeListener, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, supportsCustomEditorpublic String getAsText()
getAsText in interface PropertyEditorgetAsText in class AbstractPropertyEditorprotected void setValueInternal(Object value)
setValueInternal in class AbstractPropertyEditorprotected void handleAsString(String str)
protected void handleAsList(List<?> list)
protected void handleAsMap(Map<?,?> map)
protected int parseValue(Object value)
protected int parse(String val)
protected int parse(Number val)
protected void handleAsNumber(Number value)