Example usage for com.intellij.openapi.wm IconLikeCustomStatusBarWidget interface-usage

List of usage examples for com.intellij.openapi.wm IconLikeCustomStatusBarWidget interface-usage

Introduction

In this page you can find the example usage for com.intellij.openapi.wm IconLikeCustomStatusBarWidget interface-usage.

Usage

From source file com.intellij.diagnostic.IdeMessagePanel.java

public class IdeMessagePanel extends JPanel implements MessagePoolListener, IconLikeCustomStatusBarWidget {
    public static final String FATAL_ERROR = "FatalError";
    private final IdeFatalErrorsIcon myIdeFatal;

    static final String INTERNAL_ERROR_NOTICE = DiagnosticBundle.message("error.notification.tooltip");

From source file com.intellij.notification.impl.IdeNotificationArea.java

/**
 * @author spleaner
 */
public class IdeNotificationArea extends JLabel implements CustomStatusBarWidget, IconLikeCustomStatusBarWidget {
    public static final String WIDGET_ID = "Notifications";