Package at.bestsolution.efxclipse.tooling.css.cssext.parser

Examples of at.bestsolution.efxclipse.tooling.css.cssext.parser.CssExtParser


  public void configure(Binder binder) {
   
    binder.bind(ISemanticHighlightingCalculator.class).to(CssExtSemanticHighlightingCalculator.class);
    binder.bind(IHighlightingConfiguration.class).to(CssExtHighlightingConfiguration.class);
   
    binder.bind(CssExtParser.class).toInstance(new CssExtParser());
   
    binder.bind(ICssExtManager.class).toInstance(new CssExtManager());
    binder.bind(CssExtDocParser.class).toInstance(new CssExtDocParser());
   
    binder.bind(LoggerFactory.class).toProvider(OSGiLoggerFactoryProvider.class);
View Full Code Here

TOP

Related Classes of at.bestsolution.efxclipse.tooling.css.cssext.parser.CssExtParser

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.