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 WebHistoryBuilderWebHistoryBuilder.addEntries(Collection<? extends WebHistory.Entry> col) Calls theaddAllmethod on the ObservableList returned by theWebHistory#getEntries()method.final WebHistoryBuilderWebHistoryBuilder.addEntries(WebHistory.Entry... elements) Calls theaddAllmethod 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 thecurrentIndexPropertyof the instance being constructed.WebHistoryBuilder.maxSize(int value) A builder method that invokes thesetMaxSizemethod on the instance being constructed.WebHistoryBuilder.maxSizePropertyApply(Consumer<IntegerProperty> op) Applies a function to themaxSizePropertyof the instance being constructed.