Package org.eclipse.help
Interface IContentExtension
- All Superinterfaces:
- IUAElement
An extension of a document's content.
- Since:
- 3.3
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intExtension type for a contribution at an anchor.static final intExtension type for element replacement.
- 
Method SummaryMethods inherited from interface org.eclipse.help.IUAElementgetChildren, isEnabled
- 
Field Details- 
CONTRIBUTIONstatic final int CONTRIBUTIONExtension type for a contribution at an anchor.- See Also:
 
- 
REPLACEMENTstatic final int REPLACEMENTExtension type for element replacement.- See Also:
 
 
- 
- 
Method Details- 
getContentString getContent()Returns the extension's content path (what to contribute into the document). This is a bundle-relative path with an id, of the form "path/file.ext#elementId".- Returns:
- path to the extension's content
 
- 
getPathString getPath()Returns the extensions target path (what to extend).- Returns:
- path to the target element to extend
 
- 
getTypeint getType()Returns the type of extension this is. Must be one of the static constants defined by this interface.- Returns:
- the extension type
 
 
-