public class

ActionInterfaces

extends Object
java.lang.Object
   ↳ com.droidux.pack.action.interfaces.ActionInterfaces

Class Overview

Provides the contracts and objects related to action widgets.

You can use action widgets to present a set of actions (represented by ActionInterfaces.Item.ActionItem) to help user easily find information or execute certain function. Examples of action widgets are: QuickActionBar, DropDownMenu, StandardDashboard, StandardAppBar, etc.

See Also
  • com.droidux.widget.action
  • com.droidux.widget.appbar
  • com.droidux.widget.dashboard

Summary

Nested Classes
class ActionInterfaces.Item Contains objects that represent the actions. 
class ActionInterfaces.Layout Contains interfaces used in the layout process of action widgets. 
class ActionInterfaces.Window Contains interfaces related to action windows. 
[Expand]
Inherited Methods
From class java.lang.Object