Package org.apache.batik.css.event

Provides the interfaces and classes to add basic event support for the various entities in the CSS package.

See:
          Description

Interface Summary
CSSPropertyChangeListener This interface must be implemented by the objects that want to be notified of CSS properties changes.
CSSStyleDeclarationChangeListener This interface must be implemented by the objects that want to be notified of CSS style declaration changes.
CSSStyleRuleChangeListener This interface must be implemented by the objects that want to be notified of CSS style rule changes.
CSSStyleSheetChangeListener This interface must be implemented by the objects that want to be notified of CSS style sheet changes.
CSSValueChangeListener This interface must be implemented by the objects that must be notified of CSS values changes.
 

Class Summary
CSSPropertyChangeEvent This class represents the events which get fired whenever a CSS property value is changed.
CSSRuleEvent This class represents the events which get fired whenever a CSS property value is changed.
CSSStyleDeclarationChangeAdapter This class provides an adapter for the CSSStyleDeclarationChangeListener interface.
CSSStyleDeclarationChangeEvent This class represents the events which get fired whenever a CSS style declaration is changed.
CSSStyleDeclarationChangeSupport This class provides methods to manage CSSStyleDeclarationChangeEvent.
CSSStyleRuleChangeEvent This class represents the events which get fired whenever a CSS style rule is changed.
CSSStyleRuleChangeSupport This class provides methods to manage CSSStyleRuleChangeEvent.
CSSStyleSheetChangeAdapter This class provides an adapter for the CSSStyleSheetChangeListener interface.
CSSStyleSheetChangeSupport This method provides methods to manage the events related to to the CSSStyleSheet class.
SelectorListChangeEvent This class represents the events which get fired whenever a selector list is changed.
 

Package org.apache.batik.css.event Description

Provides the interfaces and classes to add basic event support for the various entities in the CSS package.



Copyright © 2001 Apache Software Foundation. All Rights Reserved.