TextScriptingExtension
class TextScriptingExtension
Class information
public class TextScriptingExtension
extends ScriptingExtension
— Methods (18) —
Name | Description |
---|---|
void setText(String str) | Missing information |
String getText() | Missing information |
void setTheme(TextScriptingTheme theme) | Missing information |
void setProvider(TextScriptingProvider textScriptingProvider) | Missing information |
void setStyler(TextScriptingStyler textScriptingStyler) | Missing information |
[LineTip] getTipForLine(int line) | Missing information |
String getTipTextForLine(int line) | Missing information |
void replaceScript(File file) | Missing information |
void openScript(File file) | Missing information |
void onClose() | Missing information |
void init() | Missing information |
void unload() | Missing information |
boolean saveScript() | Missing information |
boolean hasScript() | Missing information |
boolean supportFile(File file) | Missing information |
void beforeTextChanged([CharSequence] charSequence, int start, int before, int count) | Missing information |
void onTextChanged([CharSequence] charSequence, int start, int before, int count) | Missing information |
void afterTextChanged([Editable] editable) | Missing information |