|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.inet.html.css.Styles.StyleSheetEntry
public static class Styles.StyleSheetEntry
Simple data container for style sheet entries
Constructor Summary | |
---|---|
Styles.StyleSheetEntry(javax.swing.text.AttributeSet atts,
java.lang.String selector)
Container constructor, sets all fields |
Method Summary | |
---|---|
void |
addSelector(Selector selector)
Adds a compiled selector |
javax.swing.text.AttributeSet |
getAttributess()
Returns the attribute set defined by this selector |
java.lang.String |
getSelector()
Returns the selector string |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Styles.StyleSheetEntry(javax.swing.text.AttributeSet atts, java.lang.String selector)
atts
- the attributes defined by the entryselector
- the selector-string, may describe several selectorsMethod Detail |
---|
public javax.swing.text.AttributeSet getAttributess()
public java.lang.String getSelector()
public void addSelector(Selector selector)
selector
- the compiled selector
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |