org.xwiki.gwt.dom.client.internal.ie
Class IESelection.RangeBoundary

java.lang.Object
  extended by org.xwiki.gwt.dom.client.internal.ie.IESelection.RangeBoundary
Enclosing class:
IESelection

protected static final class IESelection.RangeBoundary
extends java.lang.Object

Specifies where a range starts or ends inside the DOM tree.


Constructor Summary
IESelection.RangeBoundary(com.google.gwt.dom.client.Node container, int offset)
          Creates a new range boundary.
 
Method Summary
 com.google.gwt.dom.client.Node getContainer()
           
 int getOffset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IESelection.RangeBoundary

public IESelection.RangeBoundary(com.google.gwt.dom.client.Node container,
                                 int offset)
Creates a new range boundary.

Parameters:
container - container
offset - offset
Method Detail

getContainer

public com.google.gwt.dom.client.Node getContainer()
Returns:
container

getOffset

public int getOffset()
Returns:
offset


Copyright © 2004-2009 XWiki. All Rights Reserved.