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

Packages that use IEditable
org.eclipse.actf.model.dom.odf.chart This package contains interfaces and constants of ODF chart namespace. 
org.eclipse.actf.model.dom.odf.content This package contains interfaces of ODF text and graphics contents. 
org.eclipse.actf.model.dom.odf.presentation This package contains interfaces of ODF presentation namespace. 
org.eclipse.actf.model.dom.odf.range This package contains interfaces that specify ranges of ODF contents. 
org.eclipse.actf.model.dom.odf.svg This package contains interfaces of ODF SVG namespace. 
org.eclipse.actf.model.dom.odf.text This package contains interfaces of ODF text namespace. 
 

Uses of IEditable in org.eclipse.actf.model.dom.odf.chart
 

Subinterfaces of IEditable in org.eclipse.actf.model.dom.odf.chart
 interface TitleElement
          Interface for <chart:title> element.
 

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

Methods in org.eclipse.actf.model.dom.odf.content with parameters of type IEditable
 void IEditable.insert(IEditable data)
           
 void IEditListener.onEdit(IEditable target, String topic)
           
 

Uses of IEditable in org.eclipse.actf.model.dom.odf.presentation
 

Subinterfaces of IEditable in org.eclipse.actf.model.dom.odf.presentation
 interface NotesElement
          Interface for <presentation:notes> element.
 

Uses of IEditable in org.eclipse.actf.model.dom.odf.range
 

Subinterfaces of IEditable in org.eclipse.actf.model.dom.odf.range
 interface CellRange
           
 interface IContentRange
           
 interface TableCellRange
           
 interface TextRange
           
 

Uses of IEditable in org.eclipse.actf.model.dom.odf.svg
 

Subinterfaces of IEditable in org.eclipse.actf.model.dom.odf.svg
 interface DescElement
          Interface for <svg:desc> element.
 

Uses of IEditable in org.eclipse.actf.model.dom.odf.text
 

Subinterfaces of IEditable in org.eclipse.actf.model.dom.odf.text
 interface AElement
          Interface for <text:a> element.
 interface HElement
          Interface for <text:h> element.
 interface PElement
          Interface for <text:p> element.
 interface SectionElement
          Interface for <text:section> element.
 interface SequenceElement
          Interface for <text:sequence> element.