Uses of Enum
org.controlsfx.control.spreadsheet.SpreadsheetView.SpanType
Packages that use SpreadsheetView.SpanType
Package
Description
A package containing model and view related classes used by the
SpreadsheetView control.-
Uses of SpreadsheetView.SpanType in org.controlsfx.control.spreadsheet
Subclasses with type arguments of type SpreadsheetView.SpanType in org.controlsfx.control.spreadsheetModifier and TypeClassDescriptionstatic enumThe SpanType describes in which state each cell can be.Methods in org.controlsfx.control.spreadsheet that return SpreadsheetView.SpanTypeModifier and TypeMethodDescriptionSpreadsheetView.getSpanType(int rowIndex, int modelColumn) Return theSpreadsheetView.SpanTypeof a cell.static SpreadsheetView.SpanTypeReturns the enum constant of this type with the specified name.static SpreadsheetView.SpanType[]SpreadsheetView.SpanType.values()Returns an array containing the constants of this enum type, in the order they are declared.