Groovy Documentation

griffon.javafx.editors
[Java] Class Rectangle2DPropertyEditor

java.lang.Object
  java.beans.PropertyEditorSupport
      griffon.core.resources.editors.AbstractPropertyEditor
          griffon.javafx.editors.Rectangle2DPropertyEditor

public class Rectangle2DPropertyEditor
extends AbstractPropertyEditor

Authors:
Andres Almiray


Constructor Summary
Rectangle2DPropertyEditor()

 
Method Summary
private double getMapValue(Map map, String key, double defaultValue)

private void handleAsList(List list)

private void handleAsMap(Map map)

private void handleAsString(String str)

private double parse(String val)

private double parse(Number val)

private double parseValue(Object value)

protected void setValueInternal(Object value)

 
Methods inherited from class AbstractPropertyEditor
setValue, setFormat, getFormat, getAsText, setAsText, getFormattedValue, setFormattedValue, getValue, setSource, getTags, getSource, addPropertyChangeListener, removePropertyChangeListener, firePropertyChange, isPaintable, paintValue, getJavaInitializationString, getCustomEditor, supportsCustomEditor, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class PropertyEditorSupport
getValue, setValue, setSource, getTags, getSource, addPropertyChangeListener, removePropertyChangeListener, firePropertyChange, getAsText, setAsText, isPaintable, paintValue, getJavaInitializationString, getCustomEditor, supportsCustomEditor, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

Rectangle2DPropertyEditor

Rectangle2DPropertyEditor()


 
Method Detail

getMapValue

private double getMapValue(Map map, String key, double defaultValue)


handleAsList

private void handleAsList(List list)


handleAsMap

private void handleAsMap(Map map)


handleAsString

private void handleAsString(String str)


parse

private double parse(String val)


parse

private double parse(Number val)


parseValue

private double parseValue(Object value)


setValueInternal

protected void setValueInternal(Object value)


 

Groovy Documentation