Package edu.stanford.bmir.protege.web.client

Examples of edu.stanford.bmir.protege.web.client.ApplicationClientModule


    public static final int SUGGEST_LIMIT = 20;

    @Override
    protected void configure() {
        install(new ApplicationClientModule());
        bind(PrimitiveDataEditor.class).to(PrimitiveDataEditorImpl.class);
        bind(PrimitiveDataEditorView.class).to(PrimitiveDataEditorViewImpl.class);
        bind(LanguageEditor.class).to(DefaultLanguageEditor.class);
        bind(ProjectId.class).toProvider(ActiveProjectIdProvider.class);
        bind(PrimitiveDataParser.class).to(DefaultPrimitiveDataParser.class);
View Full Code Here

TOP

Related Classes of edu.stanford.bmir.protege.web.client.ApplicationClientModule

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.