Révision 405
tmp/org.txm.lexicaltable.rcp/src/org/txm/lexicaltable/rcp/handlers/ComputeLexicalTable.java (revision 405) | ||
---|---|---|
247 | 247 |
String title = Messages.bind(Messages.ComputeLexicalTable_0, partition.getName()); |
248 | 248 |
LexicalTableDialog d = new LexicalTableDialog(window.getShell(), partition.getCorpus(), title); |
249 | 249 |
|
250 |
d.setFminAndVMax(TXMPreferences.getInt(LexicalTablePreferences.PREFERENCES_NODE, LexicalTablePreferences.F_MIN),
|
|
251 |
TXMPreferences.getInt(LexicalTablePreferences.PREFERENCES_NODE, LexicalTablePreferences.V_MAX));
|
|
250 |
d.setFminAndVMax(TXMPreferences.getInt(LexicalTablePreferences.F_MIN, LexicalTablePreferences.PREFERENCES_NODE),
|
|
251 |
TXMPreferences.getInt(LexicalTablePreferences.V_MAX, LexicalTablePreferences.PREFERENCES_NODE));
|
|
252 | 252 |
|
253 | 253 |
if (d.open() == Window.OK) { |
254 | 254 |
property = d.getProperty(); |
tmp/org.txm.lexicaltable.rcp/src/org/txm/lexicaltable/rcp/editors/LexicalTableDialog.java (revision 405) | ||
---|---|---|
90 | 90 |
String mess; |
91 | 91 |
|
92 | 92 |
/** The max, default value read from CA preferences. */ |
93 |
private int vmax = TXMPreferences.getInt(CAPreferences.PREFERENCES_NODE, CAPreferences.V_MAX);
|
|
93 |
private int vmax = TXMPreferences.getInt(CAPreferences.V_MAX, CAPreferences.PREFERENCES_NODE);
|
|
94 | 94 |
|
95 | 95 |
/** The fmin, default value read from CA preferences. */ |
96 |
private int fmin = TXMPreferences.getInt(CAPreferences.PREFERENCES_NODE, CAPreferences.F_MIN);
|
|
96 |
private int fmin = TXMPreferences.getInt(CAPreferences.F_MIN, CAPreferences.PREFERENCES_NODE);
|
|
97 | 97 |
|
98 | 98 |
/** |
99 | 99 |
* Instantiates a new compute correspondence analysis dialog. |
Formats disponibles : Unified diff