Package org.waveprotocol.wave.model.wave.data

Examples of org.waveprotocol.wave.model.wave.data.MuteDocumentFactory


  /**
   * Returns a mute document factory whose document schemas comes from the
   * current provider.
   */
  public static MuteDocumentFactory muteDocumentFactory() {
    return new MuteDocumentFactory(getSchemas());
  }
View Full Code Here


  /**
   * Returns a mute document factory whose document schemas comes from the
   * current provider.
   */
  public static MuteDocumentFactory muteDocumentFactory() {
    return new MuteDocumentFactory(getSchemas());
  }
View Full Code Here

TOP

Related Classes of org.waveprotocol.wave.model.wave.data.MuteDocumentFactory

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.