Example usage for com.intellij.openapi.wm StatusBarWidget.MultipleTextValuesPresentation interface-usage

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

Introduction

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

Usage

From source file gitflow.ui.GitflowWidget.java

/**
 * Status bar widget which displays actions for git flow
 * @author Kirill Likhodedov, Opher Vishnia
 */
public class GitflowWidget extends EditorBasedWidget implements StatusBarWidget.MultipleTextValuesPresentation,
        StatusBarWidget.Multiframe, GitRepositoryChangeListener {