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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceMinimal interface for a menu item view. -
Method Summary
Modifier and TypeMethodDescriptionintReturns the default animations to be used for this menu when entering/exiting.voidinitialize(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.