private void updateControlState() {
   ElementLocationUtil.customizeElementLabel(
       myElement != null ? myElement.getElement() : null, myElementLabel);
   myToolBar.updateActionsImmediately(); // update faster
   setControlPanelVisible(true); // (!myBackStack.isEmpty() || !myForwardStack.isEmpty());
 }