Package net.rim.tumbler.config

Examples of net.rim.tumbler.config.FeatureManager


    private static final String NET_RIM_API = "net_rim_api.jar";

    public FileManager( BBWPProperties bbwpProperties, Hashtable< WidgetAccess, Vector< WidgetFeature >> accessTable ) {
        _bbwpProperties = bbwpProperties;
        _outputFiles = new Vector< String >();
        _featureManager = new FeatureManager( bbwpProperties, accessTable );
    }
View Full Code Here

TOP

Related Classes of net.rim.tumbler.config.FeatureManager

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.