Interface PopupManager


public interface PopupManager
Represents popup manager.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull @Unmodifiable Set<String>
    Gets all names of popup.
    @NotNull @Unmodifiable Set<Popup>
    Gets all popup.
    @Nullable Popup
    getPopup(@NotNull String name)
    Gets popup by given name.
  • Method Details

    • getPopup

      @Nullable @Nullable Popup getPopup(@NotNull @NotNull String name)
      Gets popup by given name.
      Parameters:
      name - id
      Returns:
      popup or null
    • getAllNames

      @NotNull @NotNull @Unmodifiable Set<String> getAllNames()
      Gets all names of popup.
      Returns:
      names
    • getAllPopups

      @NotNull @NotNull @Unmodifiable Set<Popup> getAllPopups()
      Gets all popup.
      Returns:
      all popups