Example usage for android.support.v4.view SubMenu interface-usage

List of usage examples for android.support.v4.view SubMenu interface-usage

Introduction

In this page you can find the example usage for android.support.v4.view SubMenu interface-usage.

Usage

From source file org.androidui.view.menu.SubMenuBuilder.java

/**
 * The model for a sub menu, which is an extension of the menu.  Most methods are proxied to
 * the parent menu.
 */
public class SubMenuBuilder extends MenuBuilder implements SubMenu {
    private MenuBuilder mParentMenu;

From source file com.actionbarsherlock.internal.view.menu.SubMenuBuilder.java

/**
 * The model for a sub menu, which is an extension of the menu.  Most methods are proxied to
 * the parent menu.
 */
public class SubMenuBuilder extends MenuBuilder implements SubMenu {
    private MenuBuilder mParentMenu;