See: Description
| Package | Description |
|---|---|
| org.netbeans.beaninfo.editors | |
| org.netbeans.core | |
| org.netbeans.core.actions |
NetBeansCore The heart of NetBeans. It contains basic implementation of all necessary interfaces, takes care of the startup sequence and the whole lifecycle of any NetBeans based application.
The o.n.core module finds a instance of java.net.ProxySelector
in the default org.openide.util.Lookup. If some found
then will be registred as default ProxySelector.setDedault().
An implementation of this class brings a facility to reload Network
Proxy Settings from underlying OS.
The module core.network provides a implementation
which may be accessible via Lookup.getDefault(). It's not guaranteed
any implementation is found on all distribution.
Classes NbProxySelector and ProxyAutoConfig have been
moved to Core Network module. Now the NbProxySelector can be accessed
via lookup - in CoreBridgeImpl.
|
|
|
|
|
The sources for the module are in the NetBeans Mercurial repositories.
Nothing.
Read more about the implementation in the answers to architecture questions.
Built on May 16 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.