Package net.rim.device.api.ui

Examples of net.rim.device.api.ui.Manager


    /**
     * @see AccessibleContext#getAccessibleParent()
     */
    public AccessibleContext getAccessibleParent() {
        // Return manager where text component is added
        final Manager manager = getManager();
        return manager != null ? manager.getAccessibleContext() : null;
    }
View Full Code Here

TOP

Related Classes of net.rim.device.api.ui.Manager

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.