Uses of Class
io.github.sosuisen.jfxbuilder.controls.TabBuilder
Packages that use TabBuilder
-
Uses of TabBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return TabBuilderModifier and TypeMethodDescriptionfinal TabBuilderTabBuilder.addStyleClass(String... elements) Calls theaddAllmethod on the ObservableList returned by theTab#getStyleClass()method.final TabBuilderTabBuilder.addStyleClass(Collection<? extends String> col) Calls theaddAllmethod on the ObservableList returned by theTab#getStyleClass()method.Applies a function to the Tab instance being constructed.TabBuilder.closable(boolean value) A builder method that invokes thesetClosablemethod on the instance being constructed.TabBuilder.closablePropertyApply(Consumer<BooleanProperty> op) Applies a function to theclosablePropertyof the instance being constructed.A builder method that invokes thesetContentmethod on the instance being constructed.TabBuilder.contentPropertyApply(Consumer<ObjectProperty<Node>> op) Applies a function to thecontentPropertyof the instance being constructed.TabBuilder.contextMenu(ContextMenu value) A builder method that invokes thesetContextMenumethod on the instance being constructed.TabBuilder.contextMenuPropertyApply(Consumer<ObjectProperty<ContextMenu>> op) Applies a function to thecontextMenuPropertyof the instance being constructed.static TabBuilderTabBuilder.create()Returns an instance of theTabBuilder.static TabBuilderAccepts the constructor arguments ofTab(String)and returns an instance ofTabBuilder.static TabBuilderAccepts the constructor arguments ofTab(String, Node)and returns an instance ofTabBuilder.TabBuilder.disable(boolean value) A builder method that invokes thesetDisablemethod on the instance being constructed.TabBuilder.disabledPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thedisabledPropertyof the instance being constructed.TabBuilder.disablePropertyApply(Consumer<BooleanProperty> op) Applies a function to thedisablePropertyof the instance being constructed.A builder method that invokes thesetGraphicmethod on the instance being constructed.TabBuilder.graphicPropertyApply(Consumer<ObjectProperty<Node>> op) Applies a function to thegraphicPropertyof the instance being constructed.A builder method that invokes thesetIdmethod on the instance being constructed.TabBuilder.idPropertyApply(Consumer<StringProperty> op) Applies a function to theidPropertyof the instance being constructed.TabBuilder.onClosed(EventHandler<Event> value) A builder method that invokes thesetOnClosedmethod on the instance being constructed.TabBuilder.onClosedPropertyApply(Consumer<ObjectProperty<EventHandler<Event>>> op) Applies a function to theonClosedPropertyof the instance being constructed.TabBuilder.onCloseRequest(EventHandler<Event> value) A builder method that invokes thesetOnCloseRequestmethod on the instance being constructed.TabBuilder.onCloseRequestPropertyApply(Consumer<ObjectProperty<EventHandler<Event>>> op) Applies a function to theonCloseRequestPropertyof the instance being constructed.TabBuilder.onSelectionChanged(EventHandler<Event> value) A builder method that invokes thesetOnSelectionChangedmethod on the instance being constructed.TabBuilder.onSelectionChangedPropertyApply(Consumer<ObjectProperty<EventHandler<Event>>> op) Applies a function to theonSelectionChangedPropertyof the instance being constructed.TabBuilder.selectedPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to theselectedPropertyof the instance being constructed.A builder method that invokes thesetStylemethod on the instance being constructed.TabBuilder.stylePropertyApply(Consumer<StringProperty> op) Applies a function to thestylePropertyof the instance being constructed.TabBuilder.tabPanePropertyApply(Consumer<ReadOnlyObjectProperty<TabPane>> op) Applies a function to thetabPanePropertyof the instance being constructed.A builder method that invokes thesetTextmethod on the instance being constructed.TabBuilder.textPropertyApply(Consumer<StringProperty> op) Applies a function to thetextPropertyof the instance being constructed.A builder method that invokes thesetTooltipmethod on the instance being constructed.TabBuilder.tooltipPropertyApply(Consumer<ObjectProperty<Tooltip>> op) Applies a function to thetooltipPropertyof the instance being constructed.A builder method that invokes thesetUserDatamethod on the instance being constructed.