Uses of Class
io.github.sosuisen.jfxbuilder.web.WebHistoryBuilder
Packages that use WebHistoryBuilder
-
Uses of WebHistoryBuilder in io.github.sosuisen.jfxbuilder.web
Methods in io.github.sosuisen.jfxbuilder.web that return WebHistoryBuilderModifier and TypeMethodDescriptionfinal WebHistoryBuilder
WebHistoryBuilder.addEntries
(Collection<? extends WebHistory.Entry> col) Calls theaddAll
method on the ObservableList returned by theWebHistory#getEntries()
method.final WebHistoryBuilder
WebHistoryBuilder.addEntries
(WebHistory.Entry... elements) Calls theaddAll
method on the ObservableList returned by theWebHistory#getEntries()
method.WebHistoryBuilder.apply
(Consumer<WebHistory> func) Applies a function to the WebHistory instance being constructed.WebHistoryBuilder.currentIndexPropertyApply
(Consumer<ReadOnlyIntegerProperty> op) Applies a function to thecurrentIndexProperty
of the instance being constructed.WebHistoryBuilder.maxSize
(int value) A builder method that invokes thesetMaxSize
method on the instance being constructed.WebHistoryBuilder.maxSizePropertyApply
(Consumer<IntegerProperty> op) Applies a function to themaxSizeProperty
of the instance being constructed.