|
org.openide.util 7.9.0 1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceContent.Convertor | |
---|---|
org.openide.util.lookup | Support classes for the Registration and Lookup extension mechanism. |
Uses of InstanceContent.Convertor in org.openide.util.lookup |
---|
Methods in org.openide.util.lookup with parameters of type InstanceContent.Convertor | ||
---|---|---|
|
InstanceContent.add(T inst,
InstanceContent.Convertor<T,R> conv)
The method to add instance to the lookup with. |
|
static
|
Lookups.fixed(T[] keys,
InstanceContent.Convertor<? super T,R> convertor)
Creates a lookup that contains an array of objects specified via the parameter. |
|
|
InstanceContent.remove(T inst,
InstanceContent.Convertor<T,R> conv)
Remove instance added with a convertor. |
|
|
InstanceContent.set(Collection<T> col,
InstanceContent.Convertor<T,R> conv)
Changes all pairs in the lookup to new values. |
|
org.openide.util 7.9.0 1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |