com.raelity.jvi
Interface Constants


public interface Constants


Field Summary
static int ABBREV
           
static int ASKMORE
           
static int BACKWARD
           
static int BASE_STATE_MASK
           
static int BL_FIX
           
static int BL_SOL
           
static int BL_WHITE
           
static char BS
           
static char BS_EOL
           
static char BS_INDENT
           
static char BS_START
           
static int CLEAR
           
static int CMDLINE
           
static int CONFIRM
           
static String CPO_ALL
           
static char CPO_ALTREAD
           
static char CPO_ALTWRITE
           
static char CPO_BAR
           
static char CPO_BSLASH
           
static char CPO_BUFOPT
           
static char CPO_BUFOPTGLOB
           
static char CPO_CW
           
static String CPO_DEFAULT
           
static char CPO_DOLLAR
           
static char CPO_DOTTAG
           
static char CPO_EMPTYREGION
           
static char CPO_ENDOFSENT
           
static char CPO_ESC
           
static char CPO_EXECBUF
           
static char CPO_FILTER
           
static char CPO_FNAMER
           
static char CPO_FNAMEW
           
static char CPO_FWRITE
           
static char CPO_JOINSP
           
static char CPO_KEYCODE
           
static char CPO_KOFFSET
           
static char CPO_LINEOFF
           
static char CPO_LISP
           
static char CPO_LISTWM
           
static char CPO_LITERAL
           
static char CPO_MATCH
           
static char CPO_OVERNEW
           
static char CPO_REDO
           
static char CPO_SEARCH
           
static char CPO_SHOWMATCH
           
static char CPO_SPECI
           
static char CPO_STAR
           
static char CPO_TAGPAT
           
static char CPO_UNDO
           
static char CPO_YANK
           
static char CR
           
static char CSI
           
static char DEL
           
static int DT_FIRST
           
static int DT_HELP
           
static int DT_JUMP
           
static int DT_LAST
           
static int DT_NEXT
           
static int DT_POP
           
static int DT_PREV
           
static int DT_SELECT
           
static int DT_TAG
           
static char ESC
           
static String ESC_STR
           
static int EXTERNCMD
           
static int FAIL
           
static char FF
           
static int FIND_IDENT
           
static int FIND_STRING
           
static int FORWARD
           
static int GETF_ALT
           
static int GETF_SETMARK
           
static int GETF_SWITCH
           
static int HITRETURN
           
static char IM_INS_REP
           
static char IM_SHIFT_LEFT
           
static char IM_SHIFT_LEFT_TO_PAREN
           
static char IM_SHIFT_RIGHT
           
static char IM_SHIFT_RIGHT_TO_PAREN
           
static int INDENT_DEC
           
static int INDENT_INC
           
static int INDENT_SET
           
static int INSERT
           
static int INVERTED
           
static int MAXCOL
           
static int MAXLNUM
           
static int MAXTYPEBUFLEN
           
static int MBLOCK
           
static int MCHAR
           
static int MLINE
           
static int MOD_MASK_ALT
           
static int MOD_MASK_CTRL
           
static int MOD_MASK_META
           
static int MOD_MASK_SHIFT
           
static char NL
           
static String NL_STR
           
static int NORMAL
           
static int NORMAL_BUSY
           
static int NOT_VALID
           
static char NUL
           
static int OK
           
static int OP_APPEND
           
static int OP_CHANGE
           
static int OP_COLON
           
static int OP_DELETE
           
static int OP_FILTER
           
static int OP_FORMAT
           
static int OP_INDENT
           
static int OP_INSERT
           
static int OP_JOIN
           
static int OP_JOIN_NS
           
static int OP_LOWER
           
static int OP_LSHIFT
           
static int OP_NOP
           
static int OP_PENDING
           
static int OP_REPLACE
           
static int OP_ROT13
           
static int OP_RSHIFT
           
static int OP_TILDE
           
static int OP_UPPER
           
static int OP_YANK
           
static int PUT_CURSEND
           
static int PUT_CURSLINE
           
static int PUT_FIXINDENT
           
static int PUT_LINE
           
static int PUT_LINE_FORWARD
           
static int PUT_LINE_SPLIT
           
static int REPLACE
           
static int RET_ERROR
          May be returned by add_new_completion():
static int SEARCH_ECHO
           
static int SEARCH_END
           
static int SEARCH_HIS
           
static int SEARCH_KEEP
           
static int SEARCH_MARK
           
static int SEARCH_MSG
           
static int SEARCH_NFMSG
           
static int SEARCH_NOOF
           
static int SEARCH_OPT
           
static int SEARCH_REV
           
static int SEARCH_START
           
static int SETWSIZE
           
static int SHAPE_BLOCK
           
static int SHAPE_C
           
static int SHAPE_CI
           
static int SHAPE_COUNT
           
