Uses of Interface
org.eclipse.actf.model.dom.odf.content.IStyleListener

Packages that use IStyleListener
org.eclipse.actf.model.dom.odf.content This package contains interfaces of ODF text and graphics contents. 
org.eclipse.actf.model.dom.odf.style This package contains interfaces of ODF style namespace. 
 

Uses of IStyleListener in org.eclipse.actf.model.dom.odf.content
 

Methods in org.eclipse.actf.model.dom.odf.content with parameters of type IStyleListener
 void IStylable.addStyleListener(IStyleListener listener, String topic)
           
 void IStylable.removeStyleListener(IStyleListener listener, String topic)
           
 

Uses of IStyleListener in org.eclipse.actf.model.dom.odf.style
 

Methods in org.eclipse.actf.model.dom.odf.style with parameters of type IStyleListener
 void StyleElement.addListener(IStyleListener listener, String topic)
           
 void StyleElement.removeListener(IStyleListener listener, String topic)