Interface SimpleQueryDisplay<K,V>

All Known Implementing Classes:
ValueDisplay

public interface SimpleQueryDisplay<K,V>
  • Method Details

    • getDisplayName

      @NotNull @NotNull String getDisplayName(@Nullable K key)
    • getDisplayValue

      @NotNull @NotNull String getDisplayValue(@Nullable V value, @NotNull @NotNull String args)
    • getDisplayKey

      @NotNull @NotNull String getDisplayKey(@Nullable K key)