|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.pivot.support.adapters.ActionClassAdapter
public class ActionClassAdapter extends Object
| Field Summary | |
|---|---|
private Closure |
actionAdded
|
private Closure |
actionRemoved
|
private Closure |
actionUpdated
|
| Constructor Summary | |
ActionClassAdapter()
|
|
| Method Summary | |
|---|---|
void
|
actionAdded(String arg0)
|
void
|
actionRemoved(String arg0, org.apache.pivot.wtk.Action arg1)
|
void
|
actionUpdated(String arg0, org.apache.pivot.wtk.Action arg1)
|
Closure
|
getActionAdded()
|
Closure
|
getActionRemoved()
|
Closure
|
getActionUpdated()
|
void
|
setActionAdded(Closure actionAdded)
|
void
|
setActionRemoved(Closure actionRemoved)
|
void
|
setActionUpdated(Closure actionUpdated)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private Closure actionAdded
private Closure actionRemoved
private Closure actionUpdated
| Constructor Detail |
|---|
ActionClassAdapter()
| Method Detail |
|---|
public void actionAdded(String arg0)
public void actionRemoved(String arg0, org.apache.pivot.wtk.Action arg1)
public void actionUpdated(String arg0, org.apache.pivot.wtk.Action arg1)
public Closure getActionAdded()
public Closure getActionRemoved()
public Closure getActionUpdated()
public void setActionAdded(Closure actionAdded)
public void setActionRemoved(Closure actionRemoved)
public void setActionUpdated(Closure actionUpdated)
Groovy Documentation