gate
Interface GateConstants

All Known Implementing Classes:
Gate

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_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).

GATE_DOT_SER

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

GATE_CONFIG_PROPERTY

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

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

LOOK_AND_FEEL

public static final String LOOK_AND_FEEL
The look and feel option name

TEXT_COMPONENTS_FONT

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

MENUS_FONT

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

OTHER_COMPONENTS_FONT

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

MAIN_FRAME_WIDTH

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

MAIN_FRAME_HEIGHT

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

SAVE_OPTIONS_ON_EXIT

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

SAVE_SESSION_ON_EXIT

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

SAVE_FEATURES_WHEN_PRESERVING_FORMAT

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

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

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

TITLE_JAVA_PROPERTY_NAME

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

APP_ICON_JAVA_PROPERTY_NAME

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

APP_SPLASH_JAVA_PROPERTY_NAME

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

ABOUT_URL_JAVA_PROPERTY_NAME

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

APPLICATION_JAVA_PROPERTY_NAME

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

ANNOT_TYPE_TO_EXPORT

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

CORPUS_INDEX_DEFINITION_FEATURE_KEY

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

CORPUS_INDEX_STATISTICS_FEATURE_KEY

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

THROWEX_FORMAT_PROPERTY_NAME

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

WORDNET_CONFIG_FILE

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

DOCUMENT_NEW_LINE_TYPE

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