Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class TablePositionBuilder<S,T,B extends TablePositionBuilder<S,T,B>> extends java.lang.Object implements Builder<TablePosition<S,T>>
TablePosition
Modifier | Constructor and Description |
---|---|
protected |
TablePositionBuilder() |
Modifier and Type | Method and Description |
---|---|
TablePosition<S,T> |
build()
Make an instance of
TablePosition based on the properties set on this builder. |
static <S,T> TablePositionBuilder<S,T,?> |
create()
Creates a new instance of TablePositionBuilder.
|
B |
row(int x)
Set the value of the
row property for the instance constructed by this builder. |
B |
tableColumn(TableColumn<S,T> x)
Set the value of the
tableColumn property for the instance constructed by this builder. |
B |
tableView(TableView<S> x)
Set the value of the
tableView property for the instance constructed by this builder. |
public static <S,T> TablePositionBuilder<S,T,?> create()
public B row(int x)
row
property for the instance constructed by this builder.public B tableColumn(TableColumn<S,T> x)
tableColumn
property for the instance constructed by this builder.public B tableView(TableView<S> x)
tableView
property for the instance constructed by this builder.public TablePosition<S,T> build()
TablePosition
based on the properties set on this builder.build
in interface Builder<TablePosition<S,T>>
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to