Interface EditorString
public interface EditorString
The string for the editor
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the default messagedefault StringdefaultMessage(Object... args) Get the default messagekey()Get the key of the stringstatic EditorStringCreate aEditorString
-
Field Details
-
EMPTY
An empty string
-
-
Method Details
-
of
Create aEditorString- Parameters:
key- the keydefaultMessage- 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
Get the default message- Parameters:
args- the arguments- Returns:
- the default message
-