Uses of Class
org.xwiki.gwt.dom.client.internal.ie.TextRange.Unit

Packages that use TextRange.Unit
org.xwiki.gwt.dom.client.internal.ie   
 

Uses of TextRange.Unit in org.xwiki.gwt.dom.client.internal.ie
 

Methods in org.xwiki.gwt.dom.client.internal.ie that return TextRange.Unit
static TextRange.Unit TextRange.Unit.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TextRange.Unit[] TextRange.Unit.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.xwiki.gwt.dom.client.internal.ie with parameters of type TextRange.Unit
 boolean TextRange.expand(TextRange.Unit unit)
          Expands the range so that partial units are completely contained.
 int TextRange.move(TextRange.Unit unit, int count)
          Collapses the given text range and moves the empty range by the given number of units.
 int TextRange.moveEnd(TextRange.Unit unit, int count)
          Moves the end of this range by the given number of units.
 int TextRange.moveStart(TextRange.Unit unit, int count)
          Moves the start of this range by the given number of units.
 



Copyright © 2004-2009 XWiki. All Rights Reserved.