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

Class PercentageStringConverter

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


public class PercentageStringConverter
extends NumberStringConverter

StringConverter implementation for Number values that represent percentages.

Since:

JavaFX 2.1

See Also:

CurrencyStringConverter, NumberStringConverter, StringConverter

  • Constructor Summary

    Constructors
    Constructor and Description
    PercentageStringConverter()
    PercentageStringConverter(Locale locale)
    PercentageStringConverter(NumberFormat numberFormat)
  • Method Summary

    All MethodsInstance MethodsConcrete Methods
    Modifier and Type Method and Description
    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

    • PercentageStringConverter

      public PercentageStringConverter()
    • PercentageStringConverter

      public PercentageStringConverter(Locale locale)
    • PercentageStringConverter

      public PercentageStringConverter(NumberFormat numberFormat)
  • Method Detail

    • getNumberFormat

      public 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