org.netbeans.core.startup/1 1.40

org.netbeans.core.startup
Class CoreBridge

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

public abstract class CoreBridge
extends Object

Interface to environment that the Module system needs around itself.


Constructor Summary
CoreBridge()
           
 
Method Summary
protected abstract  void attachToCategory(Object category)
          Attaches or detaches to current category of actions.
abstract  int cli(String[] string, InputStream inputStream, OutputStream outputStream, OutputStream errorStream, File file)
           
static void defineOsTokens(Collection<? super String> provides)
          Define org.openide.modules.os.* tokens according to the current platform.
static CoreBridge getDefault()
           
abstract  void initializePlaf(Class uiClass, int uiFontSize, URL themeURL)
           
protected abstract  void loadActionSection(ManifestSection.ActionSection s, boolean load)
           
protected abstract  void loadDefaultSection(ManifestSection ms, InstanceContent.Convertor<ManifestSection,Object> convertor, boolean add)
           
protected abstract  void loaderPoolTransaction(boolean begin)
           
protected abstract  void loadLoaderSection(ManifestSection.LoaderSection s, boolean load)
           
abstract  Lookup lookupCacheLoad()
           
abstract  void registerPropertyEditors()
          Abstracts away from definition of property editors.
abstract  void setStatusText(String status)
          Delegates to status displayer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreBridge

public CoreBridge()
Method Detail

getDefault

public static CoreBridge getDefault()

attachToCategory

protected abstract void attachToCategory(Object category)
Attaches or detaches to current category of actions.

Parameters:
category - name or null

loadDefaultSection

protected abstract void loadDefaultSection(ManifestSection ms,
                                           InstanceContent.Convertor<ManifestSection,Object> convertor,
                                           boolean add)

loadActionSection

protected abstract void loadActionSection(ManifestSection.ActionSection s,
                                          boolean load)
                                   throws Exception
Throws:
Exception

loadLoaderSection

protected abstract void loadLoaderSection(ManifestSection.LoaderSection s,
                                          boolean load)
                                   throws Exception
Throws:
Exception

loaderPoolTransaction

protected abstract void loaderPoolTransaction(boolean begin)

registerPropertyEditors

public abstract void registerPropertyEditors()
Abstracts away from definition of property editors.

Since:
1.7

lookupCacheLoad

public abstract Lookup lookupCacheLoad()

setStatusText

public abstract void setStatusText(String status)
Delegates to status displayer.


initializePlaf

public abstract void initializePlaf(Class uiClass,
                                    int uiFontSize,
                                    URL themeURL)

cli

public abstract int cli(String[] string,
                        InputStream inputStream,
                        OutputStream outputStream,
                        OutputStream errorStream,
                        File file)

defineOsTokens

public static void defineOsTokens(Collection<? super String> provides)
Define org.openide.modules.os.* tokens according to the current platform.

Parameters:
provides - a collection that may be added to

org.netbeans.core.startup/1 1.40

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