de.uni_tuebingen.sfb.lichtenstein.main
Class PreferenceKeys

java.lang.Object
  extended by de.uni_tuebingen.sfb.lichtenstein.main.PreferenceKeys

public class PreferenceKeys
extends Object

Contains the preferences and keys for MonaSearch.

Author:
Hendrik Maryns

Field Summary
static String baseFileDirPrefKey
          The key in the user preferences at which the precompiled tree banks and temporary files are stored.
static String heightPrefKey
          The preference key for the main window height.
static String queriesFilePrefKey
          The key in the user preferences at which the last used query file is stored.
static String resultHeightPrefKey
          The preference key for the result window height.
static String resultsDirPrefKey
          The preference key for the directory where the results are stored.
static String resultWidthPrefKey
          The preference key for the result window width.
static String resultXPrefKey
          The preference key for the result window x position.
static String resultYPrefKey
          The preference key for the result window y position.
static String treebankPrefKey
          The key in the user preferences at which the precompiled tree banks are stored.
static Preferences userPrefs
          The user preferences for MonaSearch, stored persistently.
static String welcomePrefKey
          The preference key for the welcome splash screen.
static String widthPrefKey
          The preference key for the main window width.
static String xPrefKey
          The preference key for the main window x position.
static String yPrefKey
          The preference key for the main window y position.
 
Constructor Summary
PreferenceKeys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userPrefs

public static final Preferences userPrefs
The user preferences for MonaSearch, stored persistently. TODO: support export and import etc.


welcomePrefKey

public static final String welcomePrefKey
The preference key for the welcome splash screen.

See Also:
Constant Field Values

widthPrefKey

public static final String widthPrefKey
The preference key for the main window width.

See Also:
Constant Field Values

heightPrefKey

public static final String heightPrefKey
The preference key for the main window height.

See Also:
Constant Field Values

xPrefKey

public static final String xPrefKey
The preference key for the main window x position.

See Also:
Constant Field Values

yPrefKey

public static final String yPrefKey
The preference key for the main window y position.

See Also:
Constant Field Values

baseFileDirPrefKey

public static final String baseFileDirPrefKey
The key in the user preferences at which the precompiled tree banks and temporary files are stored.

See Also:
Constant Field Values

treebankPrefKey

public static final String treebankPrefKey
The key in the user preferences at which the precompiled tree banks are stored.

See Also:
Constant Field Values

queriesFilePrefKey

public static final String queriesFilePrefKey
The key in the user preferences at which the last used query file is stored.

See Also:
Constant Field Values

resultWidthPrefKey

public static final String resultWidthPrefKey
The preference key for the result window width.

See Also:
Constant Field Values

resultHeightPrefKey

public static final String resultHeightPrefKey
The preference key for the result window height.

See Also:
Constant Field Values

resultXPrefKey

public static final String resultXPrefKey
The preference key for the result window x position.

See Also:
Constant Field Values

resultYPrefKey

public static final String resultYPrefKey
The preference key for the result window y position.

See Also:
Constant Field Values

resultsDirPrefKey

public static final String resultsDirPrefKey
The preference key for the directory where the results are stored.

See Also:
Constant Field Values
Constructor Detail

PreferenceKeys

public PreferenceKeys()


© Copyright 2008 Hendrik Maryns   Creative Commons License