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 TabBuilder
TabBuilder.addStyleClass
(String... elements) Calls theaddAll
method on the ObservableList returned by theTab#getStyleClass()
method.final TabBuilder
TabBuilder.addStyleClass
(Collection<? extends String> col) Calls theaddAll
method 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 thesetClosable
method on the instance being constructed.TabBuilder.closablePropertyApply
(Consumer<BooleanProperty> op) Applies a function to theclosableProperty
of the instance being constructed.A builder method that invokes thesetContent
method on the instance being constructed.TabBuilder.contentPropertyApply
(Consumer<ObjectProperty<Node>> op) Applies a function to thecontentProperty
of the instance being constructed.TabBuilder.contextMenu
(ContextMenu value) A builder method that invokes thesetContextMenu
method on the instance being constructed.TabBuilder.contextMenuPropertyApply
(Consumer<ObjectProperty<ContextMenu>> op) Applies a function to thecontextMenuProperty
of the instance being constructed.static TabBuilder
TabBuilder.create()
Returns an instance of theTabBuilder
.static TabBuilder
Accepts the constructor arguments ofTab(String)
and returns an instance ofTabBuilder
.static TabBuilder
Accepts the constructor arguments ofTab(String, Node)
and returns an instance ofTabBuilder
.TabBuilder.disable
(boolean value) A builder method that invokes thesetDisable
method on the instance being constructed.TabBuilder.disabledPropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thedisabledProperty
of the instance being constructed.TabBuilder.disablePropertyApply
(Consumer<BooleanProperty> op) Applies a function to thedisableProperty
of the instance being constructed.A builder method that invokes thesetGraphic
method on the instance being constructed.TabBuilder.graphicPropertyApply
(Consumer<ObjectProperty<Node>> op) Applies a function to thegraphicProperty
of the instance being constructed.A builder method that invokes thesetId
method on the instance being constructed.TabBuilder.idPropertyApply
(Consumer<StringProperty> op) Applies a function to theidProperty
of the instance being constructed.TabBuilder.onClosed
(EventHandler<Event> value) A builder method that invokes thesetOnClosed
method on the instance being constructed.TabBuilder.onClosedPropertyApply
(Consumer<ObjectProperty<EventHandler<Event>>> op) Applies a function to theonClosedProperty
of the instance being constructed.TabBuilder.onCloseRequest
(EventHandler<Event> value) A builder method that invokes thesetOnCloseRequest
method on the instance being constructed.TabBuilder.onCloseRequestPropertyApply
(Consumer<ObjectProperty<EventHandler<Event>>> op) Applies a function to theonCloseRequestProperty
of the instance being constructed.TabBuilder.onSelectionChanged
(EventHandler<Event> value) A builder method that invokes thesetOnSelectionChanged
method on the instance being constructed.TabBuilder.onSelectionChangedPropertyApply
(Consumer<ObjectProperty<EventHandler<Event>>> op) Applies a function to theonSelectionChangedProperty
of the instance being constructed.TabBuilder.selectedPropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to theselectedProperty
of the instance being constructed.A builder method that invokes thesetStyle
method on the instance being constructed.TabBuilder.stylePropertyApply
(Consumer<StringProperty> op) Applies a function to thestyleProperty
of the instance being constructed.TabBuilder.tabPanePropertyApply
(Consumer<ReadOnlyObjectProperty<TabPane>> op) Applies a function to thetabPaneProperty
of the instance being constructed.A builder method that invokes thesetText
method on the instance being constructed.TabBuilder.textPropertyApply
(Consumer<StringProperty> op) Applies a function to thetextProperty
of the instance being constructed.A builder method that invokes thesetTooltip
method on the instance being constructed.TabBuilder.tooltipPropertyApply
(Consumer<ObjectProperty<Tooltip>> op) Applies a function to thetooltipProperty
of the instance being constructed.A builder method that invokes thesetUserData
method on the instance being constructed.