Class FilteredItemsSelectionDialog.AbstractContentProvider

  • Enclosing class:
    FilteredItemsSelectionDialog

    protected abstract class FilteredItemsSelectionDialog.AbstractContentProvider
    extends java.lang.Object
    An interface to content providers for FilterItemsSelectionDialog.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void add​(java.lang.Object item, FilteredItemsSelectionDialog.ItemsFilter itemsFilter)
      Adds the item to the content provider iff the filter matches the item.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait