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

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicEditorPaneUI.java271 private static final String FONT_ATTRIBUTE_KEY = "FONT_ATTRIBUTE_KEY"; field in class:BasicEditorPaneUI
289 if (style.getAttribute(FONT_ATTRIBUTE_KEY) != null) {
290 style.removeAttribute(FONT_ATTRIBUTE_KEY);
321 if (! font.equals(style.getAttribute(FONT_ATTRIBUTE_KEY))) {
322 style.addAttribute(FONT_ATTRIBUTE_KEY, font);
375 Font fontAttribute = (Font) style.getAttribute(FONT_ATTRIBUTE_KEY);
390 style.removeAttribute(FONT_ATTRIBUTE_KEY);
409 style.addAttribute(FONT_ATTRIBUTE_KEY, font);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyleContext.java255 final String FONT_ATTRIBUTE_KEY = "FONT_ATTRIBUTE_KEY";
257 (Font) defaultStyle.getAttribute(FONT_ATTRIBUTE_KEY);

Completed in 29 milliseconds