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 by StyledText
.
-
See Also:
-
Sample code and further information
Constructor Summary
|
ST
()
|
Methods inherited from class java.lang.
Object
|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
|
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.
-
Since:
- 3.2
-
See Also:
-
StyledText.addPaintObjectListener(PaintObjectListener)
,
StyledText.removePaintObjectListener(PaintObjectListener)
,
Bullet
,
Constant Field Values
ST
public ST()
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.