SWT LPEX
v3.0.5

com.ibm.lpex.core
Interface LpexConstants

All Known Implementing Classes:
LpexCommonParser

public interface LpexConstants

Editor constants. Most are reserved for use by the editor packages, and differ between LPEX releases.


Field Summary
static String HELP_COMMAND_MAP
          Default map of editor items to HTML panels for the help command.
static String LPEX_VERSION
          LPEX driver specification version.
static String MSG_POPUP_ERRORS
          Key for pop-up menu item text.
static String MSG_POPUP_EXCLUDESELECTION
          Key for pop-up menu item text.
static String MSG_POPUP_FILTERVIEWMENU
          Key for pop-up menu item text.
static String MSG_POPUP_INSERTMENU
          Key for pop-up menu item text.
static String MSG_POPUP_SELECTEDMENU
          Key for pop-up menu item text.
static String MSG_POPUP_SHOWALL
          Key for pop-up menu item text.
static String MSG_POPUP_SOURCEMENU
          Key for pop-up menu item text.
static int PARSE_PENDING_CHANGE_MASK
          Flag indicating the type of change for incremental parse.
static int PARSE_PENDING_INSERT_MASK
           
static int PARSE_PENDING_NEXT_DELETED_MASK
          Flag indicating the type of change for incremental parse.
static int PARSE_PENDING_NEXT_SHOW_DELETED_MASK
          Flag indicating the type of change for incremental parse.
static int PARSE_PENDING_PREV_DELETED_MASK
          Flag indicating the type of change for incremental parse.
static int PARSE_PENDING_PREV_SHOW_DELETED_MASK
          Flag indicating the type of change for incremental parse.
static int PLATFORM_AWT
          AWT LPEX development platform: Java 2 SDK AWT/Swing.
static int PLATFORM_SWT
          SWT LPEX development platform: Eclipse technology SWT.
static String PLATFORM_SWT_KEY
          Infix for editor properties keys specific to SWT LPEX.
static String STATUS_FILE_ERRORREADING
          Internal value for the status parameter.
static String STATUS_FILE_INCORRECTENCODING
          Internal value for the status parameter.
static String STATUS_FILE_NOTFOUND
          Internal value for the status parameter.
static String STATUS_FINDTEXT_INVALIDPATTERN
          Internal value for the status parameter.
static String STATUS_FINDTEXT_NOTFOUND
          Internal value for the status parameter.
static String STATUS_FINDTEXT_ONLYOCCURRENCE
          Internal value for the status parameter.
static String STATUS_FINDTEXT_READONLY
          Internal value for the status parameter.
static String STATUS_FINDTEXT_WRAPPED
          Internal value for the status parameter.
static String STATUS_LOCATE_NOSEQUENCETEXT
          Internal value for the status parameter.
static String STATUS_LOCATE_NOTFOUND
          Internal value for the status parameter.
static String STATUS_LOCATE_WRAPPED
          Internal value for the status parameter.
static String STATUS_SAVE_CANCELLED
          Internal value for the status parameter.
static String STATUS_SAVE_FAILED
          Internal value for the status parameter.
static String STATUS_TEXTLIMIT_ENFORCED
          Internal value for the status parameter.
 

Field Detail

LPEX_VERSION

public static final String LPEX_VERSION
LPEX driver specification version.

See Also:
Constant Field Values

PLATFORM_AWT

public static final int PLATFORM_AWT
AWT LPEX development platform: Java 2 SDK AWT/Swing.

See Also:
Constant Field Values

PLATFORM_SWT

public static final int PLATFORM_SWT
SWT LPEX development platform: Eclipse technology SWT.

See Also:
Constant Field Values

PLATFORM_SWT_KEY

public static final String PLATFORM_SWT_KEY
Infix for editor properties keys specific to SWT LPEX.

See Also:
Constant Field Values

PARSE_PENDING_CHANGE_MASK

public static final int PARSE_PENDING_CHANGE_MASK
Flag indicating the type of change for incremental parse. The element text has changed, or this is a newly-inserted element.

See Also:
LpexView.parsePending(int), Constant Field Values

PARSE_PENDING_NEXT_DELETED_MASK

public static final int PARSE_PENDING_NEXT_DELETED_MASK
Flag indicating the type of change for incremental parse. One or more elements following this element have been deleted.

See Also:
LpexView.parsePending(int), Constant Field Values

PARSE_PENDING_PREV_DELETED_MASK

public static final int PARSE_PENDING_PREV_DELETED_MASK
Flag indicating the type of change for incremental parse. One or more elements before this element have been deleted.

See Also:
LpexView.parsePending(int), Constant Field Values

