public interface ScriptingText extends ScriptingUnit
Interface that represents a unit with text.
ScriptingUnit
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMimeType() |
java.lang.String |
getText()
Returns the text associated to this unit.
|
void |
save()
Persists the current status of this unit.
|
void |
setText(java.lang.String text)
Sets a the text associated to this unit.
|
addPropertyChangeListener, getCreatedBy, getDescription, getFile, getFileResource, getFiles, getIconNames, getId, getName, getParent, getProperties, getProperty, getTypeName, getUserPath, getVersion, isASystemUnit, isSaved, move, reload, remove, rename, setCreatedBy, setDescription, setName, setProperty, setSaved, setVersion
java.lang.String getText()
void setText(java.lang.String text)
text
- String to assign to this unit.void save()
java.lang.String getMimeType()