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

Enumerations.Processor (NetBeans Utilities API) - NetBeans API Javadoc 5.0.0

 

org.openide.util
Interface Enumerations.Processor

Enclosing interface:
Enumerations

public static interface Enumerations.Processor

Processor interface that can filter out objects from the enumeration, change them or add aditional objects to the end of the current enumeration.


Method Summary
 Object process(Object original, Collection toAdd)
           
 

Method Detail

process

public Object process(Object original,
                      Collection toAdd)
Parameters:
original - the object that is going to be returned from the enumeration right now
toAdd - can be non-null if one can add new objects at the end of the enumeration
Returns:
a replacement for this object

 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.