Révision 2096
tmp/org.txm.queryindex.rcp/src/org/txm/queryindex/rcp/editors/QueryIndexEditor.java (revision 2096) | ||
---|---|---|
262 | 262 |
return queryindex; |
263 | 263 |
} |
264 | 264 |
|
265 |
@Override |
|
266 |
public void updateResultFromEditor() { |
|
267 |
System.out.println("QueryIndexEditor.updateResultFromEditor(): not implemented."); |
|
268 |
} |
|
269 |
|
|
265 | 270 |
/** |
266 | 271 |
* Compute index. |
267 | 272 |
*/ |
268 |
public void compute() { |
|
273 |
@Override |
|
274 |
public void updateEditorFromResult(boolean update) { |
|
275 |
System.out.println("QueryIndexEditor.updateEditorFromResult(): not implemented."); |
|
276 |
if (1 == 1) return; |
|
277 |
|
|
278 |
//createQueryIndex(); |
|
269 | 279 |
|
270 |
createQueryIndex(); |
|
271 |
|
|
272 | 280 |
StatusLine.setMessage(IndexUIMessages.computingIndex); |
273 | 281 |
|
274 | 282 |
final CQLQuery query; // if the query is empty then we put "[]" instead |
... | ... | |
1004 | 1012 |
public Object getIndex() { |
1005 | 1013 |
return this.queryindex; |
1006 | 1014 |
} |
1007 |
|
|
1008 |
@Override |
|
1009 |
public void updateResultFromEditor() { |
|
1010 |
// TODO Auto-generated method stub |
|
1011 |
|
|
1012 |
} |
|
1013 |
|
|
1014 |
@Override |
|
1015 |
public void updateEditorFromResult(boolean update) { |
|
1016 |
// TODO Auto-generated method stub |
|
1017 |
|
|
1018 |
} |
|
1019 | 1015 |
} |
Formats disponibles : Unified diff