Class NumberFormatter

java.lang.Object
javafx.scene.control.TextFormatter<Number>
app.peac.core.model.javafx.format.NumberFormatter

public class NumberFormatter extends javafx.scene.control.TextFormatter<Number>
  • Property Summary

    Properties inherited from class javafx.scene.control.TextFormatter

    value
  • Nested Class Summary

    Nested classes/interfaces inherited from class javafx.scene.control.TextFormatter

    javafx.scene.control.TextFormatter.Change
  • Field Summary

    Fields inherited from class javafx.scene.control.TextFormatter

    IDENTITY_STRING_CONVERTER
  • Constructor Summary

    Constructors
    Constructor
    Description
    NumberFormatter(Class<? extends Number> numberClass)
     
  • Method Summary

    Methods inherited from class javafx.scene.control.TextFormatter

    getFilter, getValue, getValueConverter, setValue, valueProperty

    Methods inherited from class java.lang.Object

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

    • NumberFormatter

      public NumberFormatter(Class<? extends Number> numberClass)