gate
Interface GateConstants

All Known Implementing Classes:
Gate, Javac

public interface GateConstants

Interface used to hold different GATE constants


Field Summary
static String ABOUT_URL_JAVA_PROPERTY_NAME
          Property to set help about box from command line
static String ANNOT_TYPE_TO_EXPORT
          Property to set slug annotation types for export Inline
static String APP_ICON_JAVA_PROPERTY_NAME
          Property to set icon of application from command line
static String APP_SPLASH_JAVA_PROPERTY_NAME
          Property to set splash of application from command line
static String APPLICATION_JAVA_PROPERTY_NAME
          Property to set slug application from command line
static String CORPUS_INDEX_DEFINITION_FEATURE_KEY
          The key for the feature keeping the IndexDefinition
static String CORPUS_INDEX_STATISTICS_FEATURE_KEY
          The key for the feature keeping the IndexStatistics
static String DOCUMENT_ADD_SPACE_ON_UNPACK_FEATURE_NAME
           
static String DOCUMENT_NEW_LINE_TYPE
          Property for document new line type.
static String DOCUMENT_REPOSITIONING_INFO_FEATURE_NAME
          The key for the feature keeping the repositioning information between original and displayed content of the document
static String GATE_CONFIG_PROPERTY
          The name of the site config property (gate.config).
static String GATE_DOT_SER
          The name of session state data files (gate.session).
static String GATE_DOT_XML
          The name of config data files (gate.xml).
static String LOOK_AND_FEEL
          The look and feel option name
static String MAIN_FRAME_HEIGHT
          The key for the main window height
static String MAIN_FRAME_WIDTH
          The key for the main window width
static String MENUS_FONT
          The key for the font used for menus
static String ORIGINAL_DOCUMENT_CONTENT_FEATURE_NAME
          The key for the feature keeping the original content of the document
static String ORIGINAL_MARKUPS_ANNOT_SET_NAME
          The name of the annotation set storing original markups in a document
static String OTHER_COMPONENTS_FONT
          The key for the font used for other GUI components
static String SAVE_FEATURES_WHEN_PRESERVING_FORMAT
          The key for saving the features when preserving format
static String SAVE_OPTIONS_ON_EXIT
          The key for the save options on exit value
static String SAVE_SESSION_ON_EXIT
          The key for the save session on exit value
static String TEXT_COMPONENTS_FONT
          The key for the font used for text components
static String THROWEX_FORMAT_PROPERTY_NAME
          Document property to set throw of exception on parsing format error
static String TITLE_JAVA_PROPERTY_NAME
          Property to set title of application from command line
static String WORDNET_CONFIG_FILE
          The key for the WordNet config file
 

Field Detail

GATE_DOT_XML

public static final String GATE_DOT_XML
The name of config data files (gate.xml).

See Also:
Constant Field Values

GATE_DOT_SER

public static final String GATE_DOT_SER
The name of session state data files (gate.session).

See Also:
Constant Field Values

GATE_CONFIG_PROPERTY

public static final String GATE_CONFIG_PROPERTY
The name of the site config property (gate.config).

See Also:
Constant Field Values

ORIGINAL_MARKUPS_ANNOT_SET_NAME

public static final String ORIGINAL_MARKUPS_ANNOT_SET_NAME
The name of the annotation set storing original markups in a document

See Also:
Constant Field Values

LOOK_AND_FEEL

public static final String LOOK_AND_FEEL
The look and feel option name

See Also:
Constant Field Values

TEXT_COMPONENTS_FONT

public static final String TEXT_COMPONENTS_FONT
The key for the font used for text components

See Also:
Constant Field Values

MENUS_FONT

public static final String MENUS_FONT
The key for the font used for menus

See Also:
Constant Field Values

OTHER_COMPONENTS_FONT

public static final String OTHER_COMPONENTS_FONT
The key for the font used for other GUI components

See Also:
Constant Field Values

MAIN_FRAME_WIDTH

public static final String MAIN_FRAME_WIDTH
The key for the main window width

See Also:
Constant Field Values

MAIN_FRAME_HEIGHT

public static final String MAIN_FRAME_HEIGHT
The key for the main window height

See Also:
Constant Field Values

SAVE_OPTIONS_ON_EXIT

public static final String SAVE_OPTIONS_ON_EXIT
The key for the save options on exit value

See Also:
Constant Field Values

SAVE_SESSION_ON_EXIT

public static final String SAVE_SESSION_ON_EXIT
The key for the save session on exit value

See Also:
Constant Field Values

SAVE_FEATURES_WHEN_PRESERVING_FORMAT

public static final String SAVE_FEATURES_WHEN_PRESERVING_FORMAT
The key for saving the features when preserving format

See Also:
Constant Field Values

ORIGINAL_DOCUMENT_CONTENT_FEATURE_NAME

public static final String ORIGINAL_DOCUMENT_CONTENT_FEATURE_NAME
The key for the feature keeping the original content of the document

See Also:
Constant Field Values

DOCUMENT_REPOSITIONING_INFO_FEATURE_NAME

public static final String DOCUMENT_REPOSITIONING_INFO_FEATURE_NAME
The key for the feature keeping the repositioning information between original and displayed content of the document

See Also:
Constant Field Values

DOCUMENT_ADD_SPACE_ON_UNPACK_FEATURE_NAME

public static final String DOCUMENT_ADD_SPACE_ON_UNPACK_FEATURE_NAME
See Also:
Constant Field Values

TITLE_JAVA_PROPERTY_NAME

public static final String TITLE_JAVA_PROPERTY_NAME
Property to set title of application from command line

See Also:
Constant Field Values

APP_ICON_JAVA_PROPERTY_NAME

public static final String APP_ICON_JAVA_PROPERTY_NAME
Property to set icon of application from command line

See Also:
Constant Field Values

APP_SPLASH_JAVA_PROPERTY_NAME

public static final String APP_SPLASH_JAVA_PROPERTY_NAME
Property to set splash of application from command line

See Also:
Constant Field Values

ABOUT_URL_JAVA_PROPERTY_NAME

public static final String ABOUT_URL_JAVA_PROPERTY_NAME
Property to set help about box from command line

See Also:
Constant Field Values

APPLICATION_JAVA_PROPERTY_NAME

public static final String APPLICATION_JAVA_PROPERTY_NAME
Property to set slug application from command line

See Also:
Constant Field Values

ANNOT_TYPE_TO_EXPORT

public static final String ANNOT_TYPE_TO_EXPORT
Property to set slug annotation types for export Inline

See Also:
Constant Field Values

CORPUS_INDEX_DEFINITION_FEATURE_KEY

public static final String CORPUS_INDEX_DEFINITION_FEATURE_KEY
The key for the feature keeping the IndexDefinition

See Also:
Constant Field Values

CORPUS_INDEX_STATISTICS_FEATURE_KEY

public static final String CORPUS_INDEX_STATISTICS_FEATURE_KEY
The key for the feature keeping the IndexStatistics

See Also:
Constant Field Values

THROWEX_FORMAT_PROPERTY_NAME

public static final String THROWEX_FORMAT_PROPERTY_NAME
Document property to set throw of exception on parsing format error

See Also:
Constant Field Values

WORDNET_CONFIG_FILE

public static final String WORDNET_CONFIG_FILE
The key for the WordNet config file

See Also:
Constant Field Values

DOCUMENT_NEW_LINE_TYPE

public static final String DOCUMENT_NEW_LINE_TYPE
Property for document new line type. Values {"CR", "LF", "CRLF", "LFCR"}

See Also:
Constant Field Values