public interface MenuView
initialize(MenuBuilder)
must be called for the
menu to be functional.Modifier and Type | Interface and Description |
---|---|
static interface |
MenuView.ItemView
Minimal interface for a menu item view.
|
Modifier and Type | Method and Description |
---|---|
int |
getWindowAnimations()
Returns the default animations to be used for this menu when entering/exiting.
|
void |
initialize(MenuBuilder menu)
Initializes the menu to the given menu.
|
void initialize(MenuBuilder menu)
menu
- The menu that this MenuView should display.int getWindowAnimations()
Copyright © 2011–2014. All rights reserved.