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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyledEditorKit.java113 c.addCaretListener(inputAttributeUpdater);
114 c.addPropertyChangeListener(inputAttributeUpdater);
117 inputAttributeUpdater.updateInputAttributes
130 c.removeCaretListener(inputAttributeUpdater);
131 c.removePropertyChangeListener(inputAttributeUpdater);
190 inputAttributeUpdater = new AttributeTracker();
211 private AttributeTracker inputAttributeUpdater; field in class:StyledEditorKit

Completed in 285 milliseconds