Package org.python.pydev.django_templates.outline

Examples of org.python.pydev.django_templates.outline.DjLanguageOutlineLabelProvider


    private DjOutlineLabelProvider labelProvider;

    public DjHTMLOutlineLabelProvider(IDocument document) {
        labelProvider = new DjOutlineLabelProvider(document);
        addSubLanguage(IDjConstants.CONTENT_TYPE_DJANGO_HTML, new DjLanguageOutlineLabelProvider());
    }
View Full Code Here

TOP

Related Classes of org.python.pydev.django_templates.outline.DjLanguageOutlineLabelProvider

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.