Uses of Class
io.github.sosuisen.jfxbuilder.graphics.TabStopPolicyBuilder
Packages that use TabStopPolicyBuilder
-
Uses of TabStopPolicyBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return TabStopPolicyBuilderModifier and TypeMethodDescriptionTabStopPolicyBuilder.apply
(Consumer<TabStopPolicy> func) Applies a function to the TabStopPolicy instance being constructed.static TabStopPolicyBuilder
TabStopPolicyBuilder.create()
Returns an instance of theTabStopPolicyBuilder
.TabStopPolicyBuilder.defaultInterval
(double value) A builder method that invokes thesetDefaultInterval
method on the instance being constructed.TabStopPolicyBuilder.defaultIntervalPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thedefaultIntervalProperty
of the instance being constructed.