PARSE_PENDING_NEXT_SHOW_DELETED_MASK

public static final int PARSE_PENDING_NEXT_SHOW_DELETED_MASK
Flag indicating the type of change for incremental parse. One or more show elements following this element have been deleted.

See Also:
LpexView.parsePending(int), Constant Field Values

PARSE_PENDING_PREV_SHOW_DELETED_MASK

public static final int PARSE_PENDING_PREV_SHOW_DELETED_MASK
Flag indicating the type of change for incremental parse. One or more show elements before this element have been deleted.

See Also:
LpexView.parsePending(int), Constant Field Values

PARSE_PENDING_INSERT_MASK

public static final int PARSE_PENDING_INSERT_MASK
See Also:
Constant Field Values

MSG_POPUP_SELECTEDMENU

public static final String MSG_POPUP_SELECTEDMENU
Key for pop-up menu item text.

See Also:
Constant Field Values

MSG_POPUP_EXCLUDESELECTION

public static final String MSG_POPUP_EXCLUDESELECTION
Key for pop-up menu item text.

See Also:
Constant Field Values

MSG_POPUP_SHOWALL

public static final String MSG_POPUP_SHOWALL
Key for pop-up menu item text.

See Also:
Constant Field Values

MSG_POPUP_FILTERVIEWMENU

public static final String MSG_POPUP_FILTERVIEWMENU
Key for pop-up menu item text.

See Also:
Constant Field Values

MSG_POPUP_ERRORS

public static final String MSG_POPUP_ERRORS
Key for pop-up menu item text.

See Also:
Constant Field Values

MSG_POPUP_SOURCEMENU

public static final String MSG_POPUP_SOURCEMENU
Key for pop-up menu item text.

See Also:
Constant Field Values

MSG_POPUP_INSERTMENU

public static final String MSG_POPUP_INSERTMENU
Key for pop-up menu item text.

See Also:
Constant Field Values

STATUS_FINDTEXT_INVALIDPATTERN

public static final String STATUS_FINDTEXT_INVALIDPATTERN
Internal value for the status parameter.

See Also:
Constant Field Values

STATUS_FINDTEXT_NOTFOUND

public static final String STATUS_FINDTEXT_NOTFOUND
Internal value for the status parameter.

See Also:
Constant Field Values

STATUS_FINDTEXT_ONLYOCCURRENCE

public static final String STATUS_FINDTEXT_ONLYOCCURRENCE
Internal value for the status parameter.

See Also:
Constant Field Values

STATUS_FINDTEXT_READONLY

public static final String STATUS_FINDTEXT_READONLY
Internal value for the status parameter.

See Also:
Constant Field Values

STATUS_FINDTEXT_WRAPPED

public static final String STATUS_FINDTEXT_WRAPPED
Internal value for the status parameter.

See Also:
Constant Field Values

STATUS_LOCATE_NOSEQUENCETEXT

public static final String STATUS_LOCATE_NOSEQUENCETEXT
Internal value for the status parameter.

See Also:
Constant Field Values

STATUS_LOCATE_NOTFOUND

public static final String STATUS_LOCATE_NOTFOUND
Internal value for the status parameter.

See Also:
Constant Field Values

STATUS_LOCATE_WRAPPED

public static final String STATUS_LOCATE_WRAPPED
Internal value for the status parameter.

See Also:
Constant Field Values

STATUS_SAVE_CANCELLED

public static final String STATUS_SAVE_CANCELLED
Internal value for the status parameter.

See Also:
Constant Field Values

STATUS_SAVE_FAILED

public static final String STATUS_SAVE_FAILED
Internal value for the status parameter.

See Also:
Constant Field Values

STATUS_FILE_ERRORREADING

public static final String STATUS_FILE_ERRORREADING
Internal value for the status parameter.

See Also:
Constant Field Values

STATUS_FILE_NOTFOUND

public static final String STATUS_FILE_NOTFOUND
Internal value for the status parameter.

See Also:
Constant Field Values

STATUS_FILE_INCORRECTENCODING

public static final String STATUS_FILE_INCORRECTENCODING
Internal value for the status parameter.

See Also:
Constant Field Values

STATUS_TEXTLIMIT_ENFORCED

public static final String STATUS_TEXTLIMIT_ENFORCED
Internal value for the status parameter.

See Also:
Constant Field Values

HELP_COMMAND_MAP

public static final String HELP_COMMAND_MAP
Default map of editor items to HTML panels for the help command.

See Also:
Constant Field Values

SWT LPEX
v3.0.5

(C) Copyright IBM Corporation 1998, 2005.  All Rights Reserved.