org.openide.loaders
Interface DataFilter

All Superinterfaces:
Serializable

public interface DataFilter
extends Serializable

Allows certain data objects to be excluded from being displayed.


Field Summary
static DataFilter ALL
          Default filter that accepts everything.
static long serialVersionUID
          deprecated
 
Method Summary
 boolean acceptDataObject(DataObject obj)
          Should the data object be displayed or not?
 

Field Detail

ALL

public static final DataFilter ALL
Default filter that accepts everything.

serialVersionUID

public static final long serialVersionUID
deprecated
Method Detail

acceptDataObject

public boolean acceptDataObject(DataObject obj)
Should the data object be displayed or not?
Parameters:
obj - the data object
Returns:
true if the object should be displayed, false otherwise


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.