Rebuild the Toolbar after turning debug on/off.
()
| 530 | * Rebuild the Toolbar after turning debug on/off. |
| 531 | */ |
| 532 | public void rebuildToolbar() { |
| 533 | toolbar.rebuild(); |
| 534 | toolbar.revalidate(); // necessary to handle subcomponents |
| 535 | } |
| 536 | |
| 537 | |
| 538 | abstract public Formatter createFormatter(); |