Uses of Interface
to.etc.domui.component.menu.IUIAction

Packages that use IUIAction
to.etc.domui.component.menu   
 

Uses of IUIAction in to.etc.domui.component.menu
 

Methods in to.etc.domui.component.menu that return IUIAction
 IUIAction<?> PopupMenu.Item.getAction()
           
 

Methods in to.etc.domui.component.menu with parameters of type IUIAction
 void PopupMenu.addAction(IUIAction<?> action)
           
 void SimplePopupMenu.addAction(IUIAction<?> action)
           
 

Constructors in to.etc.domui.component.menu with parameters of type IUIAction
PopupMenu.Item(IUIAction<?> action)