Class SelectedCellsMapTemp<T extends TablePositionBase>

  • 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 Detail

    • Method Detail

      • size

        public int size()
      • get

        public T get​(int i)
      • add

        public void add​(T tp)
      • 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()