Uses of Class
org.controlsfx.control.tableview2.TableView2.SpanType
-
Packages that use TableView2.SpanType Package Description org.controlsfx.control.tableview2 -
-
Uses of TableView2.SpanType in org.controlsfx.control.tableview2
Methods in org.controlsfx.control.tableview2 that return TableView2.SpanType Modifier and Type Method Description TableView2.SpanType
TableView2. getSpanType(int rowIndex, int modelColumn)
Return theTableView2.SpanType
of a cell.static TableView2.SpanType
TableView2.SpanType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TableView2.SpanType[]
TableView2.SpanType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-