Groovy Documentation

griffon.javafx.editors
[Java] Class ImagePropertyEditor

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

public class ImagePropertyEditor
extends AbstractPropertyEditor

Authors:
Andres Almiray


Constructor Summary
ImagePropertyEditor()

 
Method Summary
private void handleAsFile(File file)

private void handleAsInputStream(InputStream stream)

private void handleAsString(String str)

private void handleAsURI(URI uri)

private void handleAsURL(URL url)

protected void setValueInternal(Object value)

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

Constructor Detail

ImagePropertyEditor

ImagePropertyEditor()


 
Method Detail

handleAsFile

private void handleAsFile(File file)


handleAsInputStream

private void handleAsInputStream(InputStream stream)


handleAsString

private void handleAsString(String str)


handleAsURI

private void handleAsURI(URI uri)


handleAsURL

private void handleAsURL(URL url)


setValueInternal

protected void setValueInternal(Object value)


 

Groovy Documentation