Package net.sf.basedb.util.formatter


package net.sf.basedb.util.formatter
  • Class
    Description
    Formats a number for output on a web page adapting thwe number of decimals depending on the order of magnitude of the value.
    Formats a boolean value.
    Enum for holding the various types of boolean output.
    Formatter implementation that formats a collection of values to a string by concatenating the values with a given separator.
    Format a date for output in a client application.
    EnumFormatter<T extends Enum<T>>
    Formatter implementation that converts an enum constant into it's name() as the formatted value.
    Formatter implementation that format File items to their complete paths.
    A Formatter formats an object to a string suitable for output in a client application.
    Formatter to handle Identifiable items.
    Formats a number as an integer.
    Formatter implementation that converts an integer into it's Item representation and the uses name() as the formatted value.
    A formatter implementation that uses a map to lookup values from a set of keys.
    A generic formatter that can be used to format objects of mixed classes.
    Formatter to handle Nameable items.
    Formatter implementation for numeric values that simply wrap a NumberFormat instance.
    Formats a number for output on a web page.
    Formats a value with optional prefix and suffix.
    Formatter for PropertyFilter items.
    A generic formatter that simply formats objects by calling the toString() method.
    Formatter implementation that converts an integer into it's Type representation and the uses name() as the formatted value.
    Formats an internal well coordinate to an external coordinate.