public class ST extends Object
StyledText
.Modifier and Type | Field and Description |
---|---|
static int |
BULLET_CUSTOM
Bullet style custom draw.
|
static int |
BULLET_DOT
Bullet style dot.
|
static int |
BULLET_LETTER_LOWER
Bullet style lower case letter.
|
static int |
BULLET_LETTER_UPPER
Bullet style upper case letter.
|
static int |
BULLET_NUMBER
Bullet style number.
|
static int |
BULLET_TEXT
Bullet style text.
|
static int |
COLUMN_NEXT |
static int |
COLUMN_PREVIOUS |
static int |
COPY |
static int |
CUT |
static int |
DELETE_NEXT |
static int |
DELETE_PREVIOUS |
static int |
DELETE_WORD_NEXT |
static int |
DELETE_WORD_PREVIOUS |
static int |
LINE_DOWN |
static int |
LINE_END |
static int |
LINE_START |
static int |
LINE_UP |
static int |
PAGE_DOWN |
static int |
PAGE_UP |
static int |
PASTE |
static int |
SELECT_ALL |
static int |
SELECT_COLUMN_NEXT |
static int |
SELECT_COLUMN_PREVIOUS |
static int |
SELECT_LINE_DOWN |
static int |
SELECT_LINE_END |
static int |
SELECT_LINE_START |
static int |
SELECT_LINE_UP |
static int |
SELECT_PAGE_DOWN |
static int |
SELECT_PAGE_UP |
static int |
SELECT_TEXT_END |
static int |
SELECT_TEXT_START |
static int |
SELECT_WINDOW_END |
static int |
SELECT_WINDOW_START |
static int |
SELECT_WORD_NEXT |
static int |
SELECT_WORD_PREVIOUS |
static int |
TEXT_END |
static int |
TEXT_START |
static int |
TOGGLE_OVERWRITE |
static int |
WINDOW_END |
static int |
WINDOW_START |
static int |
WORD_NEXT |
static int |
WORD_PREVIOUS |
Constructor and Description |
---|
ST() |
public static final int LINE_UP
public static final int LINE_DOWN
public static final int LINE_START
public static final int LINE_END
public static final int COLUMN_PREVIOUS
public static final int COLUMN_NEXT
public static final int PAGE_UP
public static final int PAGE_DOWN
public static final int WORD_PREVIOUS
public static final int WORD_NEXT
public static final int TEXT_START
public static final int TEXT_END
public static final int WINDOW_START
public static final int WINDOW_END
public static final int SELECT_ALL
public static final int SELECT_LINE_UP
public static final int SELECT_LINE_DOWN
public static final int SELECT_LINE_START
public static final int SELECT_LINE_END
public static final int SELECT_COLUMN_PREVIOUS
public static final int SELECT_COLUMN_NEXT
public static final int SELECT_PAGE_UP
public static final int SELECT_PAGE_DOWN
public static final int SELECT_WORD_PREVIOUS
public static final int SELECT_WORD_NEXT
public static final int SELECT_TEXT_START
public static final int SELECT_TEXT_END
public static final int SELECT_WINDOW_START
public static final int SELECT_WINDOW_END
public static final int CUT
public static final int COPY
public static final int PASTE
public static final int DELETE_PREVIOUS
public static final int DELETE_NEXT
public static final int DELETE_WORD_PREVIOUS
public static final int DELETE_WORD_NEXT
public static final int TOGGLE_OVERWRITE
public static final int BULLET_DOT
Bullet
,
Constant Field Valuespublic static final int BULLET_NUMBER
Bullet
,
Constant Field Valuespublic static final int BULLET_LETTER_LOWER
Bullet
,
Constant Field Valuespublic static final int BULLET_LETTER_UPPER
Bullet
,
Constant Field Valuespublic static final int BULLET_TEXT
Bullet
,
Constant Field Valuespublic static final int BULLET_CUSTOM
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.