Searched refs:BadLocationException (Results 51 - 75 of 92) sorted by relevance

1234

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DGlyphPainter2.java131 } catch (BadLocationException e) {}
139 Shape a) throws BadLocationException {
233 * @exception BadLocationException
240 throws BadLocationException {
H A DComponentView.java325 * @exception BadLocationException if the given position does not
329 public Shape modelToView(int pos, Shape a, Position.Bias b) throws BadLocationException {
340 throw new BadLocationException(pos + " not in range " + p0 + "," + p1, pos);
H A DFieldView.java229 } catch (BadLocationException bl) {
260 * @exception BadLocationException if the given position does not
264 public Shape modelToView(int pos, Shape a, Position.Bias b) throws BadLocationException {
H A DGlyphPainter1.java125 Shape a) throws BadLocationException {
149 throw new BadLocationException("modelToView - can't convert", p1);
H A DPlainDocument.java109 * @exception BadLocationException the given insert position is not a valid
113 public void insertString(int offs, String str, AttributeSet a) throws BadLocationException {
228 } catch (BadLocationException e) {
H A DZoneView.java214 } catch (BadLocationException ble) {
574 * @exception BadLocationException if the given position does not represent a
578 public Shape modelToView(int pos, Shape a, Position.Bias b) throws BadLocationException {
H A DGlyphView.java136 } catch (BadLocationException bl) {
647 * @exception BadLocationException if the given position does not represent a
651 public Shape modelToView(int pos, Shape a, Position.Bias b) throws BadLocationException {
891 * @exception BadLocationException
897 throws BadLocationException {
1162 * @exception BadLocationException if the given position does not represent a
1168 Shape a) throws BadLocationException;
1245 * @exception BadLocationException
1251 throws BadLocationException {
H A DParagraphView.java195 throws BadLocationException {
228 } catch (BadLocationException exc) {
267 throws BadLocationException {
549 } catch (BadLocationException ble) {
893 * @exception BadLocationException if the given position does not represent a
897 public Shape modelToView(int pos, Shape a, Position.Bias b) throws BadLocationException {
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifTextUI.java143 } catch (BadLocationException e) {
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java427 * @exception BadLocationException if the given position does not
430 protected void insert(int offset, ElementSpec[] data) throws BadLocationException {
797 } catch (BadLocationException e1) {
1027 BadLocationException, IOException {
1104 BadLocationException, IOException {
1182 BadLocationException, IOException {
1247 BadLocationException, IOException {
1310 BadLocationException, IOException {
1368 BadLocationException, IOException {
1521 throws BadLocationException, IOExceptio
[all...]
H A DHTMLEditorKit.java246 * @exception BadLocationException if pos represents an invalid
248 * @exception RuntimeException (will eventually be a BadLocationException)
251 public void read(Reader in, Document doc, int pos) throws IOException, BadLocationException {
256 throw new BadLocationException("Invalid location", pos);
280 * @exception RuntimeException (will eventually be a BadLocationException)
286 BadLocationException, IOException {
288 throw new BadLocationException("Invalid location", offset);
311 * @exception BadLocationException if pos represents an invalid
315 throws IOException, BadLocationException {
775 } catch (BadLocationException bl
[all...]
H A DAccessibleHTML.java941 } catch (BadLocationException e) {
1059 } catch (BadLocationException e) {
1097 throws BadLocationException {
1106 } catch (BadLocationException e) {
1125 throws BadLocationException {
1215 throws BadLocationException {
2089 } catch (BadLocationException e) {
2115 } catch (BadLocationException e) {
2829 } catch (BadLocationException ble) { }
H A DParagraphView.java36 import javax.swing.text.BadLocationException;
H A DHTMLWriter.java129 * @exception BadLocationException if pos represents an invalid
133 public void write() throws IOException, BadLocationException {
275 * @exception BadLocationException if pos represents an invalid
278 protected void emptyTag(Element elem) throws BadLocationException, IOException {
367 protected void startTag(Element elem) throws IOException, BadLocationException {
453 * @exception BadLocationException if pos represents an invalid
456 protected void textAreaContent(AttributeSet attr) throws BadLocationException, IOException {
487 * @exception BadLocationException if pos represents an invalid
490 protected void text(Element elem) throws BadLocationException, IOException {
615 * @exception BadLocationException i
[all...]
H A DFormView.java729 } catch (BadLocationException e) {
751 } catch (BadLocationException e) {
770 } catch (BadLocationException e) {
902 } catch (BadLocationException e) {
965 } catch (BadLocationException ble) {}
/openjdk7/jdk/src/share/classes/javax/swing/
H A DAbstractButton.java2676 } catch (BadLocationException e) {
2733 } catch (BadLocationException e) {
2743 } catch (BadLocationException e) {
2754 } catch (BadLocationException e) {
2783 } catch (BadLocationException e) {
2800 } catch (BadLocationException e) {
2818 } catch (BadLocationException e) {
2847 } catch (BadLocationException e) {
2862 } catch (BadLocationException e) {
2878 } catch (BadLocationException
[all...]
H A DJPasswordField.java277 * @exception BadLocationException if the offset or length are invalid
280 public String getText(int offs, int len) throws BadLocationException {
298 } catch (BadLocationException e) {
H A DJEditorPane.java569 } catch (BadLocationException e) {
594 } catch (BadLocationException e) {}
851 } catch (BadLocationException ble) {
1158 } catch (BadLocationException e) {
1418 } catch (BadLocationException ble) {
1848 } catch (BadLocationException exception) {
2064 } catch (BadLocationException exception) {
H A DJTextPane.java205 } catch (BadLocationException e) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextFieldUI.java341 * @exception BadLocationException if the given position does not
345 public Shape modelToView(int pos, Shape a, Position.Bias b) throws BadLocationException {
363 * @exception BadLocationException if the given position does
370 throws BadLocationException
H A DBasicTextUI.java1017 * @exception BadLocationException if the given position does not
1021 public Rectangle modelToView(JTextComponent tc, int pos) throws BadLocationException {
1034 * @exception BadLocationException if the given position does not
1038 public Rectangle modelToView(JTextComponent tc, int pos, Position.Bias bias) throws BadLocationException {
1116 throws BadLocationException{
1175 } catch (BadLocationException e) {
1507 public Shape modelToView(int pos, Shape a, Position.Bias b) throws BadLocationException {
1528 * @exception BadLocationException if the given position does
1533 public Shape modelToView(int p0, Position.Bias b0, int p1, Position.Bias b1, Shape a) throws BadLocationException {
1572 * @exception BadLocationException
[all...]
H A DBasicHTML.java523 public Shape modelToView(int pos, Shape a, Position.Bias b) throws BadLocationException {
541 * @exception BadLocationException if the given position does
547 Position.Bias b1, Shape a) throws BadLocationException {
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsTextUI.java149 } catch (BadLocationException e) {
226 } catch (BadLocationException e) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DFindInHeapPanel.java188 } catch (BadLocationException e) {
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaKeyBindings.java556 } catch (final BadLocationException ignore) {}
560 abstract int getEnd(final JTextComponent target, final Element line, final int start) throws BadLocationException;

Completed in 138 milliseconds

1234