站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

DataFilter (NetBeans Loaders API) - NetBeans API Javadoc 5.0.0

 

org.openide.loaders
Interface DataFilter

All Superinterfaces:
Serializable
All Known Subinterfaces:
ChangeableDataFilter

public interface DataFilter
extends Serializable

Allows certain data objects to be excluded from being displayed.

See Also:
RepositoryNodeFactory

Field Summary
static DataFilter ALL
          Default filter that accepts everything.
static long serialVersionUID
          Deprecated. Only public by accident.
 
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. Only public by accident.

See Also:
Constant Field Values
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 May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.