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 CSSOMStyleSheet.cssPropertyChange(CSSPropertyChangeEvent evt)
          Called when a CSS property is changed.
 void CSSOMStyleRule.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 CSSStyleSheetChangeSupport.fireCSSPropertyChange(CSSPropertyChangeEvent evt)
          Fires an existing CSSPropertyChangeEvent to any registered listeners.
 void CSSStyleDeclarationChangeSupport.fireCSSPropertyChange(CSSPropertyChangeEvent evt)
          Fires an existing CSSPropertyChangeEvent to any registered listeners.
 void CSSPropertyChangeListener.cssPropertyChange(CSSPropertyChangeEvent evt)
          Called when a CSS property is changed.
 void CSSStyleDeclarationChangeAdapter.cssPropertyChange(CSSPropertyChangeEvent evt)
          Called when a CSS property is changed.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.