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

Packages that use IStyleListener
org.eclipse.actf.model.dom.odf.content   
org.eclipse.actf.model.dom.odf.style   
 

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)