Examples of UndercurrentShallowBlipRenderer


Examples of org.waveprotocol.wave.client.wavepanel.render.UndercurrentShallowBlipRenderer

      return new ProfileManagerImpl();
    }

    /** @return the renderer of intrinsic blip state. Subclasses may override. */
    protected ShallowBlipRenderer createBlipDetailer() {
      return new UndercurrentShallowBlipRenderer(getProfileManager(), getSupplement(), DateUtils.getInstance());
    }
View Full Code Here

Examples of org.waveprotocol.wave.client.wavepanel.render.UndercurrentShallowBlipRenderer

      return new ProfileManagerImpl();
    }

    /** @return the renderer of intrinsic blip state. Subclasses may override. */
    protected ShallowBlipRenderer createBlipDetailer() {
      return new UndercurrentShallowBlipRenderer(getProfileManager(), getSupplement());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.