Java com.intellij.openapi.wm WindowManager fields, constructors, methods, implement or subclass

Example usage for Java com.intellij.openapi.wm WindowManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.intellij.openapi.wm WindowManager.

The text is from its open source code.

Method

JFramefindVisibleFrame()
JFramegetFrame(@Nullable Project project)
WindowManagergetInstance()
StatusBargetStatusBar(@NotNull Project project)
Get the status bar for the project's main frame.
WindowsuggestParentWindow(@Nullable Project project)
Gets first window (starting from the active one) that can be the parent for other windows.