Commit fe1c0be
committed
Undeprecate updateToolbar() in FilteredTree and call again on refresh
This partially reverts 3726516 due to
which the updateToolbar() method is no longer called by the default
refresh job.
Subclasses may override updateToolbar() without also overriding
doCreateRefreshJob() which in return means that their toolbar is not
updated anymore.
Because this method is called again, the deprecation tag introduced with
176f503 is also removed1 parent 84d49c2 commit fe1c0be
File tree
2 files changed
+10
-6
lines changed- bundles
- org.eclipse.e4.ui.dialogs/src/org/eclipse/e4/ui/dialogs/filteredtree
- org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/dialogs
2 files changed
+10
-6
lines changedLines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
262 | 265 | | |
263 | 266 | | |
264 | 267 | | |
265 | 268 | | |
| 269 | + | |
| 270 | + | |
266 | 271 | | |
267 | 272 | | |
268 | 273 | | |
| |||
310 | 315 | | |
311 | 316 | | |
312 | 317 | | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | 318 | | |
318 | 319 | | |
319 | 320 | | |
| |||
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
433 | 436 | | |
434 | 437 | | |
435 | 438 | | |
436 | 439 | | |
| 440 | + | |
| 441 | + | |
437 | 442 | | |
438 | 443 | | |
439 | 444 | | |
| |||
488 | 493 | | |
489 | 494 | | |
490 | 495 | | |
491 | | - | |
492 | 496 | | |
493 | | - | |
494 | 497 | | |
495 | 498 | | |
496 | 499 | | |
| |||
0 commit comments