|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.pivot.support.adapters.BorderAdapter
public class BorderAdapter extends Object
| Field Summary | |
|---|---|
private Closure |
contentChanged
|
private Closure |
titleChanged
|
| Constructor Summary | |
BorderAdapter()
|
|
| Method Summary | |
|---|---|
void
|
contentChanged(org.apache.pivot.wtk.Border arg0, org.apache.pivot.wtk.Component arg1)
|
Closure
|
getContentChanged()
|
Closure
|
getTitleChanged()
|
void
|
setContentChanged(Closure contentChanged)
|
void
|
setTitleChanged(Closure titleChanged)
|
void
|
titleChanged(org.apache.pivot.wtk.Border arg0, String arg1)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private Closure contentChanged
private Closure titleChanged
| Constructor Detail |
|---|
BorderAdapter()
| Method Detail |
|---|
public void contentChanged(org.apache.pivot.wtk.Border arg0, org.apache.pivot.wtk.Component arg1)
public Closure getContentChanged()
public Closure getTitleChanged()
public void setContentChanged(Closure contentChanged)
public void setTitleChanged(Closure titleChanged)
public void titleChanged(org.apache.pivot.wtk.Border arg0, String arg1)
Groovy Documentation