Uses of Class
com.dlsc.gemsfx.util.IntegerRange
Packages that use IntegerRange
-
Uses of IntegerRange in com.dlsc.gemsfx
Methods in com.dlsc.gemsfx that return IntegerRangeModifier and TypeMethodDescriptionfinal IntegerRangeLimitedTextArea.getCharacterRangeLimit()Gets the value of thecharacterRangeLimitproperty.Methods in com.dlsc.gemsfx that return types with arguments of type IntegerRangeModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<IntegerRange> LimitedTextArea.characterRangeLimitProperty()The character range limit property defines the minimum and maximum number of characters allowed in the text area.Methods in com.dlsc.gemsfx with parameters of type IntegerRangeModifier and TypeMethodDescriptionfinal voidLimitedTextArea.setCharacterRangeLimit(IntegerRange characterRangeLimit) Sets the value of thecharacterRangeLimitproperty.