Révision 546
| tmp/org.txm.rcp/src/main/java/org/txm/rcp/editors/TXMEditorPart.java (revision 546) | ||
|---|---|---|
| 183 | 183 |
* @return the commandParametersComposite. Put here you main parameter widgets |
| 184 | 184 |
*/ |
| 185 | 185 |
public Composite getCommandParametersGroup() {
|
| 186 |
return computingParametersGroup; |
|
| 186 |
return this.computingParametersGroup;
|
|
| 187 | 187 |
} |
| 188 | 188 |
|
| 189 | 189 |
@Override |
| ... | ... | |
| 198 | 198 |
|
| 199 | 199 |
@Override |
| 200 | 200 |
public boolean isDirty() {
|
| 201 |
if (getResultData() != null) {
|
|
| 201 |
if (this.getResultData() != null) {
|
|
| 202 | 202 |
// if the result has never been computed, the editor is not dirty -> no * shown |
| 203 |
return getResultData().isDirty() && getResultData().getHasBeenComputedOnce();
|
|
| 203 |
return this.getResultData().isDirty() && this.getResultData().getHasBeenComputedOnce();
|
|
| 204 | 204 |
} |
| 205 | 205 |
|
| 206 | 206 |
return false; |
| ... | ... | |
| 325 | 325 |
JobsTimer.start(); |
| 326 | 326 |
|
| 327 | 327 |
// transfer editor parameters to result |
| 328 |
if (editor != null) {
|
|
| 329 |
editor.updateResultFromEditor(); |
|
| 330 |
} |
|
| 328 |
// if (editor != null) {
|
|
| 329 |
// editor.updateResultFromEditor();
|
|
| 330 |
// }
|
|
| 331 | 331 |
|
| 332 | 332 |
|
| 333 | 333 |
// computing result |
Formats disponibles : Unified diff