Class DefaultLongDisplayConverter

All Implemented Interfaces:
IDisplayConverter
Direct Known Subclasses:
DefaultBigIntegerDisplayConverter

public class DefaultLongDisplayConverter extends NumericDisplayConverter
Converts the display value to a long and vice versa.
  • Constructor Details

    • DefaultLongDisplayConverter

      public DefaultLongDisplayConverter()
      Creates a converter that uses NumberFormat.
    • DefaultLongDisplayConverter

      public DefaultLongDisplayConverter(boolean useNumberFormat)
      Creates a converter and allows to specify whether NumberFormat should be used or not.
      Parameters:
      useNumberFormat - true if a NumberFormat should be used, false if not.
      Since:
      1.4
  • Method Details