Groovy Documentation

griffon.resourcemanager
[Groovy] Class LinearGradientPaintEditor

java.lang.Object
  java.beans.PropertyEditorSupport
      griffon.resourcemanager.LinearGradientPaintEditor

class LinearGradientPaintEditor
extends PropertyEditorSupport

Authors:
Alexander Klein


Field Summary
private GroovyShell shell

 
Constructor Summary
LinearGradientPaintEditor()

 
Method Summary
void setAsText(String text)

void setValue(Object o)

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

Field Detail

shell

private GroovyShell shell


 
Constructor Detail

LinearGradientPaintEditor

LinearGradientPaintEditor()


 
Method Detail

setAsText

@Override
void setAsText(String text)


setValue

@Override
void setValue(Object o)


 

Groovy Documentation