Uses of Class
org.apache.batik.css.event.CSSPropertyChangeEvent

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

Methods in org.apache.batik.css with parameters of type CSSPropertyChangeEvent
 void CSSOMStyleRule.cssPropertyChange(CSSPropertyChangeEvent evt)
          Called when a CSS property is changed.
 void CSSOMStyleSheet.cssPropertyChange(CSSPropertyChangeEvent evt)
          Called when a CSS property is changed.
 

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

Methods in org.apache.batik.css.event with parameters of type CSSPropertyChangeEvent
 void CSSStyleDeclarationChangeAdapter.cssPropertyChange(CSSPropertyChangeEvent evt)
          Called when a CSS property is changed.
 void CSSPropertyChangeListener.cssPropertyChange(CSSPropertyChangeEvent evt)
          Called when a CSS property is changed.
 void CSSStyleDeclarationChangeSupport.fireCSSPropertyChange(CSSPropertyChangeEvent evt)
          Fires an existing CSSPropertyChangeEvent to any registered listeners.
 void CSSStyleSheetChangeSupport.fireCSSPropertyChange(CSSPropertyChangeEvent evt)
          Fires an existing CSSPropertyChangeEvent to any registered listeners.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.