|
Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class TabPaneBuilder<B extends TabPaneBuilder<B>> extends ControlBuilder<B>
TabPane| 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() |
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)
Set the value of the
tabs property for the instance constructed by this builder. |
B |
tabs(Tab... x)
Set the value of the
tabs property for the instance constructed by this builder. |
applyTo, contextMenu, maxHeight, maxWidth, minHeight, minWidth, prefHeight, prefWidth, skin, tooltipapplyToapplyTo, blendMode, cache, cacheHint, clip, cursor, depthTest, disable, effect, eventDispatcher, focusTraversable, id, inputMethodRequests, layoutX, layoutY, managed, mouseTransparent, onDragDetected, onDragDone, onDragDropped, onDragEntered, onDragExited, onDragOver, onInputMethodTextChanged, onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragged, onMouseEntered, onMouseExited, onMouseMoved, onMousePressed, onMouseReleased, onScroll, opacity, pickOnBounds, rotate, rotationAxis, scaleX, scaleY, scaleZ, style, styleClass, styleClass, transforms, transforms, translateX, translateY, translateZ, userData, visiblepublic 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, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .