| Methoden |
| public final static StyleContext | getDefaultStyleContext() |
| public Style | addStyle(String nm, Style parent) |
| public void | removeStyle(String nm) |
| public Style | getStyle(String nm) |
| public Enumeration | getStyleNames() |
| public void | addChangeListener(ChangeListener l) |
| public void | removeChangeListener(ChangeListener l) |
| public ChangeListener[] | getChangeListeners() ![[1.4]](../../images/marg14.gif) |
| public Font | getFont(AttributeSet attr) |
| public Color | getForeground(AttributeSet attr) |
| public Color | getBackground(AttributeSet attr) |
| public Font | getFont(String family, int style, int size) |
| public FontMetrics | getFontMetrics(Font f) |
| public synchronized AttributeSet | addAttribute(AttributeSet old, Object name, Object value) |
| public synchronized AttributeSet | addAttributes(AttributeSet old, AttributeSet attr) |
| public synchronized AttributeSet | removeAttribute(AttributeSet old, Object name) |
| public synchronized AttributeSet | removeAttributes(AttributeSet old, Enumeration names) |
| public synchronized AttributeSet | removeAttributes(AttributeSet old, AttributeSet attrs) |
| public AttributeSet | getEmptySet() |
| public void | reclaim(AttributeSet a) |
| protected int | getCompressionThreshold() |
| protected StyleContext.SmallAttributeSet | createSmallAttributeSet(AttributeSet a) |
| protected MutableAttributeSet | createLargeAttributeSet(AttributeSet a) |
| public String | toString() |
| public void | writeAttributes(ObjectOutputStream out, AttributeSet a) |
| public void | readAttributes(ObjectInputStream in, MutableAttributeSet a) |
| public static void | writeAttributeSet(ObjectOutputStream out, AttributeSet a) |
| public static void | readAttributeSet(ObjectInputStream in, MutableAttributeSet a) |
| public static void | registerStaticAttributeKey(Object key) |
| public static Object | getStaticAttribute(Object key) |
| public static Object | getStaticAttributeKey(Object key) |