static int SHAPE_CR
           
static int SHAPE_HOR
           
static int SHAPE_I
           
static int SHAPE_N
           
static int SHAPE_O
           
static int SHAPE_R
           
static int SHAPE_SM
           
static int SHAPE_V
           
static int SHAPE_VE
           
static int SHAPE_VER
           
static int SHOWCMD_COLS
           
static int SHOWMATCH
           
static char TAB
           
static int VALID
           
static int VALID_BEF_CURSCHAR
           
static int VALID_TO_CURSCHAR
           
static int VISUAL
           
static int VREPLACE
           
 

Field Detail

FORWARD

static final int FORWARD
See Also:
Constant Field Values

BACKWARD

static final int BACKWARD
See Also:
Constant Field Values

RET_ERROR

static final int RET_ERROR
May be returned by add_new_completion():

See Also:
Constant Field Values

MAXLNUM

static final int MAXLNUM
See Also:
Constant Field Values

MAXCOL

static final int MAXCOL
See Also:
Constant Field Values

MAXTYPEBUFLEN

static final int MAXTYPEBUFLEN
See Also:
Constant Field Values

OP_NOP

static final int OP_NOP
See Also:
Constant Field Values

OP_DELETE

static final int OP_DELETE
See Also:
Constant Field Values

OP_YANK

static final int OP_YANK
See Also:
Constant Field Values

OP_CHANGE

static final int OP_CHANGE
See Also:
Constant Field Values

OP_LSHIFT

static final int OP_LSHIFT
See Also:
Constant Field Values

OP_RSHIFT

static final int OP_RSHIFT
See Also:
Constant Field Values

OP_FILTER

static final int OP_FILTER
See Also:
Constant Field Values

OP_TILDE

static final int OP_TILDE
See Also:
Constant Field Values

OP_INDENT

static final int OP_INDENT
See Also:
Constant Field Values

OP_FORMAT

static final int OP_FORMAT
See Also:
Constant Field Values

OP_COLON

static final int OP_COLON
See Also:
Constant Field Values

OP_UPPER

static final int OP_UPPER
See Also:
Constant Field Values

OP_LOWER

static final int OP_LOWER
See Also:
Constant Field Values

OP_JOIN

static final int OP_JOIN
See Also:
Constant Field Values

OP_JOIN_NS

static final int OP_JOIN_NS
See Also:
Constant Field Values

OP_ROT13

static final int OP_ROT13
See Also:
Constant Field Values

OP_REPLACE

static final int OP_REPLACE
See Also:
Constant Field Values

OP_INSERT

static final int OP_INSERT
See Also:
Constant Field Values

OP_APPEND

static final int OP_APPEND
See Also:
Constant Field Values

PUT_FIXINDENT

static final int PUT_FIXINDENT
See Also:
Constant Field Values

PUT_CURSEND

static final int PUT_CURSEND
See Also:
Constant Field Values

PUT_CURSLINE

static final int PUT_CURSLINE
See Also:
Constant Field Values

PUT_LINE

static final int PUT_LINE
See Also:
Constant Field Values

PUT_LINE_SPLIT

static final int PUT_LINE_SPLIT
See Also:
Constant Field Values

PUT_LINE_FORWARD

static final int PUT_LINE_FORWARD
See Also:
Constant Field Values

MCHAR

static final int MCHAR
See Also:
Constant Field Values

MLINE

static final int MLINE
See Also:
Constant Field Values

MBLOCK

static final int MBLOCK
See Also:
Constant Field Values

SHOWCMD_COLS

static final int SHOWCMD_COLS
See Also:
Constant Field Values

BASE_STATE_MASK

static final int BASE_STATE_MASK
See Also:
Constant Field Values

NORMAL

static final int NORMAL
See Also:
Constant Field Values

VISUAL

static final int VISUAL
See Also:
Constant Field Values

OP_PENDING

static final int OP_PENDING
See Also:
Constant Field Values

CMDLINE

static final int CMDLINE
See Also:
Constant Field Values

INSERT

static final int INSERT
See Also:
Constant Field Values

NORMAL_BUSY

static final int NORMAL_BUSY
See Also:
Constant Field Values

REPLACE

static final int REPLACE
See Also:
Constant Field Values

VREPLACE

static final int VREPLACE
See Also:
Constant Field Values

HITRETURN

static final int HITRETURN
See Also:
Constant Field Values

ASKMORE

static final int ASKMORE
See Also:
Constant Field Values

SETWSIZE

static final int SETWSIZE
See Also:
Constant Field Values

ABBREV

static final int ABBREV
See Also:
Constant Field Values

EXTERNCMD

static final int EXTERNCMD
See Also:
Constant Field Values

SHOWMATCH

static final int SHOWMATCH
See Also:
Constant Field Values

CONFIRM

static final int CONFIRM
See Also:
Constant Field Values

