TextScriptingProvider
Complete API reference for TextScriptingProvider, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Uncategorized
Component: no
public class TextScriptingProvider
Methods
| Signature | Returns | Description |
|---|---|---|
getAll() | List<TextScriptingSuggestion> | Returns the current all. |
processLine(int, String) | void | Performs the processLine operation using the provided parameters (lineNumber, text). |
deleteLine(int) | void | Removes line from the collection. |
clearLines() | void | Clears or resets the object's state. |