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

Uses of Interface org.openide.util.lookup.InstanceContent.Convertor (NetBeans APIs) - NetBeans API Javadoc 4.1.0


Uses of Interface
org.openide.util.lookup.InstanceContent.Convertor

Packages that use InstanceContent.Convertor
org.openide.util.lookup Useful implementations of the lookup system used to register functionality and objects in the APIs. 
 

Uses of InstanceContent.Convertor in org.openide.util.lookup
 

Methods in org.openide.util.lookup with parameters of type InstanceContent.Convertor
static Lookup Lookups.fixed(Object[] keys, InstanceContent.Convertor convertor)
          Creates a lookup that contains an array of objects specified via the parameter.
 void InstanceContent.add(Object inst, InstanceContent.Convertor conv)
          The method to add instance to the lookup with.
 void InstanceContent.remove(Object inst, InstanceContent.Convertor conv)
          Remove instance added with a convertor.
 void InstanceContent.set(Collection col, InstanceContent.Convertor conv)
          Changes all pairs in the lookup to new values.
 



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