Module com.dlsc.unitfx
Package com.dlsc.unitfx
-
Class Summary Class Description CustomTextField A custom text field that allows the application to set nodes on the left-hand and right-hand side of the field (e.g.DoubleInputField Concrete implementation ofNumberInputFieldfor collectingDoubletype numbers.IntegerInputField Concrete implementation ofNumberInputFieldfor collectingIntegertype numbers.NumberInputField<T extends Number> Base control to number inputs, defines all base functionality to collect any object whose class is child ofNumber.QuantityInputControl<Q extends javax.measure.Quantity<Q>> Base class for any quantity input control that allows to enter Unit of Measurement quantity based on a JSR-363 specification.QuantityInputField<Q extends javax.measure.Quantity<Q>> Concrete implementation ofQuantityInputControlthat uses aNumberInputFieldto let users enter values.