Interface ISelectionProvider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ISelectionProvider EMPTY
      A basic selection provider where nothing is selected or expanded.
    • Field Detail

      • EMPTY

        static final ISelectionProvider EMPTY
        A basic selection provider where nothing is selected or expanded.
    • Method Detail

      • isSelected

        boolean isSelected​(java.lang.Object row)
        Has the user selected this row?
        Parameters:
        row - the chosen row
        Returns:
        true if selected
      • isExpanded

        boolean isExpanded​(java.lang.Object row)
        Should this node be expanded.
        Parameters:
        row - the chosen row
        Returns:
        true if it should be expanded.