org.netbeans.core
Class CoreBridgeImpl
java.lang.Object
org.netbeans.core.startup.CoreBridge
org.netbeans.core.CoreBridgeImpl
public final class CoreBridgeImpl
- extends CoreBridge
Implements necessary callbacks from module system.
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoreBridgeImpl
public CoreBridgeImpl()
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