public final class

MenuBar

extends Layer
implements PopupMenu.Listener
java.lang.Object
   ↳ com.cooliris.media.Layer
     ↳ com.cooliris.media.MenuBar

Summary

Nested Classes
class MenuBar.Menu  
Constants
int HEIGHT
Fields
public static final StringTexture.Config MENU_TITLE_STYLE_TEXT
Public Constructors
MenuBar(Context context)
Public Methods
void close()
void generate(RenderView view, RenderView.Lists lists)
Menu[] getMenus()
void onSelectionChanged(PopupMenu menu, int selectedIndex)
void onSelectionClicked(PopupMenu menu, int selectedIndex)
boolean onTouchEvent(MotionEvent event)
void renderBlended(RenderView view, GL11 gl)
void setMenus(Menu[] menus)
void updateMenu(MenuBar.Menu menu, int index)
Protected Methods
void onHiddenChanged()
void onSizeChanged()
[Expand]
Inherited Methods
From class com.cooliris.media.Layer
From class java.lang.Object
From interface com.cooliris.media.PopupMenu.Listener

Constants

public static final int HEIGHT

Constant Value: 45 (0x0000002d)

Fields

public static final StringTexture.Config MENU_TITLE_STYLE_TEXT

Public Constructors

public MenuBar (Context context)

Public Methods

public void close ()

public void generate (RenderView view, RenderView.Lists lists)

public Menu[] getMenus ()

public void onSelectionChanged (PopupMenu menu, int selectedIndex)

public void onSelectionClicked (PopupMenu menu, int selectedIndex)

public boolean onTouchEvent (MotionEvent event)

public void renderBlended (RenderView view, GL11 gl)

public void setMenus (Menu[] menus)

public void updateMenu (MenuBar.Menu menu, int index)

Protected Methods

protected void onHiddenChanged ()

protected void onSizeChanged ()