Searched defs:getEndOffset (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DElement.java72 * @return the starting offset >= 0 and < getEndOffset();
95 public int getEndOffset(); method in interface:Element
H A DHighlighter.java141 public int getEndOffset(); method in interface:Highlighter.Highlight
H A DDefaultHighlighter.java72 p.paint(g, info.getStartOffset(), info.getEndOffset(),
305 int end = lhi.getEndOffset();
466 offs1 == view.getEndOffset()) {
512 public int getEndOffset() { method in class:DefaultHighlighter.HighlightInfo
567 int end = getEndOffset();
H A DZoneView.java153 //System.out.println("loading: " + zone.getStartOffset() + "," + zone.getEndOffset());
177 //System.out.println("unloading: " + zone.getStartOffset() + "," + zone.getEndOffset());
201 * be >= getStartOffset() and < getEndOffset(). This
204 * be > getStartOffset() and <= getEndOffset(). This
236 int offs1 = getEndOffset();
253 if (pos == getEndOffset()) {
259 pos < v.getEndOffset()) {
270 int offs1 = v.getEndOffset();
312 int offs1 = child.getEndOffset();
398 int index1 = e.getElementIndex(getEndOffset());
595 public int getEndOffset() { method in class:ZoneView.Zone
[all...]
H A DAbstractWriter.java167 this(w, root, 0, root.getEndOffset());
204 public int getEndOffset() { method in class:AbstractWriter
248 int endOffset = getEndOffset();
252 startOffset < next.getEndOffset())) {
279 elem.getEndOffset() - elem.getStartOffset());
296 int end = Math.min(getEndOffset(), elem.getEndOffset());
H A DGlyphView.java274 getEndOffset()));
304 int p1 = getEndOffset();
351 * @see View#getEndOffset
353 public int getEndOffset() { method in class:GlyphView
355 return (length > 0) ? e.getStartOffset() + offset + length : e.getEndOffset();
382 int p1 = getEndOffset();
424 int hEnd = highlight.getEndOffset();
500 if ((parent != null) && (parent.getEndOffset() == p1)) {
549 int p1 = getEndOffset();
586 int p1 = getEndOffset();
[all...]
H A DParagraphView.java283 for(int end = v.getEndOffset(); lastPos < end; lastPos++) {
295 for(lastPos = v.getEndOffset() - 1; lastPos >= start;
462 offset = getEndOffset();
518 viewEnd = view.getEndOffset();
523 tempEnd == view.getEndOffset())
545 int end = getEndOffset();
735 int p1 = v.getEndOffset();
929 public int getEndOffset() { method in class:ParagraphView.Row
934 offs = Math.max(offs, v.getEndOffset());
1063 int rowEndOffset = getEndOffset();
[all...]
H A DView.java161 <li><a href="#getEndOffset()">getEndOffset</a>
511 pos = (direction == NORTH) ? Math.max(0, getEndOffset() - 1) :
544 pos = Math.max(0, getEndOffset() - 1);
621 if (p1 == getEndOffset()) {
819 * @see View#getEndOffset
821 public int getEndOffset() { method in class:View
822 return elem.getEndOffset();
1144 pos >= getEndOffset()) {
H A DAbstractDocument.java86 * <code>getParagraphElement(getLength()).getEndOffset() == getLength() + 1
925 if(bidiElem.getEndOffset() >= p1) {
1035 lastPEnd = getParagraphElement(chngEnd).getEndOffset();
1039 lastPEnd = paragraph.getEndOffset();
1070 } else if( prevElem.getEndOffset() > firstPStart ) {
1099 lastSpanEnd = nextElem.getEndOffset();
1102 nextElem.getEndOffset(),
1190 int pEnd = p.getEndOffset();
1226 o = p.getEndOffset();
1822 out.print("[" + getStartOffset() + "," + getEndOffset()
2107 public abstract int getEndOffset(); method in class:AbstractDocument.AbstractElement
2336 public int getEndOffset() { method in class:AbstractDocument.BranchElement
2538 public int getEndOffset() { method in class:AbstractDocument.LeafElement
[all...]
/openjdk7/jdk/test/javax/swing/text/WrappedPlainView/6857057/
H A DStubBranchElement.java64 public int getEndOffset() { method in class:StubBranchElement
H A DStubLeafElement.java62 public int getEndOffset() { method in class:StubLeafElement
/openjdk7/jdk/src/share/classes/sun/invoke/anon/
H A DConstantPoolParser.java88 getEndOffset(); // trigger an exception if we haven't parsed yet
103 public int getEndOffset() { method in class:ConstantPoolParser
111 getEndOffset(); // provoke exception if not yet parsed
117 return classFile.length - getEndOffset();
124 out.write(classFile, 0, getEndOffset());
141 out.write(classFile, getEndOffset(), getTailLength());
/openjdk7/jaxp/src/org/w3c/dom/ranges/
H A DRange.java86 public int getEndOffset() method in interface:Range
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicHTML.java588 public int getEndOffset() { method in class:BasicHTML.Renderer
589 return view.getEndOffset();
H A DBasicTextUI.java1660 public int getEndOffset() { method in class:BasicTextUI.RootView
1662 return view.getEndOffset();
1664 return getElement().getEndOffset();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java104 public int getEndOffset() { method in class:RangeImpl
519 offsetA = sourceRange.getEndOffset();
524 offsetA = sourceRange.getEndOffset();
1866 int offset = getEndOffset();
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DImageView.java410 (g, getStartOffset(), getEndOffset(), shape, tc, this);
520 int p1 = getEndOffset();
550 return getEndOffset();
969 painter.paint(this, g, a, getStartOffset(), getEndOffset());
986 public int getEndOffset() { method in class:ImageView.ImageLabelView
H A DHTMLDocument.java494 length = Math.max(0, e.getEndOffset() - offset);
502 if (lastEnd == paragraph.getEndOffset()) {
506 lastEnd = paragraph.getEndOffset();
789 int endOffset = Math.min(getLength(), element.getEndOffset());
1109 int end = elem.getEndOffset();
1196 * character at a <code>elem.getEndOffset() - 1</code> is a newline,
1254 int offset = elem.getEndOffset();
1374 int offset = elem.getEndOffset();
1572 int end = e.getElement(index + count - 1).getEndOffset();
1868 public abstract int getEndOffset(); method in class:HTMLDocument.Iterator
1941 public int getEndOffset() { method in class:HTMLDocument.LeafIterator
[all...]

Completed in 98 milliseconds