Groovy Documentation

griffon.swing.editors
[Java] Class PolygonPropertyEditor

java.lang.Object
  java.beans.PropertyEditorSupport
      griffon.core.resources.editors.AbstractPropertyEditor
          griffon.swing.editors.PolygonPropertyEditor

public class PolygonPropertyEditor
extends AbstractPropertyEditor

Authors:
Andres Almiray
Since:
1.3.0


Constructor Summary
PolygonPropertyEditor()

 
Method Summary
String getAsText()

private void handleAsList(List list)

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 AbstractPropertyEditor
setValue, getFormat, setFormat, getAsText, setAsText, getFormattedValue, setFormattedValue, getValue, addPropertyChangeListener, removePropertyChangeListener, firePropertyChange, getSource, setSource, getTags, isPaintable, paintValue, getJavaInitializationString, getCustomEditor, supportsCustomEditor, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
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

PolygonPropertyEditor

PolygonPropertyEditor()


 
Method Detail

getAsText

public String getAsText()


handleAsList

private void handleAsList(List list)


handleAsString

private void handleAsString(String str)


parse

private int parse(String val)


parse

private int parse(Number val)


parseValue

private int parseValue(Object value)


setValueInternal

protected void setValueInternal(Object value)


 

Groovy Documentation