Module org.controlsfx.controls
Package impl.org.controlsfx.spreadsheet
Class SelectedCellsMapTemp<T extends TablePositionBase>
java.lang.Object
impl.org.controlsfx.spreadsheet.SelectedCellsMapTemp<T>
- Type Parameters:
T-
This class is copied from com.sun.javafx.scene.control.SelectedCellsMap
temporary in 8u20 to resolve https://javafx-jira.kenai.com/browse/RT-38306
Will be removed in 8u40
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddAll(Collection<T> cells) voidclear()get(int i) intbooleanisEmpty()booleanisSelected(int row, int columnIndex) voidvoidsetAll(Collection<T> cells) intsize()
-
Constructor Details
-
SelectedCellsMapTemp
-
-
Method Details
-
size
public int size() -
get
-
add
-
addAll
-
setAll
-
remove
-
clear
public void clear() -
isSelected
public boolean isSelected(int row, int columnIndex) -
indexOf
-
isEmpty
public boolean isEmpty() -
getSelectedCells
-