|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextable
Represents a model object that is composed of
Method Summary | |
---|---|
void |
addText(IText text)
Appends this objects with provided text |
java.lang.String |
getValue()
Returns the value of all concatenated text elements |
void |
removeText(IText text)
Removes given text from this object |
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 |
---|
java.lang.String getValue()
void addText(IText text)
text
- void removeText(IText text)
text
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |