ST

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>

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;
}

Members

Static variables

BULLET_CUSTOM
int BULLET_CUSTOM;

Bullet style custom draw.

BULLET_DOT
int BULLET_DOT;

Bullet style dot.

BULLET_LETTER_LOWER
int BULLET_LETTER_LOWER;

Bullet style lower case letter.

BULLET_LETTER_UPPER
int BULLET_LETTER_UPPER;

Bullet style upper case letter.

BULLET_NUMBER
int BULLET_NUMBER;

Bullet style number.

BULLET_TEXT
int BULLET_TEXT;

Bullet style text.

Meta