Package org.waveprotocol.wave.client.wavepanel.block

Examples of org.waveprotocol.wave.client.wavepanel.block.BlockStructureTestBase.detach()


  private BlockStructureTestBase getTest() {
    BlockStructureTestBase x = new BlockStructureTestBase() {
      @Override
      protected XmlStructure create(ConversationView model) {
        XmlStructure x = createXml(model);
        x.detach();
        return x;
      }
    };
    x.setUp();
    return x;
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.