Package | Description |
---|---|
org.openide.util.lookup |
Support classes for the Registration and
Lookup extension mechanism. |
Modifier and Type | Method | Description |
---|---|---|
protected void |
AbstractLookup.addPair(AbstractLookup.Pair<?> pair) |
The method to add instance to the lookup with.
|
protected void |
AbstractLookup.addPair(AbstractLookup.Pair<?> pair,
Executor notifyIn) |
The method to add instance to the lookup with.
|
void |
AbstractLookup.Content.addPair(AbstractLookup.Pair<?> pair) |
The method to add a pair to the associated
AbstractLookup . |
void |
AbstractLookup.Content.removePair(AbstractLookup.Pair<?> pair) |
Remove instance.
|
protected void |
AbstractLookup.removePair(AbstractLookup.Pair<?> pair) |
Remove instance.
|
protected void |
AbstractLookup.removePair(AbstractLookup.Pair<?> pair,
Executor notifyIn) |
Remove instance.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractLookup.Content.setPairs(Collection<? extends AbstractLookup.Pair> c) |
Changes all pairs in the lookup to new values.
|
protected void |
AbstractLookup.setPairs(Collection<? extends AbstractLookup.Pair> collection) |
Changes all pairs in the lookup to new values.
|
protected void |
AbstractLookup.setPairs(Collection<? extends AbstractLookup.Pair> collection,
Executor notifyIn) |
Changes all pairs in the lookup to new values, notifies listeners
using provided executor.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.