Uses of Class
io.github.sosuisen.jfxbuilder.controls.TableViewBuilder
Packages that use TableViewBuilder
-
Uses of TableViewBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return TableViewBuilderModifier and TypeMethodDescriptionTableViewBuilder.accessibleHelp(String value) A builder method that invokes thesetAccessibleHelpmethod on the instance being constructed.TableViewBuilder.accessibleHelpPropertyApply(Consumer<ObjectProperty<String>> op) Applies a function to theaccessibleHelpPropertyof the instance being constructed.TableViewBuilder.accessibleRole(AccessibleRole value) A builder method that invokes thesetAccessibleRolemethod on the instance being constructed.TableViewBuilder.accessibleRoleDescription(String value) A builder method that invokes thesetAccessibleRoleDescriptionmethod on the instance being constructed.TableViewBuilder.accessibleRoleDescriptionPropertyApply(Consumer<ObjectProperty<String>> op) Applies a function to theaccessibleRoleDescriptionPropertyof the instance being constructed.TableViewBuilder.accessibleRolePropertyApply(Consumer<ObjectProperty<AccessibleRole>> op) Applies a function to theaccessibleRolePropertyof the instance being constructed.TableViewBuilder.accessibleText(String value) A builder method that invokes thesetAccessibleTextmethod on the instance being constructed.TableViewBuilder.accessibleTextPropertyApply(Consumer<ObjectProperty<String>> op) Applies a function to theaccessibleTextPropertyof the instance being constructed.final TableViewBuilder<S> TableViewBuilder.addColumns(Collection<? extends TableColumn<S, ?>> col) Calls theaddAllmethod on the ObservableList returned by theTableView#getColumns()method.final TableViewBuilder<S> TableViewBuilder.addColumns(TableColumn<S, ?>... elements) Calls theaddAllmethod on the ObservableList returned by theTableView#getColumns()method.final TableViewBuilder<S> TableViewBuilder.addItems(Collection<? extends S> col) Calls theaddAllmethod on the ObservableList returned by theTableView#getItems()method.final TableViewBuilder<S> Calls theaddAllmethod on the ObservableList returned by theTableView#getItems()method.final TableViewBuilder<S> TableViewBuilder.addSortOrder(Collection<? extends TableColumn<S, ?>> col) Calls theaddAllmethod on the ObservableList returned by theTableView#getSortOrder()method.final TableViewBuilder<S> TableViewBuilder.addSortOrder(TableColumn<S, ?>... elements) Calls theaddAllmethod on the ObservableList returned by theTableView#getSortOrder()method.final TableViewBuilder<S> TableViewBuilder.addStyleClass(String... elements) Calls theaddAllmethod on the ObservableList returned by theTableView#getStyleClass()method.final TableViewBuilder<S> TableViewBuilder.addStyleClass(Collection<? extends String> col) Calls theaddAllmethod on the ObservableList returned by theTableView#getStyleClass()method.final TableViewBuilder<S> TableViewBuilder.addStylesheets(String... elements) Calls theaddAllmethod on the ObservableList returned by theTableView#getStylesheets()method.final TableViewBuilder<S> TableViewBuilder.addStylesheets(Collection<? extends String> col) Calls theaddAllmethod on the ObservableList returned by theTableView#getStylesheets()method.TableViewBuilder.addStylesheetsText(String css) Utility setter to add CSS string for this TableView's contents.final TableViewBuilder<S> TableViewBuilder.addTransforms(Collection<? extends Transform> col) Calls theaddAllmethod on the ObservableList returned by theTableView#getTransforms()method.final TableViewBuilder<S> TableViewBuilder.addTransforms(Transform... elements) Calls theaddAllmethod on the ObservableList returned by theTableView#getTransforms()method.final TableViewBuilder<S> TableViewBuilder.addVisibleLeafColumns(Collection<? extends TableColumn<S, ?>> col) Calls theaddAllmethod on the ObservableList returned by theTableView#getVisibleLeafColumns()method.final TableViewBuilder<S> TableViewBuilder.addVisibleLeafColumns(TableColumn<S, ?>... elements) Calls theaddAllmethod on the ObservableList returned by theTableView#getVisibleLeafColumns()method.TableViewBuilder.alignmentInBorderPane(Pos value) Invokes theBorderPane.setAlignment(Node, Pos)using a fluent API.TableViewBuilder.alignmentInStackPane(Pos value) Invokes theStackPane.setAlignment(Node, Pos)using a fluent API.TableViewBuilder.alignmentInTilePane(Pos value) Invokes theTilePane.setAlignment(Node, Pos)using a fluent API.Applies a function to the TableView instance being constructed.TableViewBuilder.background(Background value) A builder method that invokes thesetBackgroundmethod on the instance being constructed.TableViewBuilder.backgroundPropertyApply(Consumer<ObjectProperty<Background>> op) Applies a function to thebackgroundPropertyof the instance being constructed.A builder method that invokes thesetBlendModemethod on the instance being constructed.TableViewBuilder.blendModePropertyApply(Consumer<ObjectProperty<BlendMode>> op) Applies a function to theblendModePropertyof the instance being constructed.A builder method that invokes thesetBordermethod on the instance being constructed.TableViewBuilder.borderPropertyApply(Consumer<ObjectProperty<Border>> op) Applies a function to theborderPropertyof the instance being constructed.TableViewBuilder.bottomAnchorInAnchorPane(Double value) Invokes theAnchorPane.setBottomAnchor(Node, Double)using a fluent API.TableViewBuilder.boundsInLocalPropertyApply(Consumer<ReadOnlyObjectProperty<Bounds>> op) Applies a function to theboundsInLocalPropertyof the instance being constructed.TableViewBuilder.boundsInParentPropertyApply(Consumer<ReadOnlyObjectProperty<Bounds>> op) Applies a function to theboundsInParentPropertyof the instance being constructed.TableViewBuilder.cache(boolean value) A builder method that invokes thesetCachemethod on the instance being constructed.A builder method that invokes thesetCacheHintmethod on the instance being constructed.TableViewBuilder.cacheHintPropertyApply(Consumer<ObjectProperty<CacheHint>> op) Applies a function to thecacheHintPropertyof the instance being constructed.TableViewBuilder.cachePropertyApply(Consumer<BooleanProperty> op) Applies a function to thecachePropertyof the instance being constructed.TableViewBuilder.cacheShape(boolean value) A builder method that invokes thesetCacheShapemethod on the instance being constructed.TableViewBuilder.cacheShapePropertyApply(Consumer<BooleanProperty> op) Applies a function to thecacheShapePropertyof the instance being constructed.TableViewBuilder.centerShape(boolean value) A builder method that invokes thesetCenterShapemethod on the instance being constructed.TableViewBuilder.centerShapePropertyApply(Consumer<BooleanProperty> op) Applies a function to thecenterShapePropertyof the instance being constructed.A builder method that invokes thesetClipmethod on the instance being constructed.TableViewBuilder.clipPropertyApply(Consumer<ObjectProperty<Node>> op) Applies a function to theclipPropertyof the instance being constructed.TableViewBuilder.columnIndexInGridPane(Integer value) Invokes theGridPane.setColumnIndex(Node, Integer)using a fluent API.TableViewBuilder.columnResizePolicy(Callback<TableView.ResizeFeatures, Boolean> callback) A builder method that invokes thesetColumnResizePolicymethod on the instance being constructed.TableViewBuilder.columnResizePolicyPropertyApply(Consumer<ObjectProperty<Callback<TableView.ResizeFeatures, Boolean>>> op) Applies a function to thecolumnResizePolicyPropertyof the instance being constructed.TableViewBuilder.columnSpanInGridPane(Integer value) Invokes theGridPane.setColumnSpan(Node, Integer)using a fluent API.TableViewBuilder.comparatorPropertyApply(Consumer<ReadOnlyObjectProperty<Comparator<S>>> op) Applies a function to thecomparatorPropertyof the instance being constructed.TableViewBuilder.constraintsInGridPane(int columnIndex, int rowIndex) Invokes theGridPane.setConstraints(Node, int, int)using a fluent API.TableViewBuilder.constraintsInGridPane(int columnIndex, int rowIndex, int columnspan, int rowspan) Invokes theGridPane.setConstraints(Node, int, int, int, int)using a fluent API.TableViewBuilder.constraintsInGridPane(int columnIndex, int rowIndex, int columnspan, int rowspan, HPos halignment, VPos valignment) Invokes theGridPane.setConstraints(Node, int, int, int, int, HPos, VPos)using a fluent API.TableViewBuilder.constraintsInGridPane(int columnIndex, int rowIndex, int columnspan, int rowspan, HPos halignment, VPos valignment, Priority hgrow, Priority vgrow) Invokes theGridPane.setConstraints(Node, int, int, int, int, HPos, VPos, Priority, Priority)using a fluent API.TableViewBuilder.constraintsInGridPane(int columnIndex, int rowIndex, int columnspan, int rowspan, HPos halignment, VPos valignment, Priority hgrow, Priority vgrow, Insets margin) Invokes theGridPane.setConstraints(Node, int, int, int, int, HPos, VPos, Priority, Priority, Insets)using a fluent API.TableViewBuilder.contextMenu(ContextMenu value) A builder method that invokes thesetContextMenumethod on the instance being constructed.TableViewBuilder.contextMenuPropertyApply(Consumer<ObjectProperty<ContextMenu>> op) Applies a function to thecontextMenuPropertyof the instance being constructed.static <S> TableViewBuilder<S> TableViewBuilder.create()Returns an instance of theTableViewBuilder<S>.static <S> TableViewBuilder<S> TableViewBuilder.create(ObservableList<S> items) Accepts the constructor arguments ofTableView(ObservableList)and returns an instance ofTableViewBuilder<S>.A builder method that invokes thesetCursormethod on the instance being constructed.TableViewBuilder.cursorPropertyApply(Consumer<ObjectProperty<Cursor>> op) Applies a function to thecursorPropertyof the instance being constructed.A builder method that invokes thesetDepthTestmethod on the instance being constructed.TableViewBuilder.depthTestPropertyApply(Consumer<ObjectProperty<DepthTest>> op) Applies a function to thedepthTestPropertyof the instance being constructed.TableViewBuilder.disable(boolean value) A builder method that invokes thesetDisablemethod on the instance being constructed.TableViewBuilder.disabledPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thedisabledPropertyof the instance being constructed.TableViewBuilder.disablePropertyApply(Consumer<BooleanProperty> op) Applies a function to thedisablePropertyof the instance being constructed.TableViewBuilder.editable(boolean value) A builder method that invokes thesetEditablemethod on the instance being constructed.TableViewBuilder.editablePropertyApply(Consumer<BooleanProperty> op) Applies a function to theeditablePropertyof the instance being constructed.TableViewBuilder.editingCellPropertyApply(Consumer<ReadOnlyObjectProperty<TablePosition<S, ?>>> op) Applies a function to theeditingCellPropertyof the instance being constructed.A builder method that invokes thesetEffectmethod on the instance being constructed.TableViewBuilder.effectiveNodeOrientationPropertyApply(Consumer<ReadOnlyObjectProperty<NodeOrientation>> op) Applies a function to theeffectiveNodeOrientationPropertyof the instance being constructed.TableViewBuilder.effectPropertyApply(Consumer<ObjectProperty<Effect>> op) Applies a function to theeffectPropertyof the instance being constructed.TableViewBuilder.eventDispatcher(EventDispatcher value) A builder method that invokes thesetEventDispatchermethod on the instance being constructed.TableViewBuilder.eventDispatcherPropertyApply(Consumer<ObjectProperty<EventDispatcher>> op) Applies a function to theeventDispatcherPropertyof the instance being constructed.TableViewBuilder.fillHeightInGridPane(Boolean value) Invokes theGridPane.setFillHeight(Node, Boolean)using a fluent API.TableViewBuilder.fillWidthInGridPane(Boolean value) Invokes theGridPane.setFillWidth(Node, Boolean)using a fluent API.TableViewBuilder.fixedCellSize(double value) A builder method that invokes thesetFixedCellSizemethod on the instance being constructed.TableViewBuilder.fixedCellSizePropertyApply(Consumer<DoubleProperty> op) Applies a function to thefixedCellSizePropertyof the instance being constructed.TableViewBuilder.focusedPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thefocusedPropertyof the instance being constructed.TableViewBuilder.focusModel(TableView.TableViewFocusModel<S> value) A builder method that invokes thesetFocusModelmethod on the instance being constructed.TableViewBuilder.focusModelPropertyApply(Consumer<ObjectProperty<TableView.TableViewFocusModel<S>>> op) Applies a function to thefocusModelPropertyof the instance being constructed.TableViewBuilder.focusTraversable(boolean value) A builder method that invokes thesetFocusTraversablemethod on the instance being constructed.TableViewBuilder.focusTraversablePropertyApply(Consumer<BooleanProperty> op) Applies a function to thefocusTraversablePropertyof the instance being constructed.TableViewBuilder.focusVisiblePropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thefocusVisiblePropertyof the instance being constructed.TableViewBuilder.focusWithinPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thefocusWithinPropertyof the instance being constructed.TableViewBuilder.hAlignmentInGridPane(HPos value) Invokes theGridPane.setHalignment(Node, HPos)using a fluent API.TableViewBuilder.heightPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theheightPropertyof the instance being constructed.TableViewBuilder.hGrowInGridPane(Priority value) Invokes theGridPane.setHgrow(Node, Priority)using a fluent API.TableViewBuilder.hGrowInHBox(Priority value) Invokes theHBox.setHgrow(Node, Priority)using a fluent API.TableViewBuilder.hoverPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thehoverPropertyof the instance being constructed.A builder method that invokes thesetIdmethod on the instance being constructed.TableViewBuilder.idPropertyApply(Consumer<StringProperty> op) Applies a function to theidPropertyof the instance being constructed.TableViewBuilder.inputMethodRequests(InputMethodRequests value) A builder method that invokes thesetInputMethodRequestsmethod on the instance being constructed.TableViewBuilder.inputMethodRequestsPropertyApply(Consumer<ObjectProperty<InputMethodRequests>> op) Applies a function to theinputMethodRequestsPropertyof the instance being constructed.TableViewBuilder.insetsPropertyApply(Consumer<ReadOnlyObjectProperty<Insets>> op) Applies a function to theinsetsPropertyof the instance being constructed.TableViewBuilder.items(ObservableList<S> value) A builder method that invokes thesetItemsmethod on the instance being constructed.TableViewBuilder.itemsPropertyApply(Consumer<ObjectProperty<ObservableList<S>>> op) Applies a function to theitemsPropertyof the instance being constructed.TableViewBuilder.layoutBoundsPropertyApply(Consumer<ReadOnlyObjectProperty<Bounds>> op) Applies a function to thelayoutBoundsPropertyof the instance being constructed.TableViewBuilder.layoutX(double value) A builder method that invokes thesetLayoutXmethod on the instance being constructed.TableViewBuilder.layoutXPropertyApply(Consumer<DoubleProperty> op) Applies a function to thelayoutXPropertyof the instance being constructed.TableViewBuilder.layoutY(double value) A builder method that invokes thesetLayoutYmethod on the instance being constructed.TableViewBuilder.layoutYPropertyApply(Consumer<DoubleProperty> op) Applies a function to thelayoutYPropertyof the instance being constructed.TableViewBuilder.leftAnchorInAnchorPane(Double value) Invokes theAnchorPane.setLeftAnchor(Node, Double)using a fluent API.TableViewBuilder.localToParentTransformPropertyApply(Consumer<ReadOnlyObjectProperty<Transform>> op) Applies a function to thelocalToParentTransformPropertyof the instance being constructed.TableViewBuilder.localToSceneTransformPropertyApply(Consumer<ReadOnlyObjectProperty<Transform>> op) Applies a function to thelocalToSceneTransformPropertyof the instance being constructed.TableViewBuilder.managed(boolean value) A builder method that invokes thesetManagedmethod on the instance being constructed.TableViewBuilder.managedPropertyApply(Consumer<BooleanProperty> op) Applies a function to themanagedPropertyof the instance being constructed.TableViewBuilder.marginInBorderPane(Insets value) Invokes theBorderPane.setMargin(Node, Insets)using a fluent API.TableViewBuilder.marginInFlowPane(Insets value) Invokes theFlowPane.setMargin(Node, Insets)using a fluent API.TableViewBuilder.marginInGridPane(Insets value) Invokes theGridPane.setMargin(Node, Insets)using a fluent API.TableViewBuilder.marginInHBox(Insets value) Invokes theHBox.setMargin(Node, Insets)using a fluent API.TableViewBuilder.marginInStackPane(Insets value) Invokes theStackPane.setMargin(Node, Insets)using a fluent API.TableViewBuilder.marginInTilePane(Insets value) Invokes theTilePane.setMargin(Node, Insets)using a fluent API.TableViewBuilder.marginInVBox(Insets value) Invokes theVBox.setMargin(Node, Insets)using a fluent API.TableViewBuilder.maxHeight(double value) A builder method that invokes thesetMaxHeightmethod on the instance being constructed.TableViewBuilder.maxHeightPropertyApply(Consumer<DoubleProperty> op) Applies a function to themaxHeightPropertyof the instance being constructed.TableViewBuilder.maxSize(double maxWidth, double maxHeight) A builder method that invokes thesetMaxSizemethod on the instance being constructed.TableViewBuilder.maxWidth(double value) A builder method that invokes thesetMaxWidthmethod on the instance being constructed.TableViewBuilder.maxWidthPropertyApply(Consumer<DoubleProperty> op) Applies a function to themaxWidthPropertyof the instance being constructed.TableViewBuilder.minHeight(double value) A builder method that invokes thesetMinHeightmethod on the instance being constructed.TableViewBuilder.minHeightPropertyApply(Consumer<DoubleProperty> op) Applies a function to theminHeightPropertyof the instance being constructed.TableViewBuilder.minSize(double minWidth, double minHeight) A builder method that invokes thesetMinSizemethod on the instance being constructed.TableViewBuilder.minWidth(double value) A builder method that invokes thesetMinWidthmethod on the instance being constructed.TableViewBuilder.minWidthPropertyApply(Consumer<DoubleProperty> op) Applies a function to theminWidthPropertyof the instance being constructed.TableViewBuilder.mouseTransparent(boolean value) A builder method that invokes thesetMouseTransparentmethod on the instance being constructed.TableViewBuilder.mouseTransparentPropertyApply(Consumer<BooleanProperty> op) Applies a function to themouseTransparentPropertyof the instance being constructed.TableViewBuilder.needsLayoutPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to theneedsLayoutPropertyof the instance being constructed.TableViewBuilder.nodeOrientation(NodeOrientation orientation) A builder method that invokes thesetNodeOrientationmethod on the instance being constructed.TableViewBuilder.nodeOrientationPropertyApply(Consumer<ObjectProperty<NodeOrientation>> op) Applies a function to thenodeOrientationPropertyof the instance being constructed.TableViewBuilder.onContextMenuRequested(EventHandler<? super ContextMenuEvent> value) A builder method that invokes thesetOnContextMenuRequestedmethod on the instance being constructed.TableViewBuilder.onContextMenuRequestedPropertyApply(Consumer<ObjectProperty<EventHandler<? super ContextMenuEvent>>> op) Applies a function to theonContextMenuRequestedPropertyof the instance being constructed.TableViewBuilder.onDragDetected(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnDragDetectedmethod on the instance being constructed.TableViewBuilder.onDragDetectedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonDragDetectedPropertyof the instance being constructed.TableViewBuilder.onDragDone(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragDonemethod on the instance being constructed.TableViewBuilder.onDragDonePropertyApply(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragDonePropertyof the instance being constructed.TableViewBuilder.onDragDropped(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragDroppedmethod on the instance being constructed.TableViewBuilder.onDragDroppedPropertyApply(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragDroppedPropertyof the instance being constructed.TableViewBuilder.onDragEntered(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragEnteredmethod on the instance being constructed.TableViewBuilder.onDragEnteredPropertyApply(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragEnteredPropertyof the instance being constructed.TableViewBuilder.onDragExited(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragExitedmethod on the instance being constructed.TableViewBuilder.onDragExitedPropertyApply(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragExitedPropertyof the instance being constructed.TableViewBuilder.onDragOver(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragOvermethod on the instance being constructed.TableViewBuilder.onDragOverPropertyApply(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragOverPropertyof the instance being constructed.TableViewBuilder.onInputMethodTextChanged(EventHandler<? super InputMethodEvent> value) A builder method that invokes thesetOnInputMethodTextChangedmethod on the instance being constructed.TableViewBuilder.onInputMethodTextChangedPropertyApply(Consumer<ObjectProperty<EventHandler<? super InputMethodEvent>>> op) Applies a function to theonInputMethodTextChangedPropertyof the instance being constructed.TableViewBuilder.onKeyPressed(EventHandler<? super KeyEvent> value) A builder method that invokes thesetOnKeyPressedmethod on the instance being constructed.TableViewBuilder.onKeyPressedPropertyApply(Consumer<ObjectProperty<EventHandler<? super KeyEvent>>> op) Applies a function to theonKeyPressedPropertyof the instance being constructed.TableViewBuilder.onKeyReleased(EventHandler<? super KeyEvent> value) A builder method that invokes thesetOnKeyReleasedmethod on the instance being constructed.TableViewBuilder.onKeyReleasedPropertyApply(Consumer<ObjectProperty<EventHandler<? super KeyEvent>>> op) Applies a function to theonKeyReleasedPropertyof the instance being constructed.TableViewBuilder.onKeyTyped(EventHandler<? super KeyEvent> value) A builder method that invokes thesetOnKeyTypedmethod on the instance being constructed.TableViewBuilder.onKeyTypedPropertyApply(Consumer<ObjectProperty<EventHandler<? super KeyEvent>>> op) Applies a function to theonKeyTypedPropertyof the instance being constructed.TableViewBuilder.onMouseClicked(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseClickedmethod on the instance being constructed.TableViewBuilder.onMouseClickedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseClickedPropertyof the instance being constructed.TableViewBuilder.onMouseDragEntered(EventHandler<? super MouseDragEvent> value) A builder method that invokes thesetOnMouseDragEnteredmethod on the instance being constructed.TableViewBuilder.onMouseDragEnteredPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseDragEvent>>> op) Applies a function to theonMouseDragEnteredPropertyof the instance being constructed.TableViewBuilder.onMouseDragExited(EventHandler<? super MouseDragEvent> value) A builder method that invokes thesetOnMouseDragExitedmethod on the instance being constructed.TableViewBuilder.onMouseDragExitedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseDragEvent>>> op) Applies a function to theonMouseDragExitedPropertyof the instance being constructed.TableViewBuilder.onMouseDragged(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseDraggedmethod on the instance being constructed.TableViewBuilder.onMouseDraggedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseDraggedPropertyof the instance being constructed.TableViewBuilder.onMouseDragOver(EventHandler<? super MouseDragEvent> value) A builder method that invokes thesetOnMouseDragOvermethod on the instance being constructed.TableViewBuilder.onMouseDragOverPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseDragEvent>>> op) Applies a function to theonMouseDragOverPropertyof the instance being constructed.TableViewBuilder.onMouseDragReleased(EventHandler<? super MouseDragEvent> value) A builder method that invokes thesetOnMouseDragReleasedmethod on the instance being constructed.TableViewBuilder.onMouseDragReleasedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseDragEvent>>> op) Applies a function to theonMouseDragReleasedPropertyof the instance being constructed.TableViewBuilder.onMouseEntered(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseEnteredmethod on the instance being constructed.TableViewBuilder.onMouseEnteredPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseEnteredPropertyof the instance being constructed.TableViewBuilder.onMouseExited(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseExitedmethod on the instance being constructed.TableViewBuilder.onMouseExitedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseExitedPropertyof the instance being constructed.TableViewBuilder.onMouseMoved(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseMovedmethod on the instance being constructed.TableViewBuilder.onMouseMovedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseMovedPropertyof the instance being constructed.TableViewBuilder.onMousePressed(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMousePressedmethod on the instance being constructed.TableViewBuilder.onMousePressedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMousePressedPropertyof the instance being constructed.TableViewBuilder.onMouseReleased(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseReleasedmethod on the instance being constructed.TableViewBuilder.onMouseReleasedPropertyApply(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseReleasedPropertyof the instance being constructed.TableViewBuilder.onRotate(EventHandler<? super RotateEvent> value) A builder method that invokes thesetOnRotatemethod on the instance being constructed.TableViewBuilder.onRotatePropertyApply(Consumer<ObjectProperty<EventHandler<? super RotateEvent>>> op) Applies a function to theonRotatePropertyof the instance being constructed.TableViewBuilder.onRotationFinished(EventHandler<? super RotateEvent> value) A builder method that invokes thesetOnRotationFinishedmethod on the instance being constructed.TableViewBuilder.onRotationFinishedPropertyApply(Consumer<ObjectProperty<EventHandler<? super RotateEvent>>> op) Applies a function to theonRotationFinishedPropertyof the instance being constructed.TableViewBuilder.onRotationStarted(EventHandler<? super RotateEvent> value) A builder method that invokes thesetOnRotationStartedmethod on the instance being constructed.TableViewBuilder.onRotationStartedPropertyApply(Consumer<ObjectProperty<EventHandler<? super RotateEvent>>> op) Applies a function to theonRotationStartedPropertyof the instance being constructed.TableViewBuilder.onScroll(EventHandler<? super ScrollEvent> value) A builder method that invokes thesetOnScrollmethod on the instance being constructed.TableViewBuilder.onScrollFinished(EventHandler<? super ScrollEvent> value) A builder method that invokes thesetOnScrollFinishedmethod on the instance being constructed.TableViewBuilder.onScrollFinishedPropertyApply(Consumer<ObjectProperty<EventHandler<? super ScrollEvent>>> op) Applies a function to theonScrollFinishedPropertyof the instance being constructed.TableViewBuilder.onScrollPropertyApply(Consumer<ObjectProperty<EventHandler<? super ScrollEvent>>> op) Applies a function to theonScrollPropertyof the instance being constructed.TableViewBuilder.onScrollStarted(EventHandler<? super ScrollEvent> value) A builder method that invokes thesetOnScrollStartedmethod on the instance being constructed.TableViewBuilder.onScrollStartedPropertyApply(Consumer<ObjectProperty<EventHandler<? super ScrollEvent>>> op) Applies a function to theonScrollStartedPropertyof the instance being constructed.TableViewBuilder.onScrollTo(EventHandler<ScrollToEvent<Integer>> value) A builder method that invokes thesetOnScrollTomethod on the instance being constructed.TableViewBuilder.onScrollToColumn(EventHandler<ScrollToEvent<TableColumn<S, ?>>> value) A builder method that invokes thesetOnScrollToColumnmethod on the instance being constructed.TableViewBuilder.onScrollToColumnPropertyApply(Consumer<ObjectProperty<EventHandler<ScrollToEvent<TableColumn<S, ?>>>>> op) Applies a function to theonScrollToColumnPropertyof the instance being constructed.TableViewBuilder.onScrollToPropertyApply(Consumer<ObjectProperty<EventHandler<ScrollToEvent<Integer>>>> op) Applies a function to theonScrollToPropertyof the instance being constructed.TableViewBuilder.onSort(EventHandler<SortEvent<TableView<S>>> value) A builder method that invokes thesetOnSortmethod on the instance being constructed.TableViewBuilder.onSortPropertyApply(Consumer<ObjectProperty<EventHandler<SortEvent<TableView<S>>>>> op) Applies a function to theonSortPropertyof the instance being constructed.TableViewBuilder.onSwipeDown(EventHandler<? super SwipeEvent> value) A builder method that invokes thesetOnSwipeDownmethod on the instance being constructed.TableViewBuilder.onSwipeDownPropertyApply(Consumer<ObjectProperty<EventHandler<? super SwipeEvent>>> op) Applies a function to theonSwipeDownPropertyof the instance being constructed.TableViewBuilder.onSwipeLeft(EventHandler<? super SwipeEvent> value) A builder method that invokes thesetOnSwipeLeftmethod on the instance being constructed.TableViewBuilder.onSwipeLeftPropertyApply(Consumer<ObjectProperty<EventHandler<? super SwipeEvent>>> op) Applies a function to theonSwipeLeftPropertyof the instance being constructed.TableViewBuilder.onSwipeRight(EventHandler<? super SwipeEvent> value) A builder method that invokes thesetOnSwipeRightmethod on the instance being constructed.TableViewBuilder.onSwipeRightPropertyApply(Consumer<ObjectProperty<EventHandler<? super SwipeEvent>>> op) Applies a function to theonSwipeRightPropertyof the instance being constructed.TableViewBuilder.onSwipeUp(EventHandler<? super SwipeEvent> value) A builder method that invokes thesetOnSwipeUpmethod on the instance being constructed.TableViewBuilder.onSwipeUpPropertyApply(Consumer<ObjectProperty<EventHandler<? super SwipeEvent>>> op) Applies a function to theonSwipeUpPropertyof the instance being constructed.TableViewBuilder.onTouchMoved(EventHandler<? super TouchEvent> value) A builder method that invokes thesetOnTouchMovedmethod on the instance being constructed.TableViewBuilder.onTouchMovedPropertyApply(Consumer<ObjectProperty<EventHandler<? super TouchEvent>>> op) Applies a function to theonTouchMovedPropertyof the instance being constructed.TableViewBuilder.onTouchPressed(EventHandler<? super TouchEvent> value) A builder method that invokes thesetOnTouchPressedmethod on the instance being constructed.TableViewBuilder.onTouchPressedPropertyApply(Consumer<ObjectProperty<EventHandler<? super TouchEvent>>> op) Applies a function to theonTouchPressedPropertyof the instance being constructed.TableViewBuilder.onTouchReleased(EventHandler<? super TouchEvent> value) A builder method that invokes thesetOnTouchReleasedmethod on the instance being constructed.TableViewBuilder.onTouchReleasedPropertyApply(Consumer<ObjectProperty<EventHandler<? super TouchEvent>>> op) Applies a function to theonTouchReleasedPropertyof the instance being constructed.TableViewBuilder.onTouchStationary(EventHandler<? super TouchEvent> value) A builder method that invokes thesetOnTouchStationarymethod on the instance being constructed.TableViewBuilder.onTouchStationaryPropertyApply(Consumer<ObjectProperty<EventHandler<? super TouchEvent>>> op) Applies a function to theonTouchStationaryPropertyof the instance being constructed.TableViewBuilder.onZoom(EventHandler<? super ZoomEvent> value) A builder method that invokes thesetOnZoommethod on the instance being constructed.TableViewBuilder.onZoomFinished(EventHandler<? super ZoomEvent> value) A builder method that invokes thesetOnZoomFinishedmethod on the instance being constructed.TableViewBuilder.onZoomFinishedPropertyApply(Consumer<ObjectProperty<EventHandler<? super ZoomEvent>>> op) Applies a function to theonZoomFinishedPropertyof the instance being constructed.TableViewBuilder.onZoomPropertyApply(Consumer<ObjectProperty<EventHandler<? super ZoomEvent>>> op) Applies a function to theonZoomPropertyof the instance being constructed.TableViewBuilder.onZoomStarted(EventHandler<? super ZoomEvent> value) A builder method that invokes thesetOnZoomStartedmethod on the instance being constructed.TableViewBuilder.onZoomStartedPropertyApply(Consumer<ObjectProperty<EventHandler<? super ZoomEvent>>> op) Applies a function to theonZoomStartedPropertyof the instance being constructed.TableViewBuilder.opacity(double value) A builder method that invokes thesetOpacitymethod on the instance being constructed.TableViewBuilder.opacityPropertyApply(Consumer<DoubleProperty> op) Applies a function to theopacityPropertyof the instance being constructed.TableViewBuilder.opaqueInsets(Insets value) A builder method that invokes thesetOpaqueInsetsmethod on the instance being constructed.TableViewBuilder.opaqueInsetsPropertyApply(Consumer<ObjectProperty<Insets>> op) Applies a function to theopaqueInsetsPropertyof the instance being constructed.A builder method that invokes thesetPaddingmethod on the instance being constructed.TableViewBuilder.paddingPropertyApply(Consumer<ObjectProperty<Insets>> op) Applies a function to thepaddingPropertyof the instance being constructed.TableViewBuilder.parentPropertyApply(Consumer<ReadOnlyObjectProperty<Parent>> op) Applies a function to theparentPropertyof the instance being constructed.TableViewBuilder.pickOnBounds(boolean value) A builder method that invokes thesetPickOnBoundsmethod on the instance being constructed.TableViewBuilder.pickOnBoundsPropertyApply(Consumer<BooleanProperty> op) Applies a function to thepickOnBoundsPropertyof the instance being constructed.TableViewBuilder.placeholder(Node value) A builder method that invokes thesetPlaceholdermethod on the instance being constructed.TableViewBuilder.placeholderPropertyApply(Consumer<ObjectProperty<Node>> op) Applies a function to theplaceholderPropertyof the instance being constructed.TableViewBuilder.prefHeight(double value) A builder method that invokes thesetPrefHeightmethod on the instance being constructed.TableViewBuilder.prefHeightPropertyApply(Consumer<DoubleProperty> op) Applies a function to theprefHeightPropertyof the instance being constructed.TableViewBuilder.prefSize(double prefWidth, double prefHeight) A builder method that invokes thesetPrefSizemethod on the instance being constructed.TableViewBuilder.prefWidth(double value) A builder method that invokes thesetPrefWidthmethod on the instance being constructed.TableViewBuilder.prefWidthPropertyApply(Consumer<DoubleProperty> op) Applies a function to theprefWidthPropertyof the instance being constructed.TableViewBuilder.pressedPropertyApply(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thepressedPropertyof the instance being constructed.TableViewBuilder.rightAnchorInAnchorPane(Double value) Invokes theAnchorPane.setRightAnchor(Node, Double)using a fluent API.TableViewBuilder.rotate(double value) A builder method that invokes thesetRotatemethod on the instance being constructed.TableViewBuilder.rotatePropertyApply(Consumer<DoubleProperty> op) Applies a function to therotatePropertyof the instance being constructed.TableViewBuilder.rotationAxis(Point3D value) A builder method that invokes thesetRotationAxismethod on the instance being constructed.TableViewBuilder.rotationAxisPropertyApply(Consumer<ObjectProperty<Point3D>> op) Applies a function to therotationAxisPropertyof the instance being constructed.A builder method that invokes thesetRowFactorymethod on the instance being constructed.TableViewBuilder.rowFactoryPropertyApply(Consumer<ObjectProperty<Callback<TableView<S>, TableRow<S>>>> op) Applies a function to therowFactoryPropertyof the instance being constructed.TableViewBuilder.rowIndexInGridPane(Integer value) Invokes theGridPane.setRowIndex(Node, Integer)using a fluent API.TableViewBuilder.rowSpanInGridPane(Integer value) Invokes theGridPane.setRowSpan(Node, Integer)using a fluent API.TableViewBuilder.scaleShape(boolean value) A builder method that invokes thesetScaleShapemethod on the instance being constructed.TableViewBuilder.scaleShapePropertyApply(Consumer<BooleanProperty> op) Applies a function to thescaleShapePropertyof the instance being constructed.TableViewBuilder.scaleX(double value) A builder method that invokes thesetScaleXmethod on the instance being constructed.TableViewBuilder.scaleXPropertyApply(Consumer<DoubleProperty> op) Applies a function to thescaleXPropertyof the instance being constructed.TableViewBuilder.scaleY(double value) A builder method that invokes thesetScaleYmethod on the instance being constructed.TableViewBuilder.scaleYPropertyApply(Consumer<DoubleProperty> op) Applies a function to thescaleYPropertyof the instance being constructed.TableViewBuilder.scaleZ(double value) A builder method that invokes thesetScaleZmethod on the instance being constructed.TableViewBuilder.scaleZPropertyApply(Consumer<DoubleProperty> op) Applies a function to thescaleZPropertyof the instance being constructed.TableViewBuilder.scenePropertyApply(Consumer<ReadOnlyObjectProperty<Scene>> op) Applies a function to thescenePropertyof the instance being constructed.TableViewBuilder.selectionModel(TableView.TableViewSelectionModel<S> value) A builder method that invokes thesetSelectionModelmethod on the instance being constructed.TableViewBuilder.selectionModelPropertyApply(Consumer<ObjectProperty<TableView.TableViewSelectionModel<S>>> op) Applies a function to theselectionModelPropertyof the instance being constructed.A builder method that invokes thesetShapemethod on the instance being constructed.TableViewBuilder.shapePropertyApply(Consumer<ObjectProperty<Shape>> op) Applies a function to theshapePropertyof the instance being constructed.A builder method that invokes thesetSkinmethod on the instance being constructed.TableViewBuilder.skinPropertyApply(Consumer<ObjectProperty<Skin<?>>> op) Applies a function to theskinPropertyof the instance being constructed.TableViewBuilder.snapToPixel(boolean value) A builder method that invokes thesetSnapToPixelmethod on the instance being constructed.TableViewBuilder.snapToPixelPropertyApply(Consumer<BooleanProperty> op) Applies a function to thesnapToPixelPropertyof the instance being constructed.TableViewBuilder.sortPolicy(Callback<TableView<S>, Boolean> callback) A builder method that invokes thesetSortPolicymethod on the instance being constructed.TableViewBuilder.sortPolicyPropertyApply(Consumer<ObjectProperty<Callback<TableView<S>, Boolean>>> op) Applies a function to thesortPolicyPropertyof the instance being constructed.A builder method that invokes thesetStylemethod on the instance being constructed.TableViewBuilder.stylePropertyApply(Consumer<StringProperty> op) Applies a function to thestylePropertyof the instance being constructed.TableViewBuilder.tableMenuButtonVisible(boolean value) A builder method that invokes thesetTableMenuButtonVisiblemethod on the instance being constructed.TableViewBuilder.tableMenuButtonVisiblePropertyApply(Consumer<BooleanProperty> op) Applies a function to thetableMenuButtonVisiblePropertyof the instance being constructed.A builder method that invokes thesetTooltipmethod on the instance being constructed.TableViewBuilder.tooltipPropertyApply(Consumer<ObjectProperty<Tooltip>> op) Applies a function to thetooltipPropertyof the instance being constructed.TableViewBuilder.topAnchorInAnchorPane(Double value) Invokes theAnchorPane.setTopAnchor(Node, Double)using a fluent API.TableViewBuilder.translateX(double value) A builder method that invokes thesetTranslateXmethod on the instance being constructed.TableViewBuilder.translateXPropertyApply(Consumer<DoubleProperty> op) Applies a function to thetranslateXPropertyof the instance being constructed.TableViewBuilder.translateY(double value) A builder method that invokes thesetTranslateYmethod on the instance being constructed.TableViewBuilder.translateYPropertyApply(Consumer<DoubleProperty> op) Applies a function to thetranslateYPropertyof the instance being constructed.TableViewBuilder.translateZ(double value) A builder method that invokes thesetTranslateZmethod on the instance being constructed.TableViewBuilder.translateZPropertyApply(Consumer<DoubleProperty> op) Applies a function to thetranslateZPropertyof the instance being constructed.A builder method that invokes thesetUserDatamethod on the instance being constructed.TableViewBuilder.vAlignmentInGridPane(VPos value) Invokes theGridPane.setValignment(Node, VPos)using a fluent API.TableViewBuilder.vGrowInGridPane(Priority value) Invokes theGridPane.setVgrow(Node, Priority)using a fluent API.TableViewBuilder.vGrowInVBox(Priority value) Invokes theVBox.setVgrow(Node, Priority)using a fluent API.TableViewBuilder.viewOrder(double value) A builder method that invokes thesetViewOrdermethod on the instance being constructed.TableViewBuilder.viewOrderPropertyApply(Consumer<DoubleProperty> op) Applies a function to theviewOrderPropertyof the instance being constructed.TableViewBuilder.visible(boolean value) A builder method that invokes thesetVisiblemethod on the instance being constructed.TableViewBuilder.visiblePropertyApply(Consumer<BooleanProperty> op) Applies a function to thevisiblePropertyof the instance being constructed.TableViewBuilder.widthPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thewidthPropertyof the instance being constructed.static <S> TableViewBuilder<S> TableViewBuilder.withColumns(Collection<? extends TableColumn<S, ?>> col) Creates an instance of the builder, then calls theaddAllmethod on the ObservableList returned by theTableView#getColumns()method.static <S> TableViewBuilder<S> TableViewBuilder.withColumns(TableColumn<S, ?>... elements) Creates an instance of the builder, then calls theaddAllmethod on the ObservableList returned by theTableView#getColumns()method.static <S> TableViewBuilder<S> TableViewBuilder.withItems(Collection<? extends S> col) Creates an instance of the builder, then calls theaddAllmethod on the ObservableList returned by theTableView#getItems()method.static <S> TableViewBuilder<S> TableViewBuilder.withItems(S... elements) Creates an instance of the builder, then calls theaddAllmethod on the ObservableList returned by theTableView#getItems()method.static <S> TableViewBuilder<S> TableViewBuilder.withSortOrder(Collection<? extends TableColumn<S, ?>> col) Creates an instance of the builder, then calls theaddAllmethod on the ObservableList returned by theTableView#getSortOrder()method.static <S> TableViewBuilder<S> TableViewBuilder.withSortOrder(TableColumn<S, ?>... elements) Creates an instance of the builder, then calls theaddAllmethod on the ObservableList returned by theTableView#getSortOrder()method.static <S> TableViewBuilder<S> TableViewBuilder.withVisibleLeafColumns(Collection<? extends TableColumn<S, ?>> col) Creates an instance of the builder, then calls theaddAllmethod on the ObservableList returned by theTableView#getVisibleLeafColumns()method.static <S> TableViewBuilder<S> TableViewBuilder.withVisibleLeafColumns(TableColumn<S, ?>... elements) Creates an instance of the builder, then calls theaddAllmethod on the ObservableList returned by theTableView#getVisibleLeafColumns()method.