public class MenuAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.MenuListener
| Constructor and Description | 
|---|
MenuAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
activeItemChanged(org.apache.pivot.wtk.Menu arg0,
                 org.apache.pivot.wtk.Menu.Item arg1)  | 
CallableWithArgs<Void> | 
getActiveItemChanged()  | 
CallableWithArgs<Void> | 
getSectionInserted()  | 
CallableWithArgs<Void> | 
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<org.apache.pivot.wtk.Menu.Section> arg2)  | 
void | 
setActiveItemChanged(CallableWithArgs<Void> activeItemChanged)  | 
void | 
setSectionInserted(CallableWithArgs<Void> sectionInserted)  | 
void | 
setSectionsRemoved(CallableWithArgs<Void> sectionsRemoved)  | 
public CallableWithArgs<Void> getSectionInserted()
public CallableWithArgs<Void> getSectionsRemoved()
public CallableWithArgs<Void> getActiveItemChanged()
public void setSectionInserted(CallableWithArgs<Void> sectionInserted)
public void setSectionsRemoved(CallableWithArgs<Void> sectionsRemoved)
public void setActiveItemChanged(CallableWithArgs<Void> activeItemChanged)
public void sectionInserted(org.apache.pivot.wtk.Menu arg0,
                            int arg1)
sectionInserted in interface org.apache.pivot.wtk.MenuListenerpublic void sectionsRemoved(org.apache.pivot.wtk.Menu arg0,
                            int arg1,
                            org.apache.pivot.collections.Sequence<org.apache.pivot.wtk.Menu.Section> arg2)
sectionsRemoved in interface org.apache.pivot.wtk.MenuListenerpublic void activeItemChanged(org.apache.pivot.wtk.Menu arg0,
                              org.apache.pivot.wtk.Menu.Item arg1)
activeItemChanged in interface org.apache.pivot.wtk.MenuListener