Révision 1699
| tmp/org.txm.ca.rcp/src/org/txm/ca/rcp/editors/CAEditor.java (revision 1699) | ||
|---|---|---|
| 365 | 365 |
// editors.get(4).setFocus(); |
| 366 | 366 |
} |
| 367 | 367 |
|
| 368 |
// @Override |
|
| 369 |
// public boolean usingParent(TXMResult parent) {
|
|
| 370 |
// if (ca != null && ca.getParent() != null) |
|
| 371 |
// return ca.getParent().getName().equals(parent.getName()); |
|
| 372 |
// return false; |
|
| 373 |
// } |
|
| 374 |
// |
|
| 375 |
// |
|
| 376 |
// |
|
| 377 |
// @Override |
|
| 378 |
// public TXMResult getResultData() {
|
|
| 379 |
// return ca; |
|
| 380 |
// } |
|
| 381 |
// |
|
| 382 |
// |
|
| 383 |
// @Override |
|
| 384 |
// public void refresh() {
|
|
| 385 |
// System.out.println("ca.refresh() not implemented."); //$NON-NLS-1$
|
|
| 386 |
// } |
|
| 387 |
// |
|
| 388 |
// |
|
| 389 |
// @Override |
|
| 390 |
// public void synchronize() {
|
|
| 391 |
// System.out.println("ca.synchronize() not implemented."); //$NON-NLS-1$
|
|
| 392 |
// } |
|
| 393 |
// |
|
| 394 |
// @Override |
|
| 395 |
// public boolean deleteResult() {
|
|
| 396 |
// return ca.delete(); |
|
| 397 |
// } |
|
| 398 |
// |
|
| 399 |
// @Override |
|
| 400 |
// public void close(boolean deleteResult) {
|
|
| 401 |
// ((ChartEditor)editors.get(0)).close(deleteResult); |
|
| 402 |
// } |
|
| 403 | 368 |
|
| 404 | 369 |
} |
| tmp/org.txm.chartsengine.rcp/src/org/txm/chartsengine/rcp/handlers/CopyChartViewToClipboard.java (revision 1699) | ||
|---|---|---|
| 8 | 8 |
import org.txm.utils.logger.Log; |
| 9 | 9 |
|
| 10 | 10 |
/** |
| 11 |
* Copy the chart view of the active chart editor part the clipboard . |
|
| 11 |
* Copies the chart view of the active chart editor part to the clipboard. |
|
| 12 |
* |
|
| 12 | 13 |
* @author sjacquot |
| 13 | 14 |
* |
| 14 | 15 |
*/ |
Formats disponibles : Unified diff