Uses of Class
net.simonvt.menudrawer.MenuDrawer.Type

Packages that use MenuDrawer.Type
net.simonvt.menudrawer   
 

Uses of MenuDrawer.Type in net.simonvt.menudrawer
 

Methods in net.simonvt.menudrawer that return MenuDrawer.Type
static MenuDrawer.Type MenuDrawer.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MenuDrawer.Type[] MenuDrawer.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.simonvt.menudrawer with parameters of type MenuDrawer.Type
static MenuDrawer MenuDrawer.attach(android.app.Activity activity, MenuDrawer.Type type)
          Attaches the MenuDrawer to the Activity.
static MenuDrawer MenuDrawer.attach(android.app.Activity activity, MenuDrawer.Type type, Position position)
          Attaches the MenuDrawer to the Activity.
static MenuDrawer MenuDrawer.attach(android.app.Activity activity, MenuDrawer.Type type, Position position, int dragMode)
          Attaches the MenuDrawer to the Activity.
 



Copyright © 2012-2013. All Rights Reserved.