Uses of Interface
com.xpn.xwiki.wysiwyg.client.selection.Range

Packages that use Range
com.xpn.xwiki.wysiwyg.client.selection   
com.xpn.xwiki.wysiwyg.client.selection.internal   
com.xpn.xwiki.wysiwyg.client.ui.cmd.internal   
com.xpn.xwiki.wysiwyg.client.util   
 

Uses of Range in com.xpn.xwiki.wysiwyg.client.selection
 

Methods in com.xpn.xwiki.wysiwyg.client.selection that return Range
 Range Range.cloneRange()
          Produces a new Range whose boundary-points are equal to the boundary-points of the Range.
 Range RangeFactory.createRange(com.google.gwt.dom.client.IFrameElement iframe)
           
 Range Selection.getRangeAt(int index)
           
 

Methods in com.xpn.xwiki.wysiwyg.client.selection with parameters of type Range
 void Selection.addRange(Range range)
          Adds a range to the current selection.
 short Range.compareBoundaryPoints(RangeCompare how, Range sourceRange)
          Compare the boundary-points of two Ranges in a document.
 void Selection.removeRange(Range range)
          Removes a range from the current selection.
 

Uses of Range in com.xpn.xwiki.wysiwyg.client.selection.internal
 

Classes in com.xpn.xwiki.wysiwyg.client.selection.internal that implement Range
 class AbstractRange
           
 class DefaultRange
           
 class IERange
           
 

Methods in com.xpn.xwiki.wysiwyg.client.selection.internal that return Range
 Range IERange.cloneRange()
           
 Range DefaultRange.cloneRange()
          Produces a new Range whose boundary-points are equal to the boundary-points of the Range.
 Range DefaultRangeFactory.createRange(com.google.gwt.dom.client.IFrameElement iframe)
          
 Range IERangeFactory.createRange(com.google.gwt.dom.client.IFrameElement iframe)
          
 Range IESelection.getRangeAt(int index)
           
 Range DefaultSelection.getRangeAt(int index)
          
 

Methods in com.xpn.xwiki.wysiwyg.client.selection.internal with parameters of type Range
 void AbstractSelection.addRange(Range range)
          Adds a range to the current selection.
 short AbstractRange.compareBoundaryPoints(RangeCompare how, Range sourceRange)
          Compare the boundary-points of two Ranges in a document.
 void AbstractSelection.removeRange(Range range)
          Removes a range from the current selection.
 

Uses of Range in com.xpn.xwiki.wysiwyg.client.ui.cmd.internal
 

Methods in com.xpn.xwiki.wysiwyg.client.ui.cmd.internal that return Range
protected  Range StyleExecutable.addStyle(com.google.gwt.dom.client.IFrameElement iframe, Range range)
           
protected  Range StyleExecutable.removeStyle(com.google.gwt.dom.client.IFrameElement iframe, Range range)
           
 

Methods in com.xpn.xwiki.wysiwyg.client.ui.cmd.internal with parameters of type Range
protected  Range StyleExecutable.addStyle(com.google.gwt.dom.client.IFrameElement iframe, Range range)
           
protected  Range StyleExecutable.removeStyle(com.google.gwt.dom.client.IFrameElement iframe, Range range)
           
 

Uses of Range in com.xpn.xwiki.wysiwyg.client.util
 

Methods in com.xpn.xwiki.wysiwyg.client.util that return Range
 Range DOMUtils.getTextRange(Range range)
           
 

Methods in com.xpn.xwiki.wysiwyg.client.util with parameters of type Range
 Range DOMUtils.getTextRange(Range range)
           
 



Copyright © 2004-2008 XWiki. All Rights Reserved.