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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyleContext.java86 styles = new NamedStyle(null);
107 Style style = new NamedStyle(nm, parent);
172 return ((NamedStyle)styles).getChangeListeners();
1247 public class NamedStyle implements Style, Serializable { class in class:StyleContext
1256 public NamedStyle(String name, Style parent) { method in class:StyleContext.NamedStyle
1272 public NamedStyle(Style parent) { method in class:StyleContext.NamedStyle
1279 public NamedStyle() { method in class:StyleContext.NamedStyle
1289 return "NamedStyle:" + getName() + " " + attributes;
1337 * to this NamedStyle with addChangeListener().
1426 NamedStyle
[all...]

Completed in 2528 milliseconds