Revision 1512
tmp/org.txm.core/src/java/org/txm/core/preferences/TXMPreferences.java (revision 1512) | ||
---|---|---|
68 | 68 |
*/ |
69 | 69 |
public static ArrayList<String> alternativeNodesQualifiers = new ArrayList<String>(); |
70 | 70 |
|
71 |
public final static String ENCODING = "encoding"; //$NON-NLS-1$ |
|
72 |
|
|
73 |
public final static String DEFAULT_ENCODING = "UTF-8"; //$NON-NLS-1$ |
|
74 |
|
|
75 |
/** |
|
76 |
* Default unit/token property String. |
|
77 |
*/ |
|
78 |
public final static String DEFAULT_UNIT_PROPERTY = "word"; //$NON-NLS-1$ |
|
79 | 71 |
|
80 |
/** |
|
81 |
* Default structural unit String. |
|
82 |
*/ |
|
83 |
public final static String DEFAULT_STRUCTURAL_UNIT = "text"; //$NON-NLS-1$ |
|
84 |
|
|
85 |
/** |
|
86 |
* Default structural unit property String. |
|
87 |
*/ |
|
88 |
public final static String DEFAULT_STRUCTURAL_UNIT_PROPERTY = "text_id"; //$NON-NLS-1$ |
|
89 |
|
|
90 |
|
|
91 |
|
|
92 | 72 |
// TXMResult internal parameters, essentially for Links and Persistence |
93 | 73 |
public final static String RESULT_PARAMETERS_NODE_PATH = "result_parameters_node_path"; //$NON-NLS-1$ |
94 | 74 |
//public final static String RESULT_UUID = "result_uuid"; //$NON-NLS-1$ |
... | ... | |
97 | 77 |
public final static String USER_NAME = "user_name"; //$NON-NLS-1$ |
98 | 78 |
public final static String LAZY_NAME = "lazy_name"; //$NON-NLS-1$ |
99 | 79 |
public final static String VISIBLE = "visible"; //$NON-NLS-1$ |
80 |
public static final String LOCK = "locked_result"; //$NON-NLS-1$ |
|
100 | 81 |
/** |
101 | 82 |
* Result creation date. |
102 | 83 |
*/ |
... | ... | |
111 | 92 |
|
112 | 93 |
|
113 | 94 |
|
114 |
// to shared strings in some command preferences
|
|
95 |
// Command preferences shared strings
|
|
115 | 96 |
/** |
116 | 97 |
* Queries. |
117 | 98 |
*/ |
... | ... | |
182 | 163 |
*/ |
183 | 164 |
public static final String N_LINES_PER_PAGE = "n_lines_per_page"; //$NON-NLS-1$ |
184 | 165 |
|
185 |
public static final String LOCK = "locked_result"; |
|
166 |
/** |
|
167 |
* Encoding. |
|
168 |
*/ |
|
169 |
public final static String ENCODING = "encoding"; //$NON-NLS-1$ |
|
170 |
|
|
171 |
/** |
|
172 |
* Default encoding value. |
|
173 |
*/ |
|
174 |
public final static String DEFAULT_ENCODING = "UTF-8"; //$NON-NLS-1$ |
|
175 |
|
|
176 |
/** |
|
177 |
* Default unit/token property String. |
|
178 |
*/ |
|
179 |
public final static String DEFAULT_UNIT_PROPERTY = "word"; //$NON-NLS-1$ |
|
186 | 180 |
|
187 | 181 |
/** |
182 |
* Default structural unit String. |
|
183 |
*/ |
|
184 |
public final static String DEFAULT_STRUCTURAL_UNIT = "text"; //$NON-NLS-1$ |
|
185 |
|
|
186 |
/** |
|
187 |
* Default structural unit property String. |
|
188 |
*/ |
|
189 |
public final static String DEFAULT_STRUCTURAL_UNIT_PROPERTY = "text_id"; //$NON-NLS-1$ |
|
190 |
// End of command preferences shared strings |
|
191 |
|
|
192 |
|
|
193 |
|
|
194 |
/** |
|
188 | 195 |
* Preferences node qualifier of the instance. |
189 | 196 |
*/ |
190 | 197 |
protected String commandPreferencesNodeQualifier; |
Also available in: Unified diff