Package org.waveprotocol.wave.client.wavepanel.view.dom

Examples of org.waveprotocol.wave.client.wavepanel.view.dom.CssProvider


    EditorImpl.init();
  }
 
  /** @return The provider of just the CSS layer of styles. */
  public static CssProvider createCssProvider() {
    return new CssProvider(getBlip().css(),
        getCollapsible().css(),
        getContinuationIndicator().css(),
        getConversation().css(),
        getParticipants().css(),
        getReplyBox().css(),
View Full Code Here


    EditorImpl.init();
  }
 
  /** @return The provider of just the CSS layer of styles. */
  public static CssProvider createCssProvider() {
    return new CssProvider(getBlip().css(),
        getCollapsible().css(),
        getContinuationIndicator().css(),
        getConversation().css(),
        getParticipants().css(),
        getReplyBox().css(),
View Full Code Here

TOP

Related Classes of org.waveprotocol.wave.client.wavepanel.view.dom.CssProvider

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.