Package net.rim.device.api.content

Examples of net.rim.device.api.content.ContentHandlerMenu


            super.makeMenu(menu, instance);
            final Field focusField = getLeafFieldWithFocus();

            // Create the "open with" context menu item
            if (focusField == _contentHandlerMenuLabel) {
                final ContentHandlerMenu contentHandlerMenu =
                        new ContentHandlerMenu(getInvocation(), _registry,
                                "Open with", 0, 0);
                menu.add(contentHandlerMenu);
            }
        }
View Full Code Here

TOP

Related Classes of net.rim.device.api.content.ContentHandlerMenu

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.