|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.mebigfatguy.tomailer.CssItem
public class CssItem
represents a one css item, consisting of a css selector and rules for that selector
| Constructor Summary | |
|---|---|
CssItem(java.lang.String cssSelector,
java.lang.String[] cssStyle)
constructs a CssItem consisting of one selector and an array of styles |
|
| Method Summary | |
|---|---|
java.lang.String |
getSelector()
get the selector for this item |
java.lang.String[] |
getStyles()
get the array of styles for this item |
java.lang.String |
toString()
creates a human readable string of this item |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CssItem(java.lang.String cssSelector,
java.lang.String[] cssStyle)
cssSelector - the selectorcssStyle - and array of styles;| Method Detail |
|---|
public java.lang.String getSelector()
public java.lang.String[] getStyles()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||