Searched refs:getInputAttributes (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTextPane.java190 AttributeSet attr = getInputAttributes().copyAttributes();
236 MutableAttributeSet inputAttributes = getInputAttributes();
255 MutableAttributeSet inputAttributes = getInputAttributes();
366 MutableAttributeSet inputAttributes = getInputAttributes();
411 public MutableAttributeSet getInputAttributes() { method in class:JTextPane
412 return getStyledEditorKit().getInputAttributes();
H A DJEditorPane.java1144 ((StyledEditorKit)kit).getInputAttributes());
1152 getInputAttributes());
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyledEditorKit.java68 public MutableAttributeSet getInputAttributes() { method in class:StyledEditorKit
259 createInputAttributes(currentRun, getInputAttributes());
454 MutableAttributeSet inputAttributes = k.getInputAttributes();
754 MutableAttributeSet attr = kit.getInputAttributes();
793 MutableAttributeSet attr = kit.getInputAttributes();
832 MutableAttributeSet attr = kit.getInputAttributes();
872 tempSet.addAttributes(sek.getInputAttributes());
875 MutableAttributeSet ia = sek.getInputAttributes();
H A DDefaultEditorKit.java183 MutableAttributeSet getInputAttributes() { method in class:DefaultEditorKit
209 AttributeSet attr = getInputAttributes();
/openjdk7/jdk/test/javax/swing/text/html/8008289/
H A Dbug8008289.java85 .getInputAttributes());
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLEditorKit.java500 public MutableAttributeSet getInputAttributes() { method in class:HTMLEditorKit

Completed in 61 milliseconds