|
Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class TreeViewBuilder<T,B extends TreeViewBuilder<T,B>> extends ControlBuilder<B>
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
TreeView based on the properties set on this builder. |
B |
cellFactory(Callback<TreeView<T>,TreeCell<T>> x)
Set the value of the
cellFactory property for the instance constructed by this builder. |
static <T> TreeViewBuilder<T,?> |
create() |
B |
editable(boolean x)
Set the value of the
editable property for the instance constructed by this builder. |
B |
focusModel(FocusModel<TreeItem<T>> x)
Set the value of the
focusModel property for the instance constructed by this builder. |
B |
onEditCancel(EventHandler<TreeView.EditEvent<T>> x)
Set the value of the
onEditCancel property for the instance constructed by this builder. |
B |
onEditCommit(EventHandler<TreeView.EditEvent<T>> x)
Set the value of the
onEditCommit property for the instance constructed by this builder. |
B |
onEditStart(EventHandler<TreeView.EditEvent<T>> x)
Set the value of the
onEditStart property for the instance constructed by this builder. |
B |
root(TreeItem<T> x)
Set the value of the
root property for the instance constructed by this builder. |
B |
selectionModel(MultipleSelectionModel<TreeItem<T>> x)
Set the value of the
selectionModel property for the instance constructed by this builder. |
B |
showRoot(boolean x)
Set the value of the
showRoot 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 <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, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .