Spec-Zone .ru
спецификации, руководства, описания, API
|
Modifier | Constructor and Description |
---|---|
protected |
TabPaneBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(TabPane x) |
TabPane |
build()
Make an instance of
TabPane based on the properties set on this builder. |
static TabPaneBuilder<?> |
create()
Creates a new instance of TabPaneBuilder.
|
B |
rotateGraphic(boolean x)
Set the value of the
rotateGraphic property for the instance constructed by this builder. |
B |
selectionModel(SingleSelectionModel<Tab> x)
Set the value of the
selectionModel property for the instance constructed by this builder. |
B |
side(Side x)
Set the value of the
side property for the instance constructed by this builder. |
B |
tabClosingPolicy(TabPane.TabClosingPolicy x)
Set the value of the
tabClosingPolicy property for the instance constructed by this builder. |
B |
tabMaxHeight(double x)
Set the value of the
tabMaxHeight property for the instance constructed by this builder. |
B |
tabMaxWidth(double x)
Set the value of the
tabMaxWidth property for the instance constructed by this builder. |
B |
tabMinHeight(double x)
Set the value of the
tabMinHeight property for the instance constructed by this builder. |
B |
tabMinWidth(double x)
Set the value of the
tabMinWidth property for the instance constructed by this builder. |
B |
tabs(java.util.Collection<? extends Tab> x)
Add the given items to the List of items in the
tabs property for the instance constructed by this builder. |
B |
tabs(Tab... x)
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
public static TabPaneBuilder<?> create()
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.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to