|
org.netbeans.core.startup/1 1.40 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openide.util.Lookup
org.openide.util.lookup.ProxyLookup
org.netbeans.core.startup.MainLookup
public final class MainLookup
The default lookup for the system.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.openide.util.Lookup |
|---|
Lookup.Item<T>, Lookup.Provider, Lookup.Result<T>, Lookup.Template<T> |
| Field Summary |
|---|
| Fields inherited from class org.openide.util.Lookup |
|---|
EMPTY |
| Constructor Summary | |
|---|---|
MainLookup()
|
|
| Method Summary | ||
|---|---|---|
protected void |
beforeLookup(Lookup.Template templ)
|
|
static void |
moduleClassLoadersUp()
Called when modules are about to be turned on. |
|
static void |
moduleLookupReady(Lookup moduleLookup)
Called when Lookup |
|
static void |
modulesClassPathInitialized()
When all module classes are accessible thru systemClassLoader, this method is called to initialize the FolderLookup. |
|
static void |
register(Object obj)
Register new instance. |
|
static
|
register(T obj,
InstanceContent.Convertor<T,R> conv)
Register new instance. |
|
static void |
started()
GuiRunLevel has started up. |
|
static void |
systemClassLoaderChanged(ClassLoader nue)
Called when a system classloader changes. |
|
static void |
unregister(Object obj)
Unregisters the service. |
|
static
|
unregister(T obj,
InstanceContent.Convertor<T,R> conv)
Unregisters the service registered with a convertor. |
|
static Task |
warmUp(long delay)
Schedule all Runnable in WarmUp folder for invocation. |
|
| Methods inherited from class org.openide.util.lookup.ProxyLookup |
|---|
getLookups, lookup, lookup, lookupItem, setLookups, setLookups, toString |
| Methods inherited from class org.openide.util.Lookup |
|---|
getDefault, lookupAll, lookupResult |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MainLookup()
| Method Detail |
|---|
public static void started()
public static Task warmUp(long delay)
Runnable in WarmUp folder for invocation.
delay - time in ms to wait with warmup
public static final void systemClassLoaderChanged(ClassLoader nue)
public static final void moduleClassLoadersUp()
public static final void moduleLookupReady(Lookup moduleLookup)
public static final void modulesClassPathInitialized()
public static void register(Object obj)
public static <T,R> void register(T obj,
InstanceContent.Convertor<T,R> conv)
obj - sourceconv - convertor which postponing an instantiationpublic static void unregister(Object obj)
public static <T,R> void unregister(T obj,
InstanceContent.Convertor<T,R> conv)
protected void beforeLookup(Lookup.Template templ)
beforeLookup in class ProxyLookup
|
org.netbeans.core.startup/1 1.40 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||