class ST {
int LINE_UP;
int LINE_DOWN;
int LINE_START;
int LINE_END;
int COLUMN_PREVIOUS;
int COLUMN_NEXT;
int PAGE_UP;
int PAGE_DOWN;
int WORD_PREVIOUS;
int WORD_NEXT;
int TEXT_START;
int TEXT_END;
int WINDOW_START;
int WINDOW_END;
int SELECT_ALL;
int SELECT_LINE_UP;
int SELECT_LINE_DOWN;
int SELECT_LINE_START;
int SELECT_LINE_END;
int SELECT_COLUMN_PREVIOUS;
int SELECT_COLUMN_NEXT;
int SELECT_PAGE_UP;
int SELECT_PAGE_DOWN;
int SELECT_WORD_PREVIOUS;
int SELECT_WORD_NEXT;
int SELECT_TEXT_START;
int SELECT_TEXT_END;
int SELECT_WINDOW_START;
int SELECT_WINDOW_END;
int CUT;
int COPY;
int PASTE;
int DELETE_PREVIOUS;
int DELETE_NEXT;
int DELETE_WORD_PREVIOUS;
int DELETE_WORD_NEXT;
int TOGGLE_OVERWRITE;
}
This class provides access to the public constants provided by <code>StyledText</code>.
@see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>