Package org.waveprotocol.wave.client.editor

Examples of org.waveprotocol.wave.client.editor.HtmlSelectionHelperImpl


  }

  /** Creates a selection helper for a document. */
  private static SelectionHelper createSelectionHelper(ContentDocument doc) {
    Element e = doc.getFullContentView().getDocumentElement().getImplNodelet();
    HtmlSelectionHelper htmlSelection = new HtmlSelectionHelperImpl(e);
    return new PassiveSelectionHelper(
        htmlSelection, doc.getNodeManager(), doc.getRenderedView(), doc.getLocationMapper());
  }
View Full Code Here


  }

  /** Creates a selection helper for a document. */
  private static SelectionHelper createSelectionHelper(ContentDocument doc) {
    Element e = doc.getFullContentView().getDocumentElement().getImplNodelet();
    HtmlSelectionHelper htmlSelection = new HtmlSelectionHelperImpl(e);
    return new PassiveSelectionHelper(
        htmlSelection, doc.getNodeManager(), doc.getRenderedView(), doc.getLocationMapper());
  }
View Full Code Here

TOP

Related Classes of org.waveprotocol.wave.client.editor.HtmlSelectionHelperImpl

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.