com.xpn.xwiki.wysiwyg.client.util
Class TextFragment

java.lang.Object
  extended by com.xpn.xwiki.wysiwyg.client.util.TextFragment

public class TextFragment
extends java.lang.Object


Constructor Summary
TextFragment(com.google.gwt.dom.client.Text text, int startIndex, int endIndex)
           
 
Method Summary
 int getEndIndex()
           
 int getStartIndex()
           
 com.google.gwt.dom.client.Text getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextFragment

public TextFragment(com.google.gwt.dom.client.Text text,
                    int startIndex,
                    int endIndex)
Method Detail

getText

public com.google.gwt.dom.client.Text getText()

getStartIndex

public int getStartIndex()

getEndIndex

public int getEndIndex()


Copyright © 2004-2008 XWiki. All Rights Reserved.