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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyledEditorKit.java117 inputAttributeUpdater.updateInputAttributes
227 void updateInputAttributes(int dot, int mark, JTextComponent c) { method in class:StyledEditorKit.AttributeTracker
270 updateInputAttributes(0, 0, (JTextComponent)source);
275 updateInputAttributes(e.getDot(), e.getMark(),

Completed in 289 milliseconds