GATE
Version 3.1-2270

gate
Interface GateConstants

All Known Implementing Classes:
Eclipse, Gate, Javac, PluginManagerUI, Sun

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 AUTOLOAD_PLUGIN_PATH_KEY
          The key for the autoload plugins path option in the GATE config map
static String AUTOLOAD_PLUGIN_PATH_PROPERTY_NAME
          The name for the autoload plugins path system property
static String COMPILER_TYPE_KEY
          The key for the gate.xml option to specify a compiler type to use to build the Java files compiled from JAPE grammars.
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 DOCEDIT_INSERT_APPEND
          The key used for document editor inser behaviour
static String DOCEDIT_INSERT_PREPEND
          The key used for document editor inser behaviour
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 GATE_HOME_PROPERTY_NAME
          The name of the GATE home system property
static String GATE_SITE_CONFIG_PROPERTY_NAME
          The name of the GATE site config system property
static String GATE_USER_CONFIG_PROPERTY_NAME
          The name of the GATE user config system property
static String KNOWN_PLUGIN_PATH_KEY
          The key for the known plugins path option in the GATE config map
static String LAST_FILECHOOSER_LOCATION
          The option name for the last filechooser location.
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 PLUGINS
          The name of the installed plug-ins directory
static String PLUGINS_HOME_PROPERTY_NAME
          The name of the GATE plugins home system property
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 SITE_CONFIG_PROPERTY_NAME
          The name of the GATE site config system property
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 USER_CONFIG_PROPERTY_NAME
          The name of the GATE user config system property
static String WORDNET_CONFIG_FILE
          The key for the WordNet config file
 

Field Detail

GATE_DOT_XML

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

See Also:
Constant Field Values

PLUGINS

static final String PLUGINS
The name of the installed plug-ins directory

See Also:
Constant Field Values

GATE_DOT_SER

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

See Also:
Constant Field Values

GATE_CONFIG_PROPERTY

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

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

LAST_FILECHOOSER_LOCATION

static final String LAST_FILECHOOSER_LOCATION
The option name for the last filechooser location.

See Also:
Constant Field Values

LOOK_AND_FEEL

static final String LOOK_AND_FEEL
The look and feel option name

See Also:
Constant Field Values

TEXT_COMPONENTS_FONT

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

See Also:
Constant Field Values

MENUS_FONT

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

See Also:
Constant Field Values

OTHER_COMPONENTS_FONT

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

See Also:
Constant Field Values

MAIN_FRAME_WIDTH

static final String MAIN_FRAME_WIDTH
The key for the main window width

See Also:
Constant Field Values

MAIN_FRAME_HEIGHT

static final String MAIN_FRAME_HEIGHT
The key for the main window height

See Also:
Constant Field Values

SAVE_OPTIONS_ON_EXIT

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

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

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

See Also:
Constant Field Values

KNOWN_PLUGIN_PATH_KEY

static final String KNOWN_PLUGIN_PATH_KEY
The key for the known plugins path option in the GATE config map

See Also:
Constant Field Values

AUTOLOAD_PLUGIN_PATH_KEY

static final String AUTOLOAD_PLUGIN_PATH_KEY
The key for the autoload plugins path option in the GATE config map

See Also:
Constant Field Values

AUTOLOAD_PLUGIN_PATH_PROPERTY_NAME

static final String AUTOLOAD_PLUGIN_PATH_PROPERTY_NAME
The name for the autoload plugins path system property

See Also:
Constant Field Values

GATE_HOME_PROPERTY_NAME

static final String GATE_HOME_PROPERTY_NAME
The name of the GATE home system property

See Also:
Constant Field Values

PLUGINS_HOME_PROPERTY_NAME

static final String PLUGINS_HOME_PROPERTY_NAME
The name of the GATE plugins home system property

See Also:
Constant Field Values

SITE_CONFIG_PROPERTY_NAME

static final String SITE_CONFIG_PROPERTY_NAME
The name of the GATE site config system property

See Also:
Constant Field Values

USER_CONFIG_PROPERTY_NAME

static final String USER_CONFIG_PROPERTY_NAME
The name of the GATE user config system property

See Also:
Constant Field Values

GATE_SITE_CONFIG_PROPERTY_NAME

static final String GATE_SITE_CONFIG_PROPERTY_NAME
The name of the GATE site config system property

See Also:
Constant Field Values

GATE_USER_CONFIG_PROPERTY_NAME

static final String GATE_USER_CONFIG_PROPERTY_NAME
The name of the GATE user config system property

See Also:
Constant Field Values

ORIGINAL_DOCUMENT_CONTENT_FEATURE_NAME

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

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

static final String DOCUMENT_ADD_SPACE_ON_UNPACK_FEATURE_NAME
See Also:
Constant Field Values

TITLE_JAVA_PROPERTY_NAME

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

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

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

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

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

See Also:
Constant Field Values

ANNOT_TYPE_TO_EXPORT

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

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

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

See Also:
Constant Field Values

DOCEDIT_INSERT_APPEND

static final String DOCEDIT_INSERT_APPEND
The key used for document editor inser behaviour

See Also:
Constant Field Values

DOCEDIT_INSERT_PREPEND

static final String DOCEDIT_INSERT_PREPEND
The key used for document editor inser behaviour

See Also:
Constant Field Values

THROWEX_FORMAT_PROPERTY_NAME

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

static final String WORDNET_CONFIG_FILE
The key for the WordNet config file

See Also:
Constant Field Values

DOCUMENT_NEW_LINE_TYPE

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

See Also:
Constant Field Values

COMPILER_TYPE_KEY

static final String COMPILER_TYPE_KEY
The key for the gate.xml option to specify a compiler type to use to build the Java files compiled from JAPE grammars.

See Also:
Constant Field Values

GATE
Version 3.1-2270