javax.swing.text.html
public class MultiStyle extends MultiAttributeSet implements Style
| Constructor Summary | |
|---|---|
| MultiStyle(String n, AttributeSet[] m)
Creates a new instance.
| |
| Method Summary | |
|---|---|
| void | addAttribute(Object name, Object value) |
| void | addAttributes(AttributeSet atts) |
| void | addChangeListener(ChangeListener listener) |
| String | getName()
Returns the name of the style.
|
| void | removeAttribute(Object name) |
| void | removeAttributes(Enumeration names) |
| void | removeAttributes(AttributeSet atts) |
| void | removeChangeListener(ChangeListener listener) |
| void | setResolveParent(AttributeSet parent) |
Parameters: n the name m the styles to multiplex
Returns: the name of the style