|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.pivot.support.adapters.MenuAdapter
public class MenuAdapter extends Object
| Field Summary | |
|---|---|
private Closure |
activeItemChanged
|
private Closure |
sectionInserted
|
private Closure |
sectionsRemoved
|
| Constructor Summary | |
MenuAdapter()
|
|
| Method Summary | |
|---|---|
void
|
activeItemChanged(org.apache.pivot.wtk.Menu arg0, org.apache.pivot.wtk.Menu$Item arg1)
|
Closure
|
getActiveItemChanged()
|
Closure
|
getSectionInserted()
|
Closure
|
getSectionsRemoved()
|
void
|
sectionInserted(org.apache.pivot.wtk.Menu arg0, int arg1)
|
void
|
sectionsRemoved(org.apache.pivot.wtk.Menu arg0, int arg1, org.apache.pivot.collections.Sequence arg2)
|
void
|
setActiveItemChanged(Closure activeItemChanged)
|
void
|
setSectionInserted(Closure sectionInserted)
|
void
|
setSectionsRemoved(Closure sectionsRemoved)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private Closure activeItemChanged
private Closure sectionInserted
private Closure sectionsRemoved
| Constructor Detail |
|---|
MenuAdapter()
| Method Detail |
|---|
public void activeItemChanged(org.apache.pivot.wtk.Menu arg0, org.apache.pivot.wtk.Menu$Item arg1)
public Closure getActiveItemChanged()
public Closure getSectionInserted()
public Closure getSectionsRemoved()
public void sectionInserted(org.apache.pivot.wtk.Menu arg0, int arg1)
public void sectionsRemoved(org.apache.pivot.wtk.Menu arg0, int arg1, org.apache.pivot.collections.Sequence arg2)
public void setActiveItemChanged(Closure activeItemChanged)
public void setSectionInserted(Closure sectionInserted)
public void setSectionsRemoved(Closure sectionsRemoved)
Groovy Documentation