Interface Selector

    • Method Detail

      • getSelection

        java.lang.Object getSelection()
        Get the contents of the current selection buffer.
      • isEmpty

        boolean isEmpty()
        Reports whether the current selection contains any objects.
      • addSelectionListener

        void addSelectionListener​(SelectionListener l)
        Add a SelectionListener to this Selector's notification list.
        Parameters:
        l - the SelectionListener to add.
      • removeSelectionListener

        void removeSelectionListener​(SelectionListener l)
        Remove a SelectionListener from this Selector's notification list.
        Parameters:
        l - the SelectionListener to be removed.