com.togethersoft.openapi.ide.editor
Interface IdeEditorStyledCharSource
- public interface IdeEditorStyledCharSource
This class determines the source of characters.
IdeEditor manages Together's text editor.
IdeEditorStyledChar stores data of the character and its color and format.
- Author:
- TogetherSoft
getCharAt
public IdeEditorStyledChar getCharAt(int pos)
- Returns the
IdeEditorStyledChar object at the specified position.- Parameters:
- pos -
int where the character is retreived - Returns: the IdeEditorStyledChar object;
getLength
public int getLength()
- Returns the length of the character's source.