Since: API Level 2.5
package

com.droidux.pack.action.interfaces

Contains interfaces that represents contracts to be implemented by various groups of widgets.

Interfaces

ActionInterfaces.Item.ActionItem.OnActionListener Represents a listener to be notified when the action is executed. 
ActionInterfaces.Layout.ActionLayoutInterface Represents the contracts to be implemented by action windows for use in the layout process. 
ActionInterfaces.Layout.AppBarLayoutInterface Represents the contracts to be implemented by com.droidux.widget.appbar AppBar widgets for use in the layout process. 
ActionInterfaces.Window.ActionWindowInterface Represents the contracts to be implemented by action windows. 
ActionInterfaces.Window.PopupWindowInterface Represents the contracts to be implemented by widgets that use PopupWindow

Classes

ActionInterfaces Provides the contracts and objects related to action widgets. 
ActionInterfaces.Item Contains objects that represent the actions. 
ActionInterfaces.Item.ActionItem Represents the action that the user can act upon. 
ActionInterfaces.Layout Contains interfaces used in the layout process of action widgets. 
ActionInterfaces.Window Contains interfaces related to action windows. 

Enums

ActionInterfaces.Window.PopupWindowPlacement Decides where the popup window should be placed relative to its anchor view/point.