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

Class TimeStringConverter

java.lang.Object
  • javafx.util.StringConverter<Date>
    • javafx.util.converter.DateTimeStringConverter
      • javafx.util.converter.TimeStringConverter


public class TimeStringConverter
extends DateTimeStringConverter

StringConverter implementation for Date values that represent time.

Since:

JavaFX 2.1

See Also:

DateStringConverter, DateTimeStringConverter

  • Field Summary

    • Fields inherited from class javafx.util.converter.DateTimeStringConverter

      dateFormat, dateStyle, locale, pattern, timeStyle
  • Constructor Summary

    Constructors
    Constructor and Description
    TimeStringConverter()
    Create a StringConverter for Date values, using the DateFormat.DEFAULT time style.
    TimeStringConverter(DateFormat dateFormat)
    Create a StringConverter for Date values, using the specified DateFormat formatter.
    TimeStringConverter(int timeStyle)
    Create a StringConverter for Date values, using the specified DateFormat time style.
    TimeStringConverter(Locale locale)
    Create a StringConverter for Date values, using the specified locale and the DateFormat.DEFAULT time style.
    TimeStringConverter(Locale locale, int timeStyle)
    Create a StringConverter for Date values, using the specified locale and DateFormat time style.
    TimeStringConverter(Locale locale, String pattern)
    Create a StringConverter for Date values, using the specified locale and pattern.
    TimeStringConverter(String pattern)
    Create a StringConverter for Date values, using the specified pattern.
  • Method Summary

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

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

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

    • TimeStringConverter

      public TimeStringConverter()
      Create a StringConverter for Date values, using the DateFormat.DEFAULT time style.
    • TimeStringConverter

      public TimeStringConverter(int timeStyle)
      Create a StringConverter for Date values, using the specified DateFormat time style.

      Parameters:

      timeStyle - the given formatting style. For example, DateFormat.SHORT for "h:mm a" in the US locale.

      Since:

      JavaFX 8u40

    • TimeStringConverter

      public TimeStringConverter(Locale locale)
      Create a StringConverter for Date values, using the specified locale and the DateFormat.DEFAULT time style.

      Parameters:

      locale - the given locale.

    • TimeStringConverter

      public TimeStringConverter(Locale locale,
                                 int timeStyle)
      Create a StringConverter for Date values, using the specified locale and DateFormat time style.

      Parameters:

      locale - the given locale.

      Since:

      JavaFX 8u40

    • TimeStringConverter

      public TimeStringConverter(String pattern)
      Create a StringConverter for Date values, using the specified pattern.

      Parameters:

      pattern - the pattern describing the time format.

    • TimeStringConverter

      public TimeStringConverter(Locale locale,
                                 String pattern)
      Create a StringConverter for Date values, using the specified locale and pattern.

      Parameters:

      locale - the given locale.

    • TimeStringConverter

      public TimeStringConverter(DateFormat dateFormat)
      Create a StringConverter for Date values, using the specified DateFormat formatter.

      Parameters:

      dateFormat - the DateFormat to be used for formatting and parsing.

  • Method Detail

    • getDateFormat

      protected DateFormat getDateFormat()

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

      Overrides:

      getDateFormat in class DateTimeStringConverter

© 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