Revision 2681
tmp/org.txm.specificities.rcp/src/org/txm/specificities/rcp/editors/SpecificitiesEditor.java (revision 2681) | ||
---|---|---|
106 | 106 |
protected Spinner fMinSpinner; |
107 | 107 |
|
108 | 108 |
/** |
109 |
* MAximum frequency filtering spinner. |
|
110 |
*/ |
|
111 |
@Parameter(key = TXMPreferences.F_MAX) |
|
112 |
protected Spinner fMaxSpinner; |
|
113 |
|
|
114 |
/** |
|
109 | 115 |
* Maximum number of lines filtering. |
110 | 116 |
*/ |
111 | 117 |
@Parameter(key = TXMPreferences.V_MAX) |
... | ... | |
198 | 204 |
specificitesTable.setSortDirection(SWT.UP); |
199 | 205 |
|
200 | 206 |
if (!this.getResult().isParentVisible()) { |
201 |
ThresholdsGroup thresholdsGroup = new ThresholdsGroup(this.getExtendedParametersGroup(), SWT.NONE, this, true, false);
|
|
207 |
ThresholdsGroup thresholdsGroup = new ThresholdsGroup(this.getExtendedParametersGroup(), SWT.NONE, this, true, true);
|
|
202 | 208 |
this.fMinSpinner = thresholdsGroup.getFMinSpinner(); |
209 |
this.fMaxSpinner = thresholdsGroup.getFMaxSpinner(); |
|
203 | 210 |
this.vMaxSpinner = thresholdsGroup.getVMaxSpinner(); |
204 | 211 |
this.vMaxSpinner.setMinimum(1); |
205 | 212 |
} |
Also available in: Unified diff