public class MenuBarAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.MenuBarListener
| Constructor and Description | 
|---|
MenuBarAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
activeItemChanged(org.apache.pivot.wtk.MenuBar arg0,
                 org.apache.pivot.wtk.MenuBar.Item arg1)  | 
CallableWithArgs<Void> | 
getActiveItemChanged()  | 
CallableWithArgs<Void> | 
getItemInserted()  | 
CallableWithArgs<Void> | 
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<org.apache.pivot.wtk.MenuBar.Item> arg2)  | 
void | 
setActiveItemChanged(CallableWithArgs<Void> activeItemChanged)  | 
void | 
setItemInserted(CallableWithArgs<Void> itemInserted)  | 
void | 
setItemsRemoved(CallableWithArgs<Void> itemsRemoved)  | 
public CallableWithArgs<Void> getActiveItemChanged()
public CallableWithArgs<Void> getItemInserted()
public CallableWithArgs<Void> getItemsRemoved()
public void setActiveItemChanged(CallableWithArgs<Void> activeItemChanged)
public void setItemInserted(CallableWithArgs<Void> itemInserted)
public void setItemsRemoved(CallableWithArgs<Void> itemsRemoved)
public void activeItemChanged(org.apache.pivot.wtk.MenuBar arg0,
                              org.apache.pivot.wtk.MenuBar.Item arg1)
activeItemChanged in interface org.apache.pivot.wtk.MenuBarListenerpublic void itemInserted(org.apache.pivot.wtk.MenuBar arg0,
                         int arg1)
itemInserted in interface org.apache.pivot.wtk.MenuBarListenerpublic void itemsRemoved(org.apache.pivot.wtk.MenuBar arg0,
                         int arg1,
                         org.apache.pivot.collections.Sequence<org.apache.pivot.wtk.MenuBar.Item> arg2)
itemsRemoved in interface org.apache.pivot.wtk.MenuBarListener