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

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

Introduction

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

The text is from its open source code.

Method

voiddoWhenFocusSettlesDown(@NotNull Runnable runnable)
Executes given runnable after all focus activities are finished.
voiddoWhenFocusSettlesDown(@NotNull ExpirableRunnable runnable)
Executes given runnable after all focus activities are finished.
IdeFocusManagerfindInstance()
IdeFocusManagerfindInstanceByComponent(@NotNull Component component)
ComponentgetFocusedDescendantFor(@NotNull Component comp)
Finds focused component among descendants of the given component.
ComponentgetFocusOwner()
Computes effective focus owner.
JComponentgetFocusTargetFor(@NotNull JComponent comp)
Finds most suitable component to request focus to.
IdeFocusManagergetGlobalInstance()
IdeFocusManagergetInstance(@Nullable Project project)
ComponentgetLastFocusedFor(@Nullable Window frame)
Returns last focused component for the given IDE Window .
IdeFramegetLastFocusedFrame()
Returns last focused IdeFrame .
ActionCallbackrequestDefaultFocus(boolean forced)
Requests default focus.
ActionCallbackrequestFocus(@NotNull Component c, boolean forced)
Requests focus on a component
voidtypeAheadUntil(ActionCallback done)