Eclipse Platform
Release 3.3

org.eclipse.ui.dialogs
Class FilteredItemsSelectionDialog.AbstractContentProvider

java.lang.Object
  extended byorg.eclipse.ui.dialogs.FilteredItemsSelectionDialog.AbstractContentProvider
Enclosing class:
FilteredItemsSelectionDialog

protected abstract class FilteredItemsSelectionDialog.AbstractContentProvider
extends Object

An interface to content providers for FilterItemsSelectionDialog.


Constructor Summary
protected FilteredItemsSelectionDialog.AbstractContentProvider()
           
 
Method Summary
abstract  void add(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
 

Constructor Detail

FilteredItemsSelectionDialog.AbstractContentProvider

protected FilteredItemsSelectionDialog.AbstractContentProvider()
Method Detail

add

public abstract void add(Object item,
                         FilteredItemsSelectionDialog.ItemsFilter itemsFilter)
Adds the item to the content provider iff the filter matches the item. Otherwise does nothing.

Parameters:
item - the item to add
itemsFilter - the filter
See Also:
FilteredItemsSelectionDialog.ItemsFilter.matchItem(Object)

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.