Package org.eclipse.swt.custom
Class ST
- java.lang.Object
-
- org.eclipse.swt.custom.ST
-
public class ST extends Object
This class provides access to the public constants provided byStyledText.- See Also:
- Sample code and further information
-
-
Field Summary
Fields Modifier and Type Field Description static intBULLET_CUSTOMBullet style custom draw.static intBULLET_DOTBullet style dot.static intBULLET_LETTER_LOWERBullet style lower case letter.static intBULLET_LETTER_UPPERBullet style upper case letter.static intBULLET_NUMBERBullet style number.static intBULLET_TEXTBullet style text.static intCaretMovedThe CaretMoved event type (value is 3011).static intCOLUMN_NEXTstatic intCOLUMN_PREVIOUSstatic intCOPYstatic intCUTstatic intDELETE_NEXTstatic intDELETE_PREVIOUSstatic intDELETE_WORD_NEXTstatic intDELETE_WORD_PREVIOUSstatic intExtendedModifyThe ExtendedModify event type (value is 3000).static intLINE_DOWNstatic intLINE_ENDstatic intLINE_STARTstatic intLINE_UPstatic intLineGetBackgroundThe LineGetBackground event type (value is 3001).static intLineGetSegmentsThe LineGetSegments event type (value is 3007).static intLineGetStyleThe LineGetStyle event type (value is 3002).static intPAGE_DOWNstatic intPAGE_UPstatic intPaintObjectThe PaintObject event type (value is 3008).static intPASTEstatic intSELECT_ALLstatic intSELECT_COLUMN_NEXTstatic intSELECT_COLUMN_PREVIOUSstatic intSELECT_LINE_DOWNstatic intSELECT_LINE_ENDstatic intSELECT_LINE_STARTstatic intSELECT_LINE_UPstatic intSELECT_PAGE_DOWNstatic intSELECT_PAGE_UPstatic intSELECT_TEXT_ENDstatic intSELECT_TEXT_STARTstatic intSELECT_WINDOW_ENDstatic intSELECT_WINDOW_STARTstatic intSELECT_WORD_NEXTstatic intSELECT_WORD_PREVIOUSstatic intTEXT_ENDstatic intTEXT_STARTstatic intTextChangedThe TextChanged event type (value is 3006).static intTextChangingThe TextChanging event type (value is 3003).static intTextSetThe TextSet event type (value is 3004).static intTOGGLE_BLOCKSELECTIONTEMPORARY CODE - API SUBJECT TO CHANGE Toggle block selection modestatic intTOGGLE_OVERWRITEstatic intVerifyKeyThe VerifyKey event type (value is 3005).static intWINDOW_ENDstatic intWINDOW_STARTstatic intWORD_NEXTstatic intWORD_PREVIOUSstatic intWordNextThe WordNext event type (value is 3009).static intWordPreviousThe WordPrevious event type (value is 3010).
-
Constructor Summary
Constructors Constructor Description ST()
-
-
-
Field Detail
-
LINE_UP
public static final int LINE_UP
- See Also:
- Constant Field Values
-
LINE_DOWN
public static final int LINE_DOWN
- See Also:
- Constant Field Values
-
LINE_START
public static final int LINE_START
- See Also:
- Constant Field Values
-
LINE_END
public static final int LINE_END
- See Also:
- Constant Field Values
-
COLUMN_PREVIOUS
public static final int COLUMN_PREVIOUS
- See Also:
- Constant Field Values
-
COLUMN_NEXT
public static final int COLUMN_NEXT
- See Also:
- Constant Field Values
-
PAGE_UP
public static final int PAGE_UP
- See Also:
- Constant Field Values
-
PAGE_DOWN
public static final int PAGE_DOWN
- See Also:
- Constant Field Values
-
WORD_PREVIOUS
public static final int WORD_PREVIOUS
- See Also:
- Constant Field Values
-
WORD_NEXT
public static final int WORD_NEXT
- See Also:
- Constant Field Values
-
TEXT_START
public static final int TEXT_START
- See Also:
- Constant Field Values
-
TEXT_END
public static final int TEXT_END
- See Also:
- Constant Field Values
-
WINDOW_START
public static final int WINDOW_START
- See Also:
- Constant Field Values
-
WINDOW_END
public static final int WINDOW_END
- See Also:
- Constant Field Values
-
SELECT_ALL
public static final int SELECT_ALL
- See Also:
- Constant Field Values
-
SELECT_LINE_UP
public static final int SELECT_LINE_UP
- See Also:
- Constant Field Values
-
SELECT_LINE_DOWN
public static final int SELECT_LINE_DOWN
- See Also:
- Constant Field Values
-
SELECT_LINE_START
public static final int SELECT_LINE_START
- See Also:
- Constant Field Values
-
SELECT_LINE_END
public static final int SELECT_LINE_END
- See Also:
- Constant Field Values
-
SELECT_COLUMN_PREVIOUS
public static final int SELECT_COLUMN_PREVIOUS
- See Also:
- Constant Field Values
-
SELECT_COLUMN_NEXT
public static final int SELECT_COLUMN_NEXT
- See Also:
- Constant Field Values
-
SELECT_PAGE_UP
public static final int SELECT_PAGE_UP
- See Also:
- Constant Field Values
-
SELECT_PAGE_DOWN
public static final int SELECT_PAGE_DOWN
- See Also:
- Constant Field Values
-
SELECT_WORD_PREVIOUS
public static final int SELECT_WORD_PREVIOUS
- See Also:
- Constant Field Values
-
SELECT_WORD_NEXT
public static final int SELECT_WORD_NEXT
- See Also:
- Constant Field Values
-
SELECT_TEXT_START
public static final int SELECT_TEXT_START
- See Also:
- Constant Field Values
-
SELECT_TEXT_END
public static final int SELECT_TEXT_END
- See Also:
- Constant Field Values
-
SELECT_WINDOW_START
public static final int SELECT_WINDOW_START
- See Also:
- Constant Field Values
-
SELECT_WINDOW_END
public static final int SELECT_WINDOW_END
- See Also:
- Constant Field Values
-
CUT
public static final int CUT
- See Also:
- Constant Field Values
-
COPY
public static final int COPY
- See Also:
- Constant Field Values
-
PASTE
public static final int PASTE
- See Also:
- Constant Field Values
-
DELETE_PREVIOUS
public static final int DELETE_PREVIOUS
- See Also:
- Constant Field Values
-
DELETE_NEXT
public static final int DELETE_NEXT
- See Also:
- Constant Field Values
-
DELETE_WORD_PREVIOUS
public static final int DELETE_WORD_PREVIOUS
- See Also:
- Constant Field Values
-
DELETE_WORD_NEXT
public static final int DELETE_WORD_NEXT
- See Also:
- Constant Field Values
-
TOGGLE_OVERWRITE
public static final int TOGGLE_OVERWRITE
- See Also:
- Constant Field Values
-
TOGGLE_BLOCKSELECTION
public static final int TOGGLE_BLOCKSELECTION
TEMPORARY CODE - API SUBJECT TO CHANGE Toggle block selection mode- Since:
- 3.5
- See Also:
- Constant Field Values
-
BULLET_DOT
public static final int BULLET_DOT
Bullet style dot.- Since:
- 3.2
- See Also:
Bullet, Constant Field Values
-
BULLET_NUMBER
public static final int BULLET_NUMBER
Bullet style number.- Since:
- 3.2
- See Also:
Bullet, Constant Field Values
-
BULLET_LETTER_LOWER
public static final int BULLET_LETTER_LOWER
Bullet style lower case letter.- Since:
- 3.2
- See Also:
Bullet, Constant Field Values
-
BULLET_LETTER_UPPER
public static final int BULLET_LETTER_UPPER
Bullet style upper case letter.- Since:
- 3.2
- See Also:
Bullet, Constant Field Values
-
BULLET_TEXT
public static final int BULLET_TEXT
Bullet style text.- Since:
- 3.2
- See Also:
Bullet, Constant Field Values
-
BULLET_CUSTOM
public static final int BULLET_CUSTOM
Bullet style custom draw.
-
ExtendedModify
public static final int ExtendedModify
The ExtendedModify event type (value is 3000).- Since:
- 3.8
- See Also:
- Constant Field Values
-
LineGetBackground
public static final int LineGetBackground
The LineGetBackground event type (value is 3001).- Since:
- 3.8
- See Also:
- Constant Field Values
-
LineGetStyle
public static final int LineGetStyle
The LineGetStyle event type (value is 3002).- Since:
- 3.8
- See Also:
- Constant Field Values
-
TextChanging
public static final int TextChanging
The TextChanging event type (value is 3003).- Since:
- 3.8
- See Also:
- Constant Field Values
-
TextSet
public static final int TextSet
The TextSet event type (value is 3004).- Since:
- 3.8
- See Also:
- Constant Field Values
-
VerifyKey
public static final int VerifyKey
The VerifyKey event type (value is 3005).- Since:
- 3.8
- See Also:
- Constant Field Values
-
TextChanged
public static final int TextChanged
The TextChanged event type (value is 3006).- Since:
- 3.8
- See Also:
- Constant Field Values
-
LineGetSegments
public static final int LineGetSegments
The LineGetSegments event type (value is 3007).- Since:
- 3.8
- See Also:
- Constant Field Values
-
PaintObject
public static final int PaintObject
The PaintObject event type (value is 3008).- Since:
- 3.8
- See Also:
- Constant Field Values
-
WordNext
public static final int WordNext
The WordNext event type (value is 3009).- Since:
- 3.8
- See Also:
- Constant Field Values
-
WordPrevious
public static final int WordPrevious
The WordPrevious event type (value is 3010).- Since:
- 3.8
- See Also:
- Constant Field Values
-
CaretMoved
public static final int CaretMoved
The CaretMoved event type (value is 3011).- Since:
- 3.8
- See Also:
- Constant Field Values
-
-