Searched defs:setCharacterAttributes (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyledDocument.java89 public void setCharacterAttributes(int offset, int length, AttributeSet s, boolean replace); method in interface:StyledDocument
H A DStyledEditorKit.java445 protected final void setCharacterAttributes(JEditorPane editor, method in class:StyledEditorKit.StyledTextAction
451 doc.setCharacterAttributes(p0, p1 - p0, attr, replace);
528 setCharacterAttributes(editor, attr, false);
585 setCharacterAttributes(editor, attr, false);
600 * <code>StyledDocument.setCharacterAttributes</code>
652 setCharacterAttributes(editor, attr, false);
758 setCharacterAttributes(editor, sas, false);
797 setCharacterAttributes(editor, sas, false);
836 setCharacterAttributes(editor, sas, false);
H A DDefaultStyledDocument.java495 public void setCharacterAttributes(int offset, int length, AttributeSet s, boolean replace) { method in class:DefaultStyledDocument
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTextPane.java359 public void setCharacterAttributes(AttributeSet attr, boolean replace) { method in class:JTextPane
364 doc.setCharacterAttributes(p0, p1 - p0, attr, replace);

Completed in 49 milliseconds