Package blackberry.ui.menu.item

Examples of blackberry.ui.menu.item.MenuItemConstructor


    /**
     * Constructs a MenuNamespace object.
     */
    public MenuNamespace() {
        _functions = new Hashtable();
        _functions.put( MenuItemConstructor.NAME, new MenuItemConstructor() );
        _functions.put( ClearMenuItemsFunction.NAME, new ClearMenuItemsFunction() );
        _functions.put( GetMenuItemsFunction.NAME, new GetMenuItemsFunction() );
        _functions.put( SetDefaultMenuItemFunction.NAME, new SetDefaultMenuItemFunction() );
        _functions.put( RemoveMenuItemFunction.NAME, new RemoveMenuItemFunction() );
        _functions.put( AddMenuItemFunction.NAME, new AddMenuItemFunction() );
View Full Code Here

TOP

Related Classes of blackberry.ui.menu.item.MenuItemConstructor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.