Example usage for com.intellij.openapi.wm IdeRootPaneNorthExtension subclass-usage

List of usage examples for com.intellij.openapi.wm IdeRootPaneNorthExtension subclass-usage

Introduction

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

Usage

From source file com.chrisrm.idea.panes.MTFrameComponentExtension.java

/**
 * Component for theming the Top Frame
 */
public final class MTFrameComponentExtension extends IdeRootPaneNorthExtension {
    private JComponent myWrapperPanel;
    private Project myProject;

From source file com.intellij.ide.navigationToolbar.NavBarRootPaneExtension.java

/**
 * @author Konstantin Bulenkov
 */
public class NavBarRootPaneExtension extends IdeRootPaneNorthExtension {
    private JComponent myWrapperPanel;
    @NonNls