| org.netbeans.core.CoreBridgeImpl
CoreBridgeImpl | final public class CoreBridgeImpl extends org.netbeans.core.startup.CoreBridge implements Runnable(Code) | | Implements necessary callbacks from module system.
author: Jaroslav Tulach |
Method Summary | |
protected void | attachToCategory(Object category) | public int | cli(String[] string, InputStream inputStream, OutputStream outputStream, OutputStream errorStream, File file) | public void | cliUsage(PrintWriter printWriter) | public void | initializePlaf(Class uiClass, int uiFontSize, java.net.URL themeURL) | protected void | loadActionSection(ManifestSection.ActionSection s, boolean load) | protected void | loadDefaultSection(org.netbeans.core.startup.ManifestSection s, org.openide.util.lookup.InstanceContent.Convertor<ManifestSection, Object> convertor, boolean load) | protected void | loadLoaderSection(ManifestSection.LoaderSection s, boolean load) | protected void | loadSettings() | protected void | loaderPoolTransaction(boolean begin) | public org.openide.util.Lookup | lookupCacheLoad() | public void | registerPropertyEditors() | public void | run() | public void | setStatusText(String status) |
attachToCategory | protected void attachToCategory(Object category)(Code) | | |
loadActionSection | protected void loadActionSection(ManifestSection.ActionSection s, boolean load) throws Exception(Code) | | |
loadDefaultSection | protected void loadDefaultSection(org.netbeans.core.startup.ManifestSection s, org.openide.util.lookup.InstanceContent.Convertor<ManifestSection, Object> convertor, boolean load)(Code) | | |
loadLoaderSection | protected void loadLoaderSection(ManifestSection.LoaderSection s, boolean load) throws Exception(Code) | | |
loadSettings | protected void loadSettings()(Code) | | |
loaderPoolTransaction | protected void loaderPoolTransaction(boolean begin)(Code) | | |
lookupCacheLoad | public org.openide.util.Lookup lookupCacheLoad()(Code) | | |
registerPropertyEditors | public void registerPropertyEditors()(Code) | | |
|
|