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)

void setAsText(String text)

void setValue(Object value)

 
Methods inherited from class AbstractPropertyEditor
getValue, setValue, addPropertyChangeListener, firePropertyChange, removePropertyChangeListener, getSource, setSource, getAsText, isPaintable, paintValue, getJavaInitializationString, setAsText, getTags, getCustomEditor, supportsCustomEditor, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class PropertyEditorSupport
getValue, setValue, addPropertyChangeListener, firePropertyChange, removePropertyChangeListener, getSource, setSource, getAsText, isPaintable, paintValue, getJavaInitializationString, setAsText, getTags, 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)


setAsText

public void setAsText(String text)


setValue

public void setValue(Object value)


 

Groovy Documentation