javax.swing.text.html
Interface CSSParser.CSSParserCallback

All Known Implementing Classes:
StyleSheet.CssParser
Enclosing interface:
CSSParser

static interface CSSParser.CSSParserCallback


Method Summary
 void endRule()
           
 void handleImport(String importString)
          Called when an @import is encountered.
 void handleProperty(String property)
           
 void handleSelector(String selector)
           
 void handleValue(String value)
           
 void startRule()
           
 

Method Detail

handleImport

public void handleImport(String importString)
Called when an @import is encountered.


handleSelector

public void handleSelector(String selector)

startRule

public void startRule()

handleProperty

public void handleProperty(String property)

handleValue

public void handleValue(String value)

endRule

public void endRule()