Griffon 1.2.0

griffon.core.resources.editors
[Java] Class AbstractPropertyEditor

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

public abstract class AbstractPropertyEditor
extends PropertyEditorSupport

Authors:
Andres Almiray
Since:
1.1.0


Constructor Summary
AbstractPropertyEditor()

 
Method Summary
protected IllegalArgumentException illegalValue(Object value, Class klass)

protected IllegalArgumentException illegalValue(Object value, Class klass, Exception e)

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

Constructor Detail

AbstractPropertyEditor

AbstractPropertyEditor()


 
Method Detail

illegalValue

protected IllegalArgumentException illegalValue(Object value, Class klass)


illegalValue

protected IllegalArgumentException illegalValue(Object value, Class klass, Exception e)


 

Groovy Documentation