@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class TreeViewBuilder<T,B extends TreeViewBuilder<T,B>> extends ControlBuilder<B> implements Builder<TreeView<T>>
TreeView
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private Callback<TreeView<T>,TreeCell<T>> |
cellFactory
Deprecated.
|
private boolean |
editable
Deprecated.
|
private FocusModel<TreeItem<T>> |
focusModel
Deprecated.
|
private EventHandler<TreeView.EditEvent<T>> |
onEditCancel
Deprecated.
|
private EventHandler<TreeView.EditEvent<T>> |
onEditCommit
Deprecated.
|
private EventHandler<TreeView.EditEvent<T>> |
onEditStart
Deprecated.
|
private TreeItem<T> |
root
Deprecated.
|
private MultipleSelectionModel<TreeItem<T>> |
selectionModel
Deprecated.
|
private boolean |
showRoot
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
TreeViewBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
__set(int i)
Deprecated.
|
void |
applyTo(TreeView<T> x)
Deprecated.
|
TreeView<T> |
build()
Deprecated.
Make an instance of
TreeView based on the properties set on this builder. |
B |
cellFactory(Callback<TreeView<T>,TreeCell<T>> x)
Deprecated.
Set the value of the
cellFactory property for the instance constructed by this builder. |
static <T> TreeViewBuilder<T,?> |
create()
Deprecated.
Creates a new instance of TreeViewBuilder.
|
B |
editable(boolean x)
Deprecated.
Set the value of the
editable property for the instance constructed by this builder. |
B |
focusModel(FocusModel<TreeItem<T>> x)
Deprecated.
Set the value of the
focusModel property for the instance constructed by this builder. |
B |
onEditCancel(EventHandler<TreeView.EditEvent<T>> x)
Deprecated.
Set the value of the
onEditCancel property for the instance constructed by this builder. |
B |
onEditCommit(EventHandler<TreeView.EditEvent<T>> x)
Deprecated.
Set the value of the
onEditCommit property for the instance constructed by this builder. |
B |
onEditStart(EventHandler<TreeView.EditEvent<T>> x)
Deprecated.
Set the value of the
onEditStart property for the instance constructed by this builder. |
B |
root(TreeItem<T> x)
Deprecated.
Set the value of the
root property for the instance constructed by this builder. |
B |
selectionModel(MultipleSelectionModel<TreeItem<T>> x)
Deprecated.
Set the value of the
selectionModel property for the instance constructed by this builder. |
B |
showRoot(boolean x)
Deprecated.
Set the value of the
showRoot 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 editable
private FocusModel<TreeItem<T>> focusModel
private EventHandler<TreeView.EditEvent<T>> onEditCancel
private EventHandler<TreeView.EditEvent<T>> onEditCommit
private EventHandler<TreeView.EditEvent<T>> onEditStart
private MultipleSelectionModel<TreeItem<T>> selectionModel
private boolean showRoot
public static <T> TreeViewBuilder<T,?> create()
private void __set(int i)
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.