public void toggleShowActions(boolean show) {
   if (myActionPanel != null) {
     myActionPanel.toggleShowActions(show);
   }
 }