|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.beans.PropertyEditorSupport
griffon.core.resources.editors.AbstractPropertyEditor
griffon.swing.editors.RectanglePropertyEditor
public class RectanglePropertyEditor extends AbstractPropertyEditor
| Constructor Summary | |
RectanglePropertyEditor()
|
|
| Method Summary | |
|---|---|
String
|
getAsText()
|
private int
|
getMapValue(Map map, String key, int defaultValue)
|
private void
|
handleAsList(List list)
|
private void
|
handleAsMap(Map map)
|
private void
|
handleAsString(String str)
|
private int
|
parse(String val)
|
private int
|
parse(Number val)
|
private int
|
parseValue(Object value)
|
protected void
|
setValueInternal(Object value)
|
| Methods inherited from class PropertyEditorSupport | |
|---|---|
| getValue, setValue, addPropertyChangeListener, removePropertyChangeListener, firePropertyChange, getSource, setSource, getTags, getAsText, setAsText, isPaintable, paintValue, getJavaInitializationString, getCustomEditor, supportsCustomEditor, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
RectanglePropertyEditor()
| Method Detail |
|---|
public String getAsText()
private int getMapValue(Map map, String key, int defaultValue)
private void handleAsList(List list)
private void handleAsMap(Map map)
private void handleAsString(String str)
private int parse(String val)
private int parse(Number val)
private int parseValue(Object value)
protected void setValueInternal(Object value)
Groovy Documentation