Révision 1539
| tmp/org.txm.rcp/src/main/java/org/txm/rcp/editors/TXMEditor.java (revision 1539) | ||
|---|---|---|
| 1136 | 1136 |
// if (object == null) {
|
| 1137 | 1137 |
// continue; // widget not set |
| 1138 | 1138 |
// } |
| 1139 |
value = this.getResult().getParameter(parameter.key(), true); // propagate to parent one time
|
|
| 1139 |
value = this.getResult().getParameter(parameter.key(), true); // propagate to all parents
|
|
| 1140 | 1140 |
|
| 1141 | 1141 |
if (value == null) {
|
| 1142 | 1142 |
//System.out.println("Warning: "+this.getPartName()+" result "+this.getResult()+" "+parameter.key()+" is not initialized.");
|
| tmp/org.txm.core/src/java/org/txm/core/results/TXMResult.java (revision 1539) | ||
|---|---|---|
| 409 | 409 |
} |
| 410 | 410 |
|
| 411 | 411 |
/** |
| 412 |
* Gets a current parameter specified by its annotation "key" attribute and its annotation "type" attribute.
|
|
| 412 |
* Gets a current parameter specified by its annotation "key". |
|
| 413 | 413 |
* @param key |
| 414 | 414 |
* @param parameterType |
| 415 | 415 |
* @return |
| ... | ... | |
| 419 | 419 |
} |
| 420 | 420 |
|
| 421 | 421 |
/** |
| 422 |
* Gets a current parameter specified by its annotation "key" attribute and its annotation "type" attribute.
|
|
| 422 |
* Gets a current parameter specified by its annotation "key". |
|
| 423 | 423 |
* @param key |
| 424 | 424 |
* @param propagateToParent if true ask the parents |
| 425 | 425 |
* @param parameterType |
Formats disponibles : Unified diff