コード例 #1
0
 public void repaintTrafficLightIcon() {
   MyErrorPanel errorPanel = getErrorPanel();
   if (errorPanel != null) {
     errorPanel.myErrorStripeButton.repaint();
     errorPanel.repaintTrafficTooltip();
   }
 }
コード例 #2
0
 public void setErrorPanelPopupHandler(@NotNull PopupHandler handler) {
   MyErrorPanel errorPanel = getErrorPanel();
   if (errorPanel != null) {
     errorPanel.setPopupHandler(handler);
   }
 }