Interface MutableSingleSelection<E>

    • Method Detail

      • setSelected

        void setSelected​(E element)
        Change the selection to the given element.
        Specified by:
        setSelected in interface MutableSelection<E>
        Parameters:
        element - the element to replace the current selection.