Module org.controlsfx.controls
Package impl.org.controlsfx.spreadsheet
Class RectangleSelection.SelectionRange
java.lang.Object
impl.org.controlsfx.spreadsheet.RectangleSelection.SelectionRange
- Enclosing class:
- RectangleSelection
Utility class to transform a list of selected cells into a union of
ranges.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfill(List<TablePosition> list) voidfill(List<TablePosition> list, SpreadsheetView spv) Construct a SelectionRange with a List of Pair where the value is the row and the value is column.voidfillClipboardRange(List<ClipboardCell> list) Fills this ClipBoardRange with a list aClipboardCell.getRange()static Longkey(int row, int column)
-
Constructor Details
-
SelectionRange
public SelectionRange()
-
-
Method Details
-
fill
-
fill
Construct a SelectionRange with a List of Pair where the value is the row and the value is column.- Parameters:
list-spv-
-
fillClipboardRange
Fills this ClipBoardRange with a list aClipboardCell. The result can be accessed with thegetRange()method.- Parameters:
list- the list aClipboardCell
-
getRange
-
key
-