|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.beans.PropertyEditorSupport
griffon.core.resources.editors.AbstractPropertyEditor
griffon.javafx.editors.ImagePropertyEditor
public class ImagePropertyEditor extends AbstractPropertyEditor
| 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 PropertyEditorSupport | |
|---|---|
| setValue, addPropertyChangeListener, removePropertyChangeListener, firePropertyChange, getSource, getValue, setSource, getTags, getAsText, paintValue, setAsText, getCustomEditor, supportsCustomEditor, getJavaInitializationString, isPaintable, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
ImagePropertyEditor()
| Method Detail |
|---|
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)
Groovy Documentation