Révision 2532
tmp/org.txm.ca.rcp/src/org/txm/ca/rcp/editors/CAEditor.java (revision 2532) | ||
---|---|---|
137 | 137 |
|
138 | 138 |
this.ca = ((TXMResultEditorInput<CA>) this.getEditorInput()).getResult(); |
139 | 139 |
|
140 |
// creating the Eigenvalues bar chart if not exists |
|
141 |
Eigenvalues eigenvalues = (Eigenvalues) this.ca.getFirstChild(Eigenvalues.class); |
|
142 |
if (eigenvalues == null) { |
|
143 |
eigenvalues = new Eigenvalues(this.ca); |
|
144 |
} |
|
145 |
|
|
146 |
|
|
147 |
|
|
140 | 148 |
// Initialize the editor parts and editor inputs |
141 | 149 |
this.initCAFactorialMapEditor(); |
142 | 150 |
this.initRowsTableEditor(); |
... | ... | |
179 | 187 |
} |
180 | 188 |
|
181 | 189 |
caFactorialMapEditorPart.compute(false); |
190 |
|
|
191 |
|
|
192 |
|
|
182 | 193 |
// this.getEigenvaluesBarChartEditor().compute(false); |
183 | 194 |
|
184 | 195 |
} |
tmp/org.txm.ca.core/src/org/txm/ca/core/functions/CA.java (revision 2532) | ||
---|---|---|
136 | 136 |
this(null, lexicalTable); |
137 | 137 |
|
138 | 138 |
// FIXME: SJ: the CA must not create its own Eigenvalues bar chart. All must be done on the UI-side. |
139 |
Eigenvalues eigenvalues = (Eigenvalues) this.getFirstChild(Eigenvalues.class); |
|
140 |
if (eigenvalues == null) { |
|
141 |
eigenvalues = new Eigenvalues(this);
|
|
142 |
} |
|
139 |
// Eigenvalues eigenvalues = (Eigenvalues) this.getFirstChild(Eigenvalues.class);
|
|
140 |
// if (eigenvalues == null) {
|
|
141 |
// eigenvalues = new Eigenvalues(this);
|
|
142 |
// }
|
|
143 | 143 |
} |
144 | 144 |
|
145 | 145 |
/** |
tmp/org.txm.ca.core/src/org/txm/ca/core/functions/Eigenvalues.java (revision 2532) | ||
---|---|---|
61 | 61 |
@Override |
62 | 62 |
public String getSimpleName() { |
63 | 63 |
// TODO Auto-generated method stub |
64 |
return "Eigenvalues";
|
|
64 |
return "Eigenvalues " + this.getCA().getUnitProperty();
|
|
65 | 65 |
} |
66 | 66 |
|
67 | 67 |
@Override |
Formats disponibles : Unified diff