GETF_SETMARK

static final int GETF_SETMARK
See Also:
Constant Field Values

GETF_ALT

static final int GETF_ALT
See Also:
Constant Field Values

GETF_SWITCH

static final int GETF_SWITCH
See Also:
Constant Field Values

VALID

static final int VALID
See Also:
Constant Field Values

INVERTED

static final int INVERTED
See Also:
Constant Field Values

VALID_TO_CURSCHAR

static final int VALID_TO_CURSCHAR
See Also:
Constant Field Values

VALID_BEF_CURSCHAR

static final int VALID_BEF_CURSCHAR
See Also:
Constant Field Values

NOT_VALID

static final int NOT_VALID
See Also:
Constant Field Values

CLEAR

static final int CLEAR
See Also:
Constant Field Values

NUL

static final char NUL
See Also:
Constant Field Values

BS

static final char BS
See Also:
Constant Field Values

TAB

static final char TAB
See Also:
Constant Field Values

NL

static final char NL
See Also:
Constant Field Values

NL_STR

static final String NL_STR
See Also:
Constant Field Values

FF

static final char FF
See Also:
Constant Field Values

CR

static final char CR
See Also:
Constant Field Values

ESC

static final char ESC
See Also:
Constant Field Values

ESC_STR

static final String ESC_STR
See Also:
Constant Field Values

DEL

static final char DEL
See Also:
Constant Field Values

CSI

static final char CSI
See Also:
Constant Field Values

MOD_MASK_SHIFT

static final int MOD_MASK_SHIFT
See Also:
Constant Field Values

MOD_MASK_CTRL

static final int MOD_MASK_CTRL
See Also:
Constant Field Values

MOD_MASK_ALT

static final int MOD_MASK_ALT
See Also:
Constant Field Values

MOD_MASK_META

static final int MOD_MASK_META
See Also:
Constant Field Values

INDENT_SET

static final int INDENT_SET
See Also:
Constant Field Values

INDENT_INC

static final int INDENT_INC
See Also:
Constant Field Values

INDENT_DEC

static final int INDENT_DEC
See Also:
Constant Field Values

BL_WHITE

static final int BL_WHITE
See Also:
Constant Field Values

BL_SOL

static final int BL_SOL
See Also:
Constant Field Values

BL_FIX

static final int BL_FIX
See Also:
Constant Field Values

OK

static final int OK
See Also:
Constant Field Values

FAIL

static final int FAIL
See Also:
Constant Field Values

DT_TAG

static final int DT_TAG
See Also:
Constant Field Values

DT_POP

static final int DT_POP
See Also:
Constant Field Values

DT_NEXT

static final int DT_NEXT
See Also:
Constant Field Values

DT_PREV

static final int DT_PREV
See Also:
Constant Field Values

DT_FIRST

static final int DT_FIRST
See Also:
Constant Field Values

DT_LAST

static final int DT_LAST
See Also:
Constant Field Values

DT_SELECT

static final int DT_SELECT
See Also:
Constant Field Values

DT_HELP

static final int DT_HELP
See Also:
Constant Field Values

DT_JUMP

static final int DT_JUMP
See Also:
Constant Field Values

SEARCH_REV

static final int SEARCH_REV
See Also:
Constant Field Values

SEARCH_ECHO

static final int SEARCH_ECHO
See Also:
Constant Field Values

SEARCH_MSG

static final int SEARCH_MSG
See Also:
Constant Field Values

SEARCH_NFMSG

static final int SEARCH_NFMSG
See Also:
Constant Field Values

SEARCH_OPT

static final int SEARCH_OPT
See Also:
Constant Field Values

SEARCH_HIS

static final int SEARCH_HIS
See Also:
Constant Field Values

SEARCH_END

static final int SEARCH_END
See Also:
Constant Field Values

SEARCH_NOOF

static final int SEARCH_NOOF
See Also:
Constant Field Values

SEARCH_START

static final int SEARCH_START
See Also:
Constant Field Values

SEARCH_MARK

static final int SEARCH_MARK
See Also:
Constant Field Values

SEARCH_KEEP

static final int SEARCH_KEEP
See Also:
Constant Field Values

FIND_IDENT

static final int FIND_IDENT
See Also:
Constant Field Values

FIND_STRING

static final int FIND_STRING
See Also:
Constant Field Values

CPO_ALTREAD

static final char CPO_ALTREAD
See Also:
Constant Field Values

CPO_ALTWRITE

static final char CPO_ALTWRITE
See Also:
Constant Field Values

CPO_BAR

static final char CPO_BAR
See Also:
Constant Field Values

CPO_BSLASH

static final char CPO_BSLASH
See Also:
Constant Field Values

CPO_SEARCH

static final char CPO_SEARCH
See Also:
Constant Field Values

CPO_DOTTAG

