Package icyllis.modernui.view.menu
Interface MenuView
@Internal
public interface MenuView
Minimal interface for a menu view.
initialize(MenuBuilder)
must be called for the
menu to be functional.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Minimal interface for a menu item view. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the default animations to be used for this menu when entering/exiting.void
initialize
(MenuBuilder menu) Initializes the menu to the given menu.
-
Method Details
-
getWindowAnimations
int getWindowAnimations()Returns the default animations to be used for this menu when entering/exiting.- Returns:
- A resource ID for the default animations to be used for this menu.