@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class TabPaneBuilder<B extends TabPaneBuilder<B>> extends ControlBuilder<B> implements Builder<TabPane>
TabPane
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private boolean |
rotateGraphic
Deprecated.
|
private SingleSelectionModel<Tab> |
selectionModel
Deprecated.
|
private Side |
side
Deprecated.
|
private TabPane.TabClosingPolicy |
tabClosingPolicy
Deprecated.
|
private double |
tabMaxHeight
Deprecated.
|
private double |
tabMaxWidth
Deprecated.
|
private double |
tabMinHeight
Deprecated.
|
private double |
tabMinWidth
Deprecated.
|
private java.util.Collection<? extends Tab> |
tabs
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
TabPaneBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
__set(int i)
Deprecated.
|
void |
applyTo(TabPane x)
Deprecated.
|
TabPane |
build()
Deprecated.
Make an instance of
TabPane based on the properties set on this builder. |
static TabPaneBuilder<?> |
create()
Deprecated.
Creates a new instance of TabPaneBuilder.
|
B |
rotateGraphic(boolean x)
Deprecated.
Set the value of the
rotateGraphic property for the instance constructed by this builder. |
B |
selectionModel(SingleSelectionModel<Tab> x)
Deprecated.
Set the value of the
selectionModel property for the instance constructed by this builder. |
B |
side(Side x)
Deprecated.
Set the value of the
side property for the instance constructed by this builder. |
B |
tabClosingPolicy(TabPane.TabClosingPolicy x)
Deprecated.
Set the value of the
tabClosingPolicy property for the instance constructed by this builder. |
B |
tabMaxHeight(double x)
Deprecated.
Set the value of the
tabMaxHeight property for the instance constructed by this builder. |
B |
tabMaxWidth(double x)
Deprecated.
Set the value of the
tabMaxWidth property for the instance constructed by this builder. |
B |
tabMinHeight(double x)
Deprecated.
Set the value of the
tabMinHeight property for the instance constructed by this builder. |
B |
tabMinWidth(double x)
Deprecated.
Set the value of the
tabMinWidth property for the instance constructed by this builder. |
B |
tabs(java.util.Collection<? extends Tab> x)
Deprecated.
Add the given items to the List of items in the
tabs property for the instance constructed by this builder. |
B |
tabs(Tab... x)
Deprecated.
Add the given items to the List of items in the
tabs property for the instance constructed by this builder. |
applyTo, contextMenu, maxHeight, maxWidth, minHeight, minWidth, prefHeight, prefWidth, skin, tooltip
applyTo, stylesheets, stylesheets
applyTo, blendMode, cache, cacheHint, clip, cursor, depthTest, disable, effect, eventDispatcher, focusTraversable, id, inputMethodRequests, layoutX, layoutY, managed, mouseTransparent, onContextMenuRequested, onDragDetected, onDragDone, onDragDropped, onDragEntered, onDragExited, onDragOver, onInputMethodTextChanged, onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragEntered, onMouseDragExited, onMouseDragged, onMouseDragOver, onMouseDragReleased, onMouseEntered, onMouseExited, onMouseMoved, onMousePressed, onMouseReleased, onRotate, onRotationFinished, onRotationStarted, onScroll, onScrollFinished, onScrollStarted, onSwipeDown, onSwipeLeft, onSwipeRight, onSwipeUp, onTouchMoved, onTouchPressed, onTouchReleased, onTouchStationary, onZoom, onZoomFinished, onZoomStarted, opacity, pickOnBounds, rotate, rotationAxis, scaleX, scaleY, scaleZ, style, styleClass, styleClass, transforms, transforms, translateX, translateY, translateZ, userData, visible
private int __set
private boolean rotateGraphic
private SingleSelectionModel<Tab> selectionModel
private Side side
private TabPane.TabClosingPolicy tabClosingPolicy
private double tabMaxHeight
private double tabMaxWidth
private double tabMinHeight
private double tabMinWidth
private java.util.Collection<? extends Tab> tabs
public static TabPaneBuilder<?> create()
private void __set(int i)
public void applyTo(TabPane x)
public B rotateGraphic(boolean x)
rotateGraphic
property for the instance constructed by this builder.public B selectionModel(SingleSelectionModel<Tab> x)
selectionModel
property for the instance constructed by this builder.public B side(Side x)
side
property for the instance constructed by this builder.public B tabClosingPolicy(TabPane.TabClosingPolicy x)
tabClosingPolicy
property for the instance constructed by this builder.public B tabMaxHeight(double x)
tabMaxHeight
property for the instance constructed by this builder.public B tabMaxWidth(double x)
tabMaxWidth
property for the instance constructed by this builder.public B tabMinHeight(double x)
tabMinHeight
property for the instance constructed by this builder.public B tabMinWidth(double x)
tabMinWidth
property for the instance constructed by this builder.public B tabs(java.util.Collection<? extends Tab> x)
tabs
property for the instance constructed by this builder.public B tabs(Tab... x)
tabs
property for the instance constructed by this builder.