| java.lang.Object org.netbeans.api.debugger.Lookup
Lookup | abstract class Lookup implements ContextProvider(Code) | | Lookup implementation, which provides services in a list.
The list can refresh itself when the services change.
The refreshing is performed under a lock on the list object so that
clients have consistent data under synchronization on the list instance.
author: Jan Jancura, Martin Entlicher |
Inner Class :static class Instance extends Lookup | |
Inner Class :static class Compound extends Lookup | |
Inner Class :static class MetaInf extends Lookup | |
NOTIFY_LOAD_FIRST | final public static String NOTIFY_LOAD_FIRST(Code) | | |
NOTIFY_LOAD_LAST | final public static String NOTIFY_LOAD_LAST(Code) | | |
NOTIFY_UNLOAD_FIRST | final public static String NOTIFY_UNLOAD_FIRST(Code) | | |
NOTIFY_UNLOAD_LAST | final public static String NOTIFY_UNLOAD_LAST(Code) | | |
|
|