Uses of Interface
org.apache.batik.css.event.CSSPropertyChangeListener

Packages that use CSSPropertyChangeListener
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 CSSPropertyChangeListener in org.apache.batik.css
 

Classes in org.apache.batik.css that implement CSSPropertyChangeListener
 class CSSOMStyleRule
          This class implements the CSSStyleRule interface.
 class CSSOMStyleSheet
          This class provides an implementation of the CSSStyleSheet interface.
 

Uses of CSSPropertyChangeListener in org.apache.batik.css.event
 

Subinterfaces of CSSPropertyChangeListener in org.apache.batik.css.event
 interface CSSStyleDeclarationChangeListener
          This interface must be implemented by the objects that want to be notified of CSS style declaration changes.
 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 CSSPropertyChangeListener
 class CSSStyleDeclarationChangeAdapter
          This class provides an adapter for the CSSStyleDeclarationChangeListener interface.
 class CSSStyleSheetChangeAdapter
          This class provides an adapter for the CSSStyleSheetChangeListener interface.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.