- getDefault() - Static method in class org.openide.util.Lookup
-
Static method to obtain the global lookup in the whole system.
- getDisplayName() - Method in class org.openide.util.Lookup.Item
-
Get a human presentable name for the item.
- getId() - Method in class org.openide.util.Lookup.Item
-
Get a persistent identifier for the item.
- getId() - Method in class org.openide.util.Lookup.Template
-
Get the persistent identifier being searched for, if any.
- getInstance() - Method in class org.openide.util.Lookup.Item
-
Get the instance itself.
- getInstance() - Method in class org.openide.util.Lookup.Template
-
Get the specific instance being searched for, if any.
- getLookup() - Method in interface org.openide.util.Lookup.Provider
-
Returns lookup associated with the object.
- getLookups() - Method in class org.openide.util.lookup.ProxyLookup
-
Getter for the delegates.
- getType() - Method in class org.openide.util.Lookup.Item
-
Get the implementing class of the instance.
- getType() - Method in class org.openide.util.Lookup.Template
-
Get the class (or superclass or interface) to search for.