|
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.swt.editors.ImagePropertyEditor
public class ImagePropertyEditor extends AbstractPropertyEditor
| Constructor Summary | |
ImagePropertyEditor()
|
|
| Method Summary | |
|---|---|
private SWTApplication
|
application()
|
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)
|
private org.eclipse.swt.graphics.Image
|
newImage(InputStream stream)
|
void
|
setAsText(String value)
|
void
|
setValue(Object value)
|
| Methods inherited from class AbstractPropertyEditor | |
|---|---|
| getValue, setValue, addPropertyChangeListener, firePropertyChange, removePropertyChangeListener, getSource, setSource, getTags, getAsText, isPaintable, paintValue, getJavaInitializationString, setAsText, getCustomEditor, supportsCustomEditor, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Methods inherited from class PropertyEditorSupport | |
|---|---|
| getValue, setValue, addPropertyChangeListener, firePropertyChange, removePropertyChangeListener, getSource, setSource, getTags, getAsText, isPaintable, paintValue, getJavaInitializationString, setAsText, getCustomEditor, supportsCustomEditor, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
ImagePropertyEditor()
| Method Detail |
|---|
private SWTApplication application()
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)
private org.eclipse.swt.graphics.Image newImage(InputStream stream)
public void setAsText(String value)
public void setValue(Object value)
Groovy Documentation