Constant Field Values

Contents

com.github.*

com.privatejgoodies.*

  • com.privatejgoodies.common.base.Strings 
    Modifier and Type Constant Field Value
    public static final java.lang.String ELLIPSIS_STRING "\u2026"
    public static final java.lang.String NO_ELLIPSIS_STRING "..."
  • com.privatejgoodies.common.internal.Messages 
    Modifier and Type Constant Field Value
    public static final java.lang.String MUST_BE_TRIMMED "The %1$s must not contain leading or trailing whitespace."
    public static final java.lang.String MUST_NOT_BE_BLANK "The %1$s must not be null, empty, or whitespace."
    public static final java.lang.String MUST_NOT_BE_NULL "The %1$s must not be null."
    public static final java.lang.String USE_ELLIPSIS_NOT_THREE_DOTS "The @Action annotation text ends with three dots \"...\"; use the single ellipsis character \'\u2026\' (\\u2026) instead."
  • com.privatejgoodies.forms.layout.FormSpec 
    Modifier and Type Constant Field Value
    public static final double DEFAULT_GROW 1.0
    public static final double NO_GROW 0.0