Uses of Interface
org.xwiki.gwt.dom.client.Range

Packages that use Range
org.xwiki.gwt.dom.client   
org.xwiki.gwt.dom.client.internal   
org.xwiki.gwt.dom.client.internal.ie   
org.xwiki.gwt.dom.client.internal.mozilla   
 

Uses of Range in org.xwiki.gwt.dom.client
 

Methods in org.xwiki.gwt.dom.client that return Range
 Range Range.cloneRange()
          Produces a new Range whose boundary-points are equal to the boundary-points of this range.
 Range Document.createRange()
          We've added this method because at the time of writing Document doesn't offer support for creating a range.
 Range RangeFactory.createRange(Document doc)
           
 Range Selection.getRangeAt(int index)
           
 Range DOMUtils.getTextRange(Range range)
          Computes the longest text range included in the specified range.
 

Methods in org.xwiki.gwt.dom.client with parameters of type Range
 void Selection.addRange(Range range)
          Adds a range to this selection.
 short Range.compareBoundaryPoints(RangeCompare how, Range sourceRange)
          Compare the boundary-points of two Ranges in a document.
 com.google.gwt.dom.client.Node DOMUtils.getFirstLeaf(Range range)
           
 com.google.gwt.dom.client.Node DOMUtils.getLastLeaf(Range range)
           
 com.google.gwt.dom.client.Node DOMUtils.getNextLeaf(Range range)
           
 com.google.gwt.dom.client.Node DOMUtils.getNextNode(Range range)
           
 com.google.gwt.dom.client.Node DOMUtils.getPreviousLeaf(Range range)
           
 com.google.gwt.dom.client.Node DOMUtils.getPreviousNode(Range range)
           
 Range DOMUtils.getTextRange(Range range)
          Computes the longest text range included in the specified range.
 void Selection.removeRange(Range range)
          Removes the given range from the selection.
 void DOMUtils.scrollIntoView(Range range)
          Makes sure that a given DOM range is visible by scrolling it into view.
 

Uses of Range in org.xwiki.gwt.dom.client.internal
 

Classes in org.xwiki.gwt.dom.client.internal that implement Range
 class DefaultNativeRangeWrapper
          Wraps a native range to be used by the selection who created this object.
 class DefaultRange
          This is a cross-browser implementation of the W3C Range specification.
 

Methods in org.xwiki.gwt.dom.client.internal that return Range
 Range DefaultNativeRangeWrapper.cloneRange()
          Produces a new Range whose boundary-points are equal to the boundary-points of this range.
 Range DefaultRange.cloneRange()
          Produces a new Range whose boundary-points are equal to the boundary-points of this range.
 Range DefaultRangeFactory.createRange(Document doc)
          
 Range DefaultSelection.getRangeAt(int index)
          
 

Methods in org.xwiki.gwt.dom.client.internal with parameters of type Range
 void DefaultSelection.addRange(Range range)
          Adds a range to this selection.
 short DefaultRange.compareBoundaryPoints(RangeCompare how, Range sourceRange)
          Compare the boundary-points of two Ranges in a document.
 void DefaultSelection.removeRange(Range range)
          Removes the given range from the selection.
 

Uses of Range in org.xwiki.gwt.dom.client.internal.ie
 

Methods in org.xwiki.gwt.dom.client.internal.ie that return Range
 Range IESelection.getRangeAt(int index)
          
 

Methods in org.xwiki.gwt.dom.client.internal.ie with parameters of type Range
 void IESelection.addRange(Range range)
          Adds a range to this selection.
protected  void IESelection.addTextRange(Range range)
          Creates a text selection from the given range.
 void IESelection.removeRange(Range range)
          Removes the given range from the selection.
 

Uses of Range in org.xwiki.gwt.dom.client.internal.mozilla
 

Methods in org.xwiki.gwt.dom.client.internal.mozilla with parameters of type Range
 void MozillaSelection.addRange(Range range)
          Adds a range to this selection.
 



Copyright © 2004-2009 XWiki. All Rights Reserved.