Uses of Enum
org.controlsfx.control.tableview2.TableView2.SpanType
Packages that use TableView2.SpanType
-
Uses of TableView2.SpanType in org.controlsfx.control.tableview2
Subclasses with type arguments of type TableView2.SpanType in org.controlsfx.control.tableview2Modifier and TypeClassDescriptionstatic enumThe SpanType describes in which state each cell can be.Methods in org.controlsfx.control.tableview2 that return TableView2.SpanTypeModifier and TypeMethodDescriptionTableView2.getSpanType(int rowIndex, int modelColumn) Return theTableView2.SpanTypeof a cell.static TableView2.SpanTypeReturns 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.