|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Range | |
org.mozilla.jrex.dom.ranges | |
org.mozilla.jrex.selection | |
org.w3c.dom.ranges |
Uses of Range in org.mozilla.jrex.dom.ranges |
Classes in org.mozilla.jrex.dom.ranges that implement Range | |
class |
JRexDOMRangeImpl
A class implementing org.w3c.dom.ranges.Range interface. |
Methods in org.mozilla.jrex.dom.ranges that return Range | |
Range |
JRexDOMRangeImpl.cloneRange()
|
Range |
JRexDocumentRangeImpl.createRange()
|
Methods in org.mozilla.jrex.dom.ranges with parameters of type Range | |
short |
JRexDOMRangeImpl.compareBoundaryPoints(short cmpType,
Range srcRange)
|
Uses of Range in org.mozilla.jrex.selection |
Methods in org.mozilla.jrex.selection that return Range | |
Range |
JRexSelectionImpl.getRangeAt(int index)
|
Range |
JRexSelection.getRangeAt(int index)
Returns the range at given index . |
Methods in org.mozilla.jrex.selection with parameters of type Range | |
void |
JRexSelectionImpl.addRange(Range range)
|
void |
JRexSelectionImpl.removeRange(Range range)
|
void |
JRexSelection.addRange(Range range)
Adds a range to the current selection. |
void |
JRexSelection.removeRange(Range range)
Removes a range from the current selection. |
Uses of Range in org.w3c.dom.ranges |
Methods in org.w3c.dom.ranges that return Range | |
Range |
Range.cloneRange()
Produces a new Range whose boundary-points are equal to the boundary-points of the Range. |
Range |
DocumentRange.createRange()
This interface can be obtained from the object implementing the Document interface using binding-specific casting
methods. |
Methods in org.w3c.dom.ranges with parameters of type Range | |
short |
Range.compareBoundaryPoints(short how,
Range sourceRange)
Compare the boundary-points of two Ranges in a document. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |