Révision 931
| tmp/org.txm.core/src/java/org/txm/core/preferences/TXMPreferences.java (revision 931) | ||
|---|---|---|
| 108 | 108 |
*/ |
| 109 | 109 |
public static final String STRUCTURAL_UNIT_PROPERTY = "structural_unit_property"; //$NON-NLS-1$ |
| 110 | 110 |
|
| 111 |
|
|
| 112 | 111 |
/** |
| 113 | 112 |
* Structural unit properties. |
| 114 | 113 |
*/ |
| 115 | 114 |
public static final String STRUCTURAL_UNIT_PROPERTIES = "structural_unit_properties"; //$NON-NLS-1$ |
| 116 | 115 |
|
| 117 |
|
|
| 118 | 116 |
/** |
| 119 | 117 |
* Unit property. |
| 120 | 118 |
*/ |
| 121 | 119 |
public static final String UNIT_PROPERTY = "unit_property"; //$NON-NLS-1$ |
| 122 | 120 |
|
| 123 |
|
|
| 124 | 121 |
/** |
| 125 | 122 |
* Unit properties. |
| 126 | 123 |
*/ |
| 127 | 124 |
public static final String UNIT_PROPERTIES = "unit_properties"; //$NON-NLS-1$ |
| 128 | 125 |
|
| 126 |
/** |
|
| 127 |
* Matches. |
|
| 128 |
*/ |
|
| 129 |
public static final String MATCHES = "matches"; //$NON-NLS-1$ |
|
| 129 | 130 |
|
| 131 |
|
|
| 130 | 132 |
/** |
| 131 | 133 |
* Minimum frequency filter value. |
| 132 | 134 |
*/ |
| ... | ... | |
| 142 | 144 |
*/ |
| 143 | 145 |
public static final String V_MAX = "v_max"; //$NON-NLS-1$ |
| 144 | 146 |
|
| 145 |
|
|
| 146 |
|
|
| 147 | 147 |
/** |
| 148 | 148 |
* Separator used when converting list from and to string. |
| 149 | 149 |
*/ |
| 150 | 150 |
public static final String LIST_SEPARATOR = "\t"; //$NON-NLS-1$ |
| 151 | 151 |
|
| 152 |
public static final String MATCHES = "matches"; |
|
| 152 |
/** |
|
| 153 |
* Number of lines to display per page. |
|
| 154 |
*/ |
|
| 155 |
public static final String N_LINES_PER_PAGE = "n_lines_per_page"; //$NON-NLS-1$ |
|
| 153 | 156 |
|
| 157 |
|
|
| 154 | 158 |
|
| 155 |
|
|
| 156 | 159 |
/** |
| 157 | 160 |
* Stores a pairs of key / value in a local node dedicated to the specified result. The node qualifier is generated by the <code>Object.toString()</code> method. |
| 158 | 161 |
* |
| ... | ... | |
| 1471 | 1474 |
//// |
| 1472 | 1475 |
//end of fixme |
| 1473 | 1476 |
|
| 1474 |
} |
|
| 1477 |
} |
|
Formats disponibles : Unified diff