org.netbeans.core/2 3.32

org.netbeans.core
Class CoreBridgeImpl

java.lang.Object
  extended by org.netbeans.core.startup.CoreBridge
      extended by org.netbeans.core.CoreBridgeImpl

public final class CoreBridgeImpl
extends CoreBridge

Implements necessary callbacks from module system.


Constructor Summary
CoreBridgeImpl()
           
 
Method Summary
protected  void attachToCategory(Object category)
           
 int cli(String[] args, InputStream inputStream, OutputStream outputStream, OutputStream errorStream, File file)
           
 void initializePlaf(Class uiClass, int uiFontSize, URL themeURL)
           
protected  void loadActionSection(ManifestSection.ActionSection s, boolean load)
           
protected  void loadDefaultSection(ManifestSection s, InstanceContent.Convertor<ManifestSection,Object> convertor, boolean load)
           
protected  void loaderPoolTransaction(boolean begin)
           
protected  void loadLoaderSection(ManifestSection.LoaderSection s, boolean load)
           
 Lookup lookupCacheLoad()
           
 void registerPropertyEditors()
           
 void setStatusText(String status)
           
 
Methods inherited from class org.netbeans.core.startup.CoreBridge
defineOsTokens, getDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreBridgeImpl

public CoreBridgeImpl()
Method Detail

attachToCategory

protected void attachToCategory(Object category)
Specified by:
attachToCategory in class CoreBridge

loadDefaultSection

protected void loadDefaultSection(ManifestSection s,
                                  InstanceContent.Convertor<ManifestSection,Object> convertor,
                                  boolean load)
Specified by:
loadDefaultSection in class CoreBridge

loadActionSection

protected void loadActionSection(ManifestSection.ActionSection s,
                                 boolean load)
                          throws Exception
Specified by:
loadActionSection in class CoreBridge
Throws:
Exception

loadLoaderSection

protected void loadLoaderSection(ManifestSection.LoaderSection s,
                                 boolean load)
                          throws Exception
Specified by:
loadLoaderSection in class CoreBridge
Throws:
Exception

loaderPoolTransaction

protected void loaderPoolTransaction(boolean begin)
Specified by:
loaderPoolTransaction in class CoreBridge

setStatusText

public void setStatusText(String status)
Specified by:
setStatusText in class CoreBridge

initializePlaf

public void initializePlaf(Class uiClass,
                           int uiFontSize,
                           URL themeURL)
Specified by:
initializePlaf in class CoreBridge

lookupCacheLoad

public Lookup lookupCacheLoad()
Specified by:
lookupCacheLoad in class CoreBridge

cli

public int cli(String[] args,
               InputStream inputStream,
               OutputStream outputStream,
               OutputStream errorStream,
               File file)
Specified by:
cli in class CoreBridge

registerPropertyEditors

public void registerPropertyEditors()
Specified by:
registerPropertyEditors in class CoreBridge

org.netbeans.core/2 3.32

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