Package org.netbeans.modules.nodejs

Examples of org.netbeans.modules.nodejs.NodeJSProjectProperties


        return Children.create( new ProjectChildren( project ), true );
    }

    @Override
    public String getShortDescription () {
        NodeJSProjectProperties props = getLookup().lookup( NodeJSProjectProperties.class );
        String desc = props.getDescription();
        return desc == null ? super.getShortDescription() : desc;
    }
View Full Code Here

TOP

Related Classes of org.netbeans.modules.nodejs.NodeJSProjectProperties

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.