|
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.InsetsPropertyEditor
public class InsetsPropertyEditor extends AbstractPropertyEditor
| Constructor Summary | |
InsetsPropertyEditor()
|
|
| 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
|
handleAsNumber(Number value)
|
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 |
|---|
InsetsPropertyEditor()
| 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 handleAsNumber(Number value)
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