Class HostLocationFormatter

    • Field Detail

      • INSTANCE

        public static final CellFormatter INSTANCE
        An instance of this class.
    • Method Detail

      • nonNullFormat

        protected java.lang.String nonNullFormat​(java.lang.Object value)
        Description copied from class: AbstractCellFormatter
        Formats the specified value into a string appropriate for displaying in a table cell. Note that value is guaranteed to be non-null.
        Specified by:
        nonNullFormat in class AbstractCellFormatter
        Parameters:
        value - the value
        Returns:
        the formatted string