Example usage for com.google.gwt.resources.client ClientBundle interface-usage

List of usage examples for com.google.gwt.resources.client ClientBundle interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.resources.client ClientBundle interface-usage.

Usage

From source file com.codenvy.plugin.angularjs.core.client.editor.AngularJSResources.java

/**
 * Defines image used for tab completion for AngularJS.
 *
 * @author Florent Benoit
 */
public interface AngularJSResources extends ClientBundle {

From source file com.codenvy.plugin.angularjs.core.client.javascript.JavaScriptResources.java

/**
 * Defines image used for tab completion for AngularJS.
 * 
 * @author Florent Benoit
 */
public interface JavaScriptResources extends ClientBundle {

From source file com.codenvy.plugin.contribution.client.ContributeResources.java

/**
 * Contributor plugin resources.
 */
public interface ContributeResources extends ClientBundle {
    @Source({ "Contribute.css", "org/eclipse/che/ide/api/ui/style.css", "org/eclipse/che/ide/ui/Styles.css" })
    ContributeCss contributeCss();

From source file com.codenvy.plugin.review.client.ReviewResources.java

/**
 * Contributor plugin resources.
 */
public interface ReviewResources extends ClientBundle {

}

From source file com.codenvy.redhat.plugin.product.info.client.CodenvyResources.java

/**
 * Hosted extension resources.
 *
 * @author Oleksii Orel
 */
public interface CodenvyResources extends ClientBundle {

From source file com.codenvy.redhat.plugin.quick.start.ide.GuideResources.java

/** @author Alexander Andrienko */
public interface GuideResources extends ClientBundle {

    @Source({ "guide.css" })
    GuideStyles getGuideStyle();

From source file com.eas.ui.CommonResources.java

/**
 *
 * @author mg
 */
public interface CommonResources extends ClientBundle {

From source file com.easymorse.ria.client.ResourcesImages.java

/**
 * The images used throughout the Showcase.
 */
public interface ResourcesImages extends ClientBundle {

    ImageResource gwtLogo();

From source file com.edgenius.wiki.gwt.client.widgets.IconBundle.java

/**
 * @author Dapeng.Ni
 */
public interface IconBundle extends ClientBundle {
    public class I {
        private static IconBundle iconBundle;

From source file com.edgenius.wiki.gwt.client.widgets.LargeIconBundle.java

/**
 * @author Dapeng.Ni
 */
public interface LargeIconBundle extends ClientBundle {
    public class I {
        private static LargeIconBundle iconBundle;