public class VerticalUiNavigation extends java.lang.Object implements UiNavigation
UiNavigation
implementation that treats all UiElement
s as
stacked verticallyConstructor and Description |
---|
VerticalUiNavigation() |
Modifier and Type | Method and Description |
---|---|
void |
layout(ScreenSize screenSize) |
Actionable |
navigate(int keycode) |
void |
resetCursor() |
void |
set(int index,
Actionable actionable) |
public void set(int index, Actionable actionable)
set
in interface UiNavigation
public Actionable navigate(int keycode)
navigate
in interface UiNavigation
public void resetCursor()
resetCursor
in interface UiNavigation
public void layout(ScreenSize screenSize)
layout
in interface UiNavigation