Griffon 1.2.0

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

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

public class URIPropertyEditor
extends AbstractPropertyEditor

Authors:
Andres Almiray
Since:
1.1.0


Constructor Summary
URIPropertyEditor()

 
Method Summary
private void handleAsFile(File file)

private void handleAsString(String str)

void setAsText(String value)

void setValue(Object value)

 
Methods inherited from class AbstractPropertyEditor
illegalValue, illegalValue
 
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
 

Constructor Detail

URIPropertyEditor

URIPropertyEditor()


 
Method Detail

handleAsFile

private void handleAsFile(File file)


handleAsString

private void handleAsString(String str)


setAsText

public void setAsText(String value)


setValue

public void setValue(Object value)


 

Groovy Documentation