Package org.eclipse.swt.custom
Class ST
java.lang.Object
org.eclipse.swt.custom.ST
This class provides access to the public constants provided by
StyledText
.- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Bullet style custom draw.static final int
Bullet style dot.static final int
Bullet style lower case letter.static final int
Bullet style upper case letter.static final int
Bullet style number.static final int
Bullet style text.static final int
The CaretMoved event type (value is 3011).static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
The ExtendedModify event type (value is 3000).static final int
static final int
static final int
static final int
static final int
The LineGetBackground event type (value is 3001).static final int
The LineGetSegments event type (value is 3007).static final int
The LineGetStyle event type (value is 3002).static final int
static final int
static final int
The PaintObject event type (value is 3008).static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
The TextChanged event type (value is 3006).static final int
The TextChanging event type (value is 3003).static final int
The TextSet event type (value is 3004).static final int
TEMPORARY CODE - API SUBJECT TO CHANGE Toggle block selection modestatic final int
static final int
The VerifyKey event type (value is 3005).static final int
static final int
static final int
static final int
static final int
The WordNext event type (value is 3009).static final int
The WordPrevious event type (value is 3010). -
Constructor Summary
-
Method Summary
-
Field Details
-
LINE_UP
public static final int LINE_UP- See Also:
-
LINE_DOWN
public static final int LINE_DOWN- See Also:
-
LINE_START
public static final int LINE_START- See Also:
-
LINE_END
public static final int LINE_END- See Also:
-
COLUMN_PREVIOUS
public static final int COLUMN_PREVIOUS- See Also:
-
COLUMN_NEXT
public static final int COLUMN_NEXT- See Also:
-
PAGE_UP
public static final int PAGE_UP- See Also:
-
PAGE_DOWN
public static final int PAGE_DOWN- See Also:
-
WORD_PREVIOUS
public static final int WORD_PREVIOUS- See Also:
-
WORD_NEXT
public static final int WORD_NEXT- See Also:
-
TEXT_START
public static final int TEXT_START- See Also:
-
TEXT_END
public static final int TEXT_END- See Also:
-
WINDOW_START
public static final int WINDOW_START- See Also:
-
WINDOW_END
public static final int WINDOW_END- See Also:
-
SELECT_ALL
public static final int SELECT_ALL- See Also:
-
SELECT_LINE_UP
public static final int SELECT_LINE_UP- See Also:
-
SELECT_LINE_DOWN
public static final int SELECT_LINE_DOWN- See Also:
-
SELECT_LINE_START
public static final int SELECT_LINE_START- See Also:
-
SELECT_LINE_END
public static final int SELECT_LINE_END- See Also:
-
SELECT_COLUMN_PREVIOUS
public static final int SELECT_COLUMN_PREVIOUS- See Also:
-
SELECT_COLUMN_NEXT
public static final int SELECT_COLUMN_NEXT- See Also:
-
SELECT_PAGE_UP
public static final int SELECT_PAGE_UP- See Also:
-
SELECT_PAGE_DOWN
public static final int SELECT_PAGE_DOWN- See Also:
-
SELECT_WORD_PREVIOUS
public static final int SELECT_WORD_PREVIOUS- See Also:
-
SELECT_WORD_NEXT
public static final int SELECT_WORD_NEXT- See Also:
-
SELECT_TEXT_START
public static final int SELECT_TEXT_START- See Also:
-
SELECT_TEXT_END
public static final int SELECT_TEXT_END- See Also:
-
SELECT_WINDOW_START
public static final int SELECT_WINDOW_START- See Also:
-
SELECT_WINDOW_END
public static final int SELECT_WINDOW_END- See Also:
-
CUT
public static final int CUT- See Also:
-
COPY
public static final int COPY- See Also:
-
PASTE
public static final int PASTE- See Also:
-
DELETE_PREVIOUS
public static final int DELETE_PREVIOUS- See Also:
-
DELETE_NEXT
public static final int DELETE_NEXT- See Also:
-
DELETE_WORD_PREVIOUS
public static final int DELETE_WORD_PREVIOUS- See Also:
-
DELETE_WORD_NEXT
public static final int DELETE_WORD_NEXT- See Also:
-
TOGGLE_OVERWRITE
public static final int TOGGLE_OVERWRITE- See Also:
-
TOGGLE_BLOCKSELECTION
public static final int TOGGLE_BLOCKSELECTIONTEMPORARY CODE - API SUBJECT TO CHANGE Toggle block selection mode- Since:
- 3.5
- See Also:
-
BULLET_DOT
public static final int BULLET_DOTBullet style dot.- Since:
- 3.2
- See Also:
-
BULLET_NUMBER
public static final int BULLET_NUMBERBullet style number.- Since:
- 3.2
- See Also:
-
BULLET_LETTER_LOWER
public static final int BULLET_LETTER_LOWERBullet style lower case letter.- Since:
- 3.2
- See Also:
-
BULLET_LETTER_UPPER
public static final int BULLET_LETTER_UPPERBullet style upper case letter.- Since:
- 3.2
- See Also:
-
BULLET_TEXT
public static final int BULLET_TEXTBullet style text.- Since:
- 3.2
- See Also:
-
BULLET_CUSTOM
public static final int BULLET_CUSTOMBullet style custom draw. -
ExtendedModify
public static final int ExtendedModifyThe ExtendedModify event type (value is 3000).- Since:
- 3.8
- See Also:
-
LineGetBackground
public static final int LineGetBackgroundThe LineGetBackground event type (value is 3001).- Since:
- 3.8
- See Also:
-
LineGetStyle
public static final int LineGetStyleThe LineGetStyle event type (value is 3002).- Since:
- 3.8
- See Also:
-
TextChanging
public static final int TextChangingThe TextChanging event type (value is 3003).- Since:
- 3.8
- See Also:
-
TextSet
public static final int TextSetThe TextSet event type (value is 3004).- Since:
- 3.8
- See Also:
-
VerifyKey
public static final int VerifyKeyThe VerifyKey event type (value is 3005).- Since:
- 3.8
- See Also:
-
TextChanged
public static final int TextChangedThe TextChanged event type (value is 3006).- Since:
- 3.8
- See Also:
-
LineGetSegments
public static final int LineGetSegmentsThe LineGetSegments event type (value is 3007).- Since:
- 3.8
- See Also:
-
PaintObject
public static final int PaintObjectThe PaintObject event type (value is 3008).- Since:
- 3.8
- See Also:
-
WordNext
public static final int WordNextThe WordNext event type (value is 3009).- Since:
- 3.8
- See Also:
-
WordPrevious
public static final int WordPreviousThe WordPrevious event type (value is 3010).- Since:
- 3.8
- See Also:
-
CaretMoved
public static final int CaretMovedThe CaretMoved event type (value is 3011).- Since:
- 3.8
- See Also:
-
-
Constructor Details
-
ST
public ST()
-