| |
|
| java.lang.Object org.netbeans.core.NbTopManager org.netbeans.core.Plain
Plain | public class Plain extends NbTopManager implements Runnable,ChangeListener(Code) | | Default implementation of TopManager that is used when
the system is used without initialization.
author: Jaroslav Tulach |
Constructor Summary | |
public | Plain() Creates new Plain. |
Plain | public Plain()(Code) | | Creates new Plain.
|
createModuleSystem | protected ModuleSystem createModuleSystem() throws IOException(Code) | | Create the module system. Subclasses may override.
|
getModuleSystem | public ModuleSystem getModuleSystem()(Code) | | Get the module subsystem.
|
isInteractive | public boolean isInteractive(int il)(Code) | | Test method to check whether some level of interactivity is enabled.
Parameters: il - mask composed of the constants of IL_XXXX true if such level is enabled |
notify | public Object notify(org.openide.NotifyDescriptor nd)(Code) | | |
notifyException | public void notifyException(Throwable t)(Code) | | Prints the stack trace of an exception.
|
run | public void run()(Code) | | Initializaton of modules if user directory provided.
|
|
|
|