Package org.antlr.works.components

Examples of org.antlr.works.components.GrammarDocumentFactory


    @Override
    public void appDidLaunch(String[] args, List<String> documentsToOpenAtStartup) {
        AWPrefs.setLookAndFeel(XJLookAndFeel.applyLookAndFeel(AWPrefs.getLookAndFeel()));

        XJApplication.addDocumentFactory(new GrammarDocumentFactory(GrammarWindow.class));
        XJApplication.addDocumentFactory(new STDocumentFactory(STWindow.class));

        XJApplication.addScheduledTimer(new HelpManager(), 1, true);

        AWPrefsDialog.applyCommonPrefs();
View Full Code Here

TOP

Related Classes of org.antlr.works.components.GrammarDocumentFactory

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.