|
|||||||||||
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 | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |