|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.pivot.support.adapters.MenuBarAdapter
public class MenuBarAdapter extends Object
| Field Summary | |
|---|---|
private Closure |
activeItemChanged
|
private Closure |
itemInserted
|
private Closure |
itemsRemoved
|
| Constructor Summary | |
MenuBarAdapter()
|
|
| Method Summary | |
|---|---|
void
|
activeItemChanged(org.apache.pivot.wtk.MenuBar arg0, org.apache.pivot.wtk.MenuBar$Item arg1)
|
Closure
|
getActiveItemChanged()
|
Closure
|
getItemInserted()
|
Closure
|
getItemsRemoved()
|
void
|
itemInserted(org.apache.pivot.wtk.MenuBar arg0, int arg1)
|
void
|
itemsRemoved(org.apache.pivot.wtk.MenuBar arg0, int arg1, org.apache.pivot.collections.Sequence arg2)
|
void
|
setActiveItemChanged(Closure activeItemChanged)
|
void
|
setItemInserted(Closure itemInserted)
|
void
|
setItemsRemoved(Closure itemsRemoved)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private Closure activeItemChanged
private Closure itemInserted
private Closure itemsRemoved
| Constructor Detail |
|---|
MenuBarAdapter()
| Method Detail |
|---|
public void activeItemChanged(org.apache.pivot.wtk.MenuBar arg0, org.apache.pivot.wtk.MenuBar$Item arg1)
public Closure getActiveItemChanged()
public Closure getItemInserted()
public Closure getItemsRemoved()
public void itemInserted(org.apache.pivot.wtk.MenuBar arg0, int arg1)
public void itemsRemoved(org.apache.pivot.wtk.MenuBar arg0, int arg1, org.apache.pivot.collections.Sequence arg2)
public void setActiveItemChanged(Closure activeItemChanged)
public void setItemInserted(Closure itemInserted)
public void setItemsRemoved(Closure itemsRemoved)
Groovy Documentation