Spec-Zone.ru › OpenJavaFX 8
javafx.util.converter

Class CurrencyStringConverter

java.lang.Object
  • javafx.util.StringConverter<Number>
    • javafx.util.converter.NumberStringConverter
      • javafx.util.converter.CurrencyStringConverter


public class CurrencyStringConverter
extends NumberStringConverter

StringConverter implementation for Number values that represent currency.

Since:

JavaFX 2.1

See Also:

PercentageStringConverter, NumberStringConverter, StringConverter

  • Constructor Summary

    Constructors
    Constructor and Description
    CurrencyStringConverter()
    CurrencyStringConverter(Locale locale)
    CurrencyStringConverter(Locale locale, String pattern)
    CurrencyStringConverter(NumberFormat numberFormat)
    CurrencyStringConverter(String pattern)
  • Method Summary

    All MethodsInstance MethodsConcrete Methods
    Modifier and Type Method and Description
    protected NumberFormat getNumberFormat()
    Return a NumberFormat instance to use for formatting and parsing in this StringConverter.
    • Methods inherited from class javafx.util.converter.NumberStringConverter

      fromString, toString
    • Methods inherited from class java.lang.Object

      clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Detail

    • CurrencyStringConverter

      public CurrencyStringConverter()
    • CurrencyStringConverter

      public CurrencyStringConverter(Locale locale)
    • CurrencyStringConverter

      public CurrencyStringConverter(String pattern)
    • CurrencyStringConverter

      public CurrencyStringConverter(Locale locale,
                                     String pattern)
    • CurrencyStringConverter

      public CurrencyStringConverter(NumberFormat numberFormat)
  • Method Detail

    • getNumberFormat

      protected NumberFormat getNumberFormat()

      Return a NumberFormat instance to use for formatting and parsing in this StringConverter.

      Overrides:

      getNumberFormat in class NumberStringConverter

© 2008, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from JavaFX API Documentation.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Java, JavaFX and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API