|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.pivot.support.adapters.ImageViewAdapter
public class ImageViewAdapter extends Object
| Field Summary | |
|---|---|
private Closure |
asynchronousChanged
|
private Closure |
imageChanged
|
| Constructor Summary | |
ImageViewAdapter()
|
|
| Method Summary | |
|---|---|
void
|
asynchronousChanged(org.apache.pivot.wtk.ImageView arg0)
|
Closure
|
getAsynchronousChanged()
|
Closure
|
getImageChanged()
|
void
|
imageChanged(org.apache.pivot.wtk.ImageView arg0, org.apache.pivot.wtk.media.Image arg1)
|
void
|
setAsynchronousChanged(Closure asynchronousChanged)
|
void
|
setImageChanged(Closure imageChanged)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private Closure asynchronousChanged
private Closure imageChanged
| Constructor Detail |
|---|
ImageViewAdapter()
| Method Detail |
|---|
public void asynchronousChanged(org.apache.pivot.wtk.ImageView arg0)
public Closure getAsynchronousChanged()
public Closure getImageChanged()
public void imageChanged(org.apache.pivot.wtk.ImageView arg0, org.apache.pivot.wtk.media.Image arg1)
public void setAsynchronousChanged(Closure asynchronousChanged)
public void setImageChanged(Closure imageChanged)
Groovy Documentation