|
org.openide.util 7.9.0 1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Lookup.Template | |
---|---|
org.openide.util | A set of utility classes covering a few general infrastructure points in the Open APIs. |
org.openide.util.lookup | Support classes for the Registration and Lookup extension mechanism. |
Uses of Lookup.Template in org.openide.util |
---|
Methods in org.openide.util with parameters of type Lookup.Template | ||
---|---|---|
abstract
|
Lookup.lookup(Lookup.Template<T> template)
The general lookup method. |
|
|
Lookup.lookupItem(Lookup.Template<T> template)
Look up the first item matching a given template. |
Uses of Lookup.Template in org.openide.util.lookup |
---|
Methods in org.openide.util.lookup with parameters of type Lookup.Template | ||
---|---|---|
protected void |
ProxyLookup.beforeLookup(Lookup.Template<?> template)
Notifies subclasses that a query is about to be processed. |
|
protected void |
AbstractLookup.beforeLookup(Lookup.Template<?> template)
Notifies subclasses that a query is about to be processed. |
|
|
ProxyLookup.lookup(Lookup.Template<T> template)
|
|
|
AbstractLookup.lookup(Lookup.Template<T> template)
|
|
|
ProxyLookup.lookupItem(Lookup.Template<T> template)
|
|
|
AbstractLookup.lookupItem(Lookup.Template<T> template)
|
|
org.openide.util 7.9.0 1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |