当前页面:
在线文档首页 >
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.
process
public Object process(Object original,
Collection toAdd)
- Parameters:
original
- the object that is going to be returned from the enumeration right nowtoAdd
- can be non-null if one can add new objects at the end of the enumeration
- Returns:
- a replacement for this object