|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xpn.xwiki.wysiwyg.client.selection.internal.AbstractRange
public abstract class AbstractRange
| Method Summary | |
|---|---|
protected abstract short |
compareBoundaryPoints(int how,
com.google.gwt.core.client.JavaScriptObject sourceRange)
|
short |
compareBoundaryPoints(RangeCompare how,
Range sourceRange)
Compare the boundary-points of two Ranges in a document. |
com.google.gwt.core.client.JavaScriptObject |
getJSRange()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.xpn.xwiki.wysiwyg.client.selection.Range |
|---|
cloneContents, cloneRange, collapse, deleteContents, detach, extractContents, getCommonAncestorContainer, getEndContainer, getEndOffset, getStartContainer, getStartOffset, insertNode, isCollapsed, selectNode, selectNodeContents, setEnd, setEndAfter, setEndBefore, setStart, setStartAfter, setStartBefore, surroundContents, toString |
| Method Detail |
|---|
public final com.google.gwt.core.client.JavaScriptObject getJSRange()
public final short compareBoundaryPoints(RangeCompare how,
Range sourceRange)
compareBoundaryPoints in interface Rangehow - The type of comparison.sourceRange - The Range on which this current Range is compared to.
Range.compareBoundaryPoints(RangeCompare, Range)
protected abstract short compareBoundaryPoints(int how,
com.google.gwt.core.client.JavaScriptObject sourceRange)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||