Method Summary |
|
public static void | exit() |
public static NbTopManager | get() Getter for instance of this manager. |
public static List | getModuleJars() |
public static Lookup | getModuleLookup() |
abstract public ModuleSystem | getModuleSystem() Get the module subsystem. |
public static NbTopManager | getUninitialized() Danger method for clients who think they want an NbTM but don't actually
care whether it is ready or not. |
public static boolean | isExiting() |
public static synchronized boolean | isInitialized() Checks whether the top manager has been loaded already. |
abstract public boolean | isInteractive(int il) Test method to check whether some level of interactivity is enabled. |
public static boolean | isModalDialogPresent() |
final public void | register(Object obj) Register new instance. |
final public void | register(T obj, InstanceContent.Convertor<T, R> conv) Register new instance. |
public void | showHelp(HelpCtx helpCtx) Shows a specified HelpCtx in IDE's help window. |
final public void | unregister(Object obj) Unregisters the service. |
final public void | unregister(T obj, InstanceContent.Convertor<T, R> conv) Unregisters the service registered with a convertor. |