All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.stanford.protege.widgetmap.client.widgetmap Maven / Gradle / Ivy

package edu.stanford.protege.widgetmap.client;

import com.google.gwt.core.client.EntryPoint;
import com.google.gwt.core.client.GWT;
import edu.stanford.protege.widgetmap.resources.WidgetMapClientBundle;

/**
 * Entry point classes define onModuleLoad().
 */
public class widgetmap implements EntryPoint {

    public void onModuleLoad() {
        GWT.log("[WidgetMap] Injecting client bundle");
        WidgetMapClientBundle.BUNDLE.style().ensureInjected();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy