org.netbeans.core.startup/1 1.40

org.netbeans.core.startup
Class Main

java.lang.Object
  extended by org.netbeans.core.startup.Main

public final class Main
extends Object

Main class for NetBeans when run in GUI mode.


Constructor Summary
Main()
           
 
Method Summary
static ModuleSystem getModuleSystem()
          Get and initialize module subsystem.
static void initializeURLFactory()
          Initializes default stream factory
static void initUICustomizations()
          Sets up the custom font size and theme url for the plaf library to process.
static boolean isInitialized()
          Is used to find out whether the system has already been initialized for the first time or not yet.
static void main(String[] argv)
          Starts TopThreadGroup which properly overrides uncaughtException Further - new thread in the group execs main
static void setStatusText(String msg)
          Prints the text to splash screen or to status line, if available.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

setStatusText

public static void setStatusText(String msg)
Prints the text to splash screen or to status line, if available.


main

public static void main(String[] argv)
                 throws Exception
Starts TopThreadGroup which properly overrides uncaughtException Further - new thread in the group execs main

Throws:
Exception

initializeURLFactory

public static void initializeURLFactory()
Initializes default stream factory


initUICustomizations

public static void initUICustomizations()
Sets up the custom font size and theme url for the plaf library to process.


getModuleSystem

public static ModuleSystem getModuleSystem()
Get and initialize module subsystem.


isInitialized

public static boolean isInitialized()
Is used to find out whether the system has already been initialized for the first time or not yet.

Returns:
true if changes in the lookup shall mean real changes, false if it just the first initalization

org.netbeans.core.startup/1 1.40

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.