PopupManager

interface PopupManager

Represents popup manager.

Functions

Link copied to clipboard
@NotNull
@Unmodifiable
abstract fun getAllNames(): @NotNull @Unmodifiable Set<String>
Gets all name of popup.
Link copied to clipboard
@NotNull
@Unmodifiable
abstract fun getAllPopups(): @NotNull @Unmodifiable Set<Popup>
Gets all popup.
Link copied to clipboard
@NotNull
@Unmodifiable
abstract fun getDefaultPopups(): @NotNull @Unmodifiable Set<Popup>
Gets all default popup.
Link copied to clipboard
@Nullable
abstract fun getPopup(@NotNull name: @NotNull String): @Nullable Popup
Gets popup by given name.