| |
|
| java.lang.Object org.netbeans.core.NbTopManager org.netbeans.core.NonGui
NonGui | public class NonGui extends NbTopManager implements Runnable,org.netbeans.core.startup.RunLevel(Code) | | Most of the NetBeans startup logic that is not closely tied to the GUI.
The meat of the startup sequence is in
NonGui.run .
|
Constructor Summary | |
public | NonGui() |
doExit | static void doExit(int code)(Code) | | Exits from the VM.
|
getModuleSystem | public ModuleSystem getModuleSystem()(Code) | | Get the module subsystem.
|
initializeMainWindow | protected void initializeMainWindow()(Code) | | Method to initialize the main window.
|
isInteractive | public boolean isInteractive(int il)(Code) | | Everything is interactive
|
run | public void run()(Code) | | Initialization of the manager.
|
|
|
|