Package jetbrains.mps.text
Interface TextArea
- 
- All Known Implementing Classes:
 TextAreaImpl,TextGenSupport
public interface TextAreaContinuous chunk of text, with append/indent operations.TextUnithas associated Buffer, comprised ofTextAreas. There's only 1 activeTextAreawithin a buffer. Methods of this interface return self to facilitate chaining.- Since:
 - 3.3
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TextAreaappend(CharSequence text)TextAreadecreaseIndent()TextAreaincreaseIndent()TextAreaindent()intlength()TextAreanewLine() 
 -