static final char CPO_DOTTAG
See Also:
Constant Field Values

CPO_EXECBUF

static final char CPO_EXECBUF
See Also:
Constant Field Values

CPO_EMPTYREGION

static final char CPO_EMPTYREGION
See Also:
Constant Field Values

CPO_FNAMER

static final char CPO_FNAMER
See Also:
Constant Field Values

CPO_FNAMEW

static final char CPO_FNAMEW
See Also:
Constant Field Values

CPO_JOINSP

static final char CPO_JOINSP
See Also:
Constant Field Values

CPO_ENDOFSENT

static final char CPO_ENDOFSENT
See Also:
Constant Field Values

CPO_KEYCODE

static final char CPO_KEYCODE
See Also:
Constant Field Values

CPO_KOFFSET

static final char CPO_KOFFSET
See Also:
Constant Field Values

CPO_LITERAL

static final char CPO_LITERAL
See Also:
Constant Field Values

CPO_LISTWM

static final char CPO_LISTWM
See Also:
Constant Field Values

CPO_SHOWMATCH

static final char CPO_SHOWMATCH
See Also:
Constant Field Values

CPO_LINEOFF

static final char CPO_LINEOFF
See Also:
Constant Field Values

CPO_OVERNEW

static final char CPO_OVERNEW
See Also:
Constant Field Values

CPO_LISP

static final char CPO_LISP
See Also:
Constant Field Values

CPO_REDO

static final char CPO_REDO
See Also:
Constant Field Values

CPO_BUFOPT

static final char CPO_BUFOPT
See Also:
Constant Field Values

CPO_BUFOPTGLOB

static final char CPO_BUFOPTGLOB
See Also:
Constant Field Values

CPO_TAGPAT

static final char CPO_TAGPAT
See Also:
Constant Field Values

CPO_UNDO

static final char CPO_UNDO
See Also:
Constant Field Values

CPO_CW

static final char CPO_CW
See Also:
Constant Field Values

CPO_FWRITE

static final char CPO_FWRITE
See Also:
Constant Field Values

CPO_ESC

static final char CPO_ESC
See Also:
Constant Field Values

CPO_YANK

static final char CPO_YANK
See Also:
Constant Field Values

CPO_DOLLAR

static final char CPO_DOLLAR
See Also:
Constant Field Values

CPO_FILTER

static final char CPO_FILTER
See Also:
Constant Field Values

CPO_MATCH

static final char CPO_MATCH
See Also:
Constant Field Values

CPO_STAR

static final char CPO_STAR
See Also:
Constant Field Values

CPO_SPECI

static final char CPO_SPECI
See Also:
Constant Field Values

CPO_DEFAULT

static final String CPO_DEFAULT
See Also:
Constant Field Values

CPO_ALL

static final String CPO_ALL
See Also:
Constant Field Values

BS_INDENT

static final char BS_INDENT
See Also:
Constant Field Values

BS_EOL

static final char BS_EOL
See Also:
Constant Field Values

BS_START

static final char BS_START
See Also:
Constant Field Values

SHAPE_N

static final int SHAPE_N
See Also:
Constant Field Values

SHAPE_V

static final int SHAPE_V
See Also:
Constant Field Values

SHAPE_I

static final int SHAPE_I
See Also:
Constant Field Values

SHAPE_R

static final int SHAPE_R
See Also:
Constant Field Values

SHAPE_C

static final int SHAPE_C
See Also:
Constant Field Values

SHAPE_CI

static final int SHAPE_CI
See Also:
Constant Field Values

SHAPE_CR

static final int SHAPE_CR
See Also:
Constant Field Values

SHAPE_SM

static final int SHAPE_SM
See Also:
Constant Field Values

SHAPE_O

static final int SHAPE_O
See Also:
Constant Field Values

SHAPE_VE

static final int SHAPE_VE
See Also:
Constant Field Values

SHAPE_COUNT

static final int SHAPE_COUNT
See Also:
Constant Field Values

SHAPE_BLOCK

static final int SHAPE_BLOCK
See Also:
Constant Field Values

SHAPE_HOR

static final int SHAPE_HOR
See Also:
Constant Field Values

SHAPE_VER

static final int SHAPE_VER
See Also:
Constant Field Values

IM_SHIFT_RIGHT

static final char IM_SHIFT_RIGHT
See Also:
Constant Field Values

IM_SHIFT_LEFT

static final char IM_SHIFT_LEFT
See Also:
Constant Field Values

IM_SHIFT_RIGHT_TO_PAREN

static final char IM_SHIFT_RIGHT_TO_PAREN
See Also:
Constant Field Values

IM_SHIFT_LEFT_TO_PAREN

static final char IM_SHIFT_LEFT_TO_PAREN
See Also:
Constant Field Values

IM_INS_REP

static final char IM_INS_REP
See Also:
Constant Field Values