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
 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 December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.