- Main - Class in org.netbeans
-
Bootstrap main class.
- main(String[]) - Static method in class org.netbeans.Main
-
Starts the NetBeans system.
- main(String[]) - Static method in class org.netbeans.NbExecJavaStartTry
-
- makeSwingUseSpecialClipboard(Clipboard) - Static method in class org.netbeans.TopSecurityManager
-
Convinces Swing components that they should use special clipboard
and not Toolkit.getSystemClipboard.
- mgr - Variable in class org.netbeans.Module
-
manager which owns this module
- MISC_PROP_MISMATCH - Static variable in class org.netbeans.Events
-
Module afflicted, String propname, Object valueOnDisk, Object actualValue
- MISSING_JAR_FILE - Static variable in class org.netbeans.Events
-
File nonexistentJar
- Module - Class in org.netbeans
-
Object representing one module, possibly installed.
- Module(ModuleManager, Events, Object, boolean, boolean, boolean) - Constructor for class org.netbeans.Module
-
Use ModuleManager.create as a factory.
- Module(ModuleManager, Events, Object, ClassLoader) - Constructor for class org.netbeans.Module
-
Create a special-purpose "fixed" JAR.
- Module(ModuleManager, Events, Object, ClassLoader, boolean, boolean) - Constructor for class org.netbeans.Module
-
Create a special-purpose "fixed" JAR which may nonetheless be marked eager or autoload.
- Module.PackageExport - Class in org.netbeans
-
Struct representing a package exported from a module.
- moduleDependencies(Collection<Module>, Map<String, Module>, Map<String, Set<Module>>) - Static method in class org.netbeans.Util
-
Enumerate (direct) interdependencies among a set of modules.
- ModuleFactory - Class in org.netbeans
-
Allows creation of custom modules.
- ModuleFactory() - Constructor for class org.netbeans.ModuleFactory
-
- ModuleInstaller - Class in org.netbeans
-
Responsible for actually installing the contents of module JARs into the IDE.
- ModuleInstaller() - Constructor for class org.netbeans.ModuleInstaller
-
No-op constructor for subclasses.
- ModuleManager - Class in org.netbeans
-
Manages a collection of modules.
- ModuleManager(ModuleInstaller, Events) - Constructor for class org.netbeans.ModuleManager
-
Create a manager, initially with no managed modules.
- MODULES_FILE_PROCESSED - Static variable in class org.netbeans.Events
-
FileObject
- MODULES_FILE_SCANNED - Static variable in class org.netbeans.Events
-
Integer
- mutex() - Method in class org.netbeans.ModuleManager
-
Get a locking mutex for this module installer.
- mutexPrivileged() - Method in class org.netbeans.ModuleManager
-
Classes in this package can, if careful, use the privileged form.