|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.style.ChainedStyle
public class ChainedStyle
Combination of styles.
| Constructor Summary | |
|---|---|
ChainedStyle()
|
|
| Method Summary | |
|---|---|
void |
addStyle(Style style)
Adds a style to the chain |
void |
apply(Component component)
Applies this style to this component |
List<Style> |
getStyles()
Returns the list of styles to apply |
void |
setStyles(List<Style> styles)
Sets the list of styles to apply |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChainedStyle()
| Method Detail |
|---|
public List<Style> getStyles()
public void setStyles(List<Style> styles)
styles - List of stylespublic void addStyle(Style style)
style - Style to addpublic void apply(Component component)
Style
apply in interface Stylecomponent - Component to apply the style to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||