Class ObservableList.EDTMirror<S>

    • Method Detail

      • refresh

        public void refresh(boolean immediately)
        Refresh the contents of this list. This should only be called by an external agent if the filter has changed. This will automatically be invoked as the master list changes.
        Parameters:
        immediately - if true then this is a blocking call, otherwise this uses SwingUtilities.invokeLater to update the list.
      • addListDataListener

        public void addListDataListener(ListDataListener listener)
      • getElementAt

        public S getElementAt(int index)
      • getSize

        public int getSize()
      • removeListDataListener

        public void removeListDataListener(ListDataListener listener)
      • setSelectedItem

        public void setSelectedItem(Object anItem)
      • getSelectedItem

        public Object getSelectedItem()
      • indexOf

        public int indexOf(S element)