|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CSSStyleDeclarationChangeListener | |
org.apache.batik.css | Provides the classes for accessing CSS2 through DOM level 2 interfaces. |
org.apache.batik.css.event | Provides the interfaces and classes to add basic event support for the various entities in the CSS package. |
Uses of CSSStyleDeclarationChangeListener in org.apache.batik.css |
Classes in org.apache.batik.css that implement CSSStyleDeclarationChangeListener | |
class |
CSSOMStyleRule
This class implements the CSSStyleRule interface. |
class |
CSSOMStyleSheet
This class provides an implementation of the CSSStyleSheet interface. |
Methods in org.apache.batik.css with parameters of type CSSStyleDeclarationChangeListener | |
void |
CSSOMStyleDeclaration.addCSSStyleDeclarationChangeListener(CSSStyleDeclarationChangeListener listener)
Adds a CSSStyleDeclarationChangeListener to the listener list. |
void |
CSSOMStyleDeclaration.removeCSSStyleDeclarationChangeListener(CSSStyleDeclarationChangeListener listener)
Removes a CSSStyleDeclarationChangeListener from the listener list. |
Uses of CSSStyleDeclarationChangeListener in org.apache.batik.css.event |
Subinterfaces of CSSStyleDeclarationChangeListener in org.apache.batik.css.event | |
interface |
CSSStyleRuleChangeListener
This interface must be implemented by the objects that want to be notified of CSS style rule changes. |
interface |
CSSStyleSheetChangeListener
This interface must be implemented by the objects that want to be notified of CSS style sheet changes. |
Classes in org.apache.batik.css.event that implement CSSStyleDeclarationChangeListener | |
class |
CSSStyleDeclarationChangeAdapter
This class provides an adapter for the CSSStyleDeclarationChangeListener interface. |
class |
CSSStyleSheetChangeAdapter
This class provides an adapter for the CSSStyleSheetChangeListener interface. |
Methods in org.apache.batik.css.event with parameters of type CSSStyleDeclarationChangeListener | |
void |
CSSStyleDeclarationChangeSupport.addCSSStyleDeclarationChangeListener(CSSStyleDeclarationChangeListener listener)
Adds a CSSStyleDeclarationChangeListener to the listener list. |
void |
CSSStyleDeclarationChangeSupport.removeCSSStyleDeclarationChangeListener(CSSStyleDeclarationChangeListener listener)
Removes a CSSStyleDeclarationChangeListener from the listener list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |