Example usage for com.intellij.openapi.actionSystem PlatformDataKeys UI_DISPOSABLE

List of usage examples for com.intellij.openapi.actionSystem PlatformDataKeys UI_DISPOSABLE

Introduction

In this page you can find the example usage for com.intellij.openapi.actionSystem PlatformDataKeys UI_DISPOSABLE.

Prototype

DataKey UI_DISPOSABLE

To view the source code for com.intellij.openapi.actionSystem PlatformDataKeys UI_DISPOSABLE.

Click Source Link

Usage

From source file:com.intellij.util.ui.update.LazyUiDisposable.java

License:Apache License

@NotNull
private AsyncResult<Disposable> findParentDisposable() {
    return findDisposable(myParent, PlatformDataKeys.UI_DISPOSABLE);
}