public class ST
extends java.lang.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 |
CaretMoved
The CaretMoved event type (value is 3011).
|
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 |
ExtendedModify
The ExtendedModify event type (value is 3000).
|
static int |
LINE_DOWN |
static int |
LINE_END |
static int |
LINE_START |
static int |
LINE_UP |
static int |
LineGetBackground
The LineGetBackground event type (value is 3001).
|
static int |
LineGetSegments
The LineGetSegments event type (value is 3007).
|
static int |
LineGetStyle
The LineGetStyle event type (value is 3002).
|
static int |
PAGE_DOWN |
static int |
PAGE_UP |
static int |
PaintObject
The PaintObject event type (value is 3008).
|
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 |
TextChanged
The TextChanged event type (value is 3006).
|
static int |
TextChanging
The TextChanging event type (value is 3003).
|
static int |
TextSet
The TextSet event type (value is 3004).
|
static int |
TOGGLE_BLOCKSELECTION
TEMPORARY CODE - API SUBJECT TO CHANGE
Toggle block selection mode
|
static int |
TOGGLE_OVERWRITE |
static int |
VerifyKey
The VerifyKey event type (value is 3005).
|
static int |
WINDOW_END |
static int |
WINDOW_START |
static int |
WORD_NEXT |
static int |
WORD_PREVIOUS |
static int |
WordNext
The WordNext event type (value is 3009).
|
static int |
WordPrevious
The WordPrevious event type (value is 3010).
|
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 TOGGLE_BLOCKSELECTION
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
public static final int ExtendedModify
public static final int LineGetBackground
public static final int LineGetStyle
public static final int TextChanging
public static final int TextSet
public static final int VerifyKey
public static final int TextChanged
public static final int LineGetSegments
public static final int PaintObject
public static final int WordNext
public static final int WordPrevious
public static final int CaretMoved