Class SelectedCellsMapTemp<T extends TablePositionBase>

java.lang.Object
impl.org.controlsfx.spreadsheet.SelectedCellsMapTemp<T>
Type Parameters:
T -

public class SelectedCellsMapTemp<T extends TablePositionBase> extends Object
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 Details

  • Method Details

    • size

      public int size()
    • get

      public T get(int i)
    • add

      public void add(T tp)
    • addAll

      public void addAll(Collection<T> cells)
    • setAll

      public void setAll(Collection<T> cells)
    • remove

      public void remove(T tp)
    • clear

      public void clear()
    • isSelected

      public boolean isSelected(int row, int columnIndex)
    • indexOf

      public int indexOf(T tp)
    • isEmpty

      public boolean isEmpty()
    • getSelectedCells

      public ObservableList<T> getSelectedCells()