org.ucworkbench.model
Interface ISectionHeader

All Superinterfaces:
IRegion, ITextModel, IUCElement

public interface ISectionHeader
extends ITextModel

This is a model for header of the section in file.

See Also:
ISection

Method Summary
 java.lang.String getTitle()
          Returns title of the section.
 
Methods inherited from interface org.ucworkbench.model.ITextModel
containsOffset, getAsText, getCorrespondingFileModel, getModelElementByOffset, getParent, getTextModelChildren
 
Methods inherited from interface org.ucworkbench.model.IUCElement
accept, childrenAccept, exists, getAncestor, getChildren, getCorrespondingResource, getElementName, getElementType, getPath, getUCProject, getUnderlyingResource
 
Methods inherited from interface org.ucworkbench.model.supporting.IRegion
getLength, getOffset
 

Method Detail

getTitle

java.lang.String getTitle()
Returns title of the section.

Returns: