Interface EditorString


public interface EditorString
The string for the editor
  • Field Details

  • Method Details

    • of

      static EditorString of(String key, String defaultMessage)
      Create a EditorString
      Parameters:
      key - the key
      defaultMessage - the default message
      Returns:
      the EditorString
    • key

      String key()
      Get the key of the string
      Returns:
      the key
    • defaultMessage

      String defaultMessage()
      Get the default message
      Returns:
      the default message
    • defaultMessage

      default String defaultMessage(Object... args)
      Get the default message
      Parameters:
      args - the arguments
      Returns:
      the default message