@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class TreeViewBuilder<T,B extends TreeViewBuilder<T,B>> extends ControlBuilder<B> implements Builder<TreeView<T>>
TreeView| Modifier | Constructor and Description | 
|---|---|
| protected  | TreeViewBuilder() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | applyTo(TreeView<T> x) | 
| TreeView<T> | build()Make an instance of  TreeViewbased on the properties set on this builder. | 
| B | cellFactory(Callback<TreeView<T>,TreeCell<T>> x)Set the value of the  cellFactoryproperty for the instance constructed by this builder. | 
| static <T> TreeViewBuilder<T,?> | create()Creates a new instance of TreeViewBuilder. | 
| B | editable(boolean x)Set the value of the  editableproperty for the instance constructed by this builder. | 
| B | focusModel(FocusModel<TreeItem<T>> x)Set the value of the  focusModelproperty for the instance constructed by this builder. | 
| B | onEditCancel(EventHandler<TreeView.EditEvent<T>> x)Set the value of the  onEditCancelproperty for the instance constructed by this builder. | 
| B | onEditCommit(EventHandler<TreeView.EditEvent<T>> x)Set the value of the  onEditCommitproperty for the instance constructed by this builder. | 
| B | onEditStart(EventHandler<TreeView.EditEvent<T>> x)Set the value of the  onEditStartproperty for the instance constructed by this builder. | 
| B | root(TreeItem<T> x)Set the value of the  rootproperty for the instance constructed by this builder. | 
| B | selectionModel(MultipleSelectionModel<TreeItem<T>> x)Set the value of the  selectionModelproperty for the instance constructed by this builder. | 
| B | showRoot(boolean x)Set the value of the  showRootproperty for the instance constructed by this builder. | 
applyTo, contextMenu, maxHeight, maxWidth, minHeight, minWidth, prefHeight, prefWidth, skin, tooltipapplyTo, stylesheets, stylesheetsapplyTo, 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, visiblepublic static <T> TreeViewBuilder<T,?> create()
public B cellFactory(Callback<TreeView<T>,TreeCell<T>> x)
cellFactory property for the instance constructed by this builder.public B editable(boolean x)
editable property for the instance constructed by this builder.public B focusModel(FocusModel<TreeItem<T>> x)
focusModel property for the instance constructed by this builder.public B onEditCancel(EventHandler<TreeView.EditEvent<T>> x)
onEditCancel property for the instance constructed by this builder.public B onEditCommit(EventHandler<TreeView.EditEvent<T>> x)
onEditCommit property for the instance constructed by this builder.public B onEditStart(EventHandler<TreeView.EditEvent<T>> x)
onEditStart property for the instance constructed by this builder.public B root(TreeItem<T> x)
root property for the instance constructed by this builder.public B selectionModel(MultipleSelectionModel<TreeItem<T>> x)
selectionModel property for the instance constructed by this builder.public B showRoot(boolean x)
showRoot property for the instance constructed by this builder.Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.