Uses of Class
com.xpn.xwiki.wysiwyg.client.selection.RangeCompare

Packages that use RangeCompare
com.xpn.xwiki.wysiwyg.client.selection   
com.xpn.xwiki.wysiwyg.client.selection.internal   
 

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

Methods in com.xpn.xwiki.wysiwyg.client.selection that return RangeCompare
static RangeCompare RangeCompare.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RangeCompare[] RangeCompare.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.xpn.xwiki.wysiwyg.client.selection with parameters of type RangeCompare
 short Range.compareBoundaryPoints(RangeCompare how, Range sourceRange)
          Compare the boundary-points of two Ranges in a document.
 

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

Methods in com.xpn.xwiki.wysiwyg.client.selection.internal with parameters of type RangeCompare
 short AbstractRange.compareBoundaryPoints(RangeCompare how, Range sourceRange)
          Compare the boundary-points of two Ranges in a document.
 



Copyright © 2004-2008 XWiki. All Rights Reserved.