Uses of Interface
org.eclipse.net4j.util.om.OMBundle

Packages that use OMBundle
org.eclipse.net4j.util.om Interfaces and classes for environment independent operations and maintenance (O&M). 
org.eclipse.net4j.util.om.log Interfaces and classes for environment independent logging. 
org.eclipse.net4j.util.om.pref Interfaces and classes for environment independent preference management. 
org.eclipse.net4j.util.om.trace Interfaces and classes for environment independent tracing. 
org.eclipse.net4j.util.ui   
 

Uses of OMBundle in org.eclipse.net4j.util.om
 

Methods in org.eclipse.net4j.util.om that return OMBundle
 OMBundle OMPlatform.bundle(java.lang.String bundleID, java.lang.Class<?> accessor)
           
 OMBundle OSGiActivator.getOMBundle()
           
 

Methods in org.eclipse.net4j.util.om with parameters of type OMBundle
static void OSGiActivator.startBundle(org.osgi.framework.BundleContext context, OMBundle bundle)
           
static void LegacyUtil.startBundles(OMBundle[] bundles)
           
static void OSGiActivator.stopBundle(org.osgi.framework.BundleContext context, OMBundle bundle)
           
static void LegacyUtil.stopBundles(OMBundle[] bundles)
           
 

Constructors in org.eclipse.net4j.util.om with parameters of type OMBundle
OSGiActivator(OMBundle omBundle)
           
 

Uses of OMBundle in org.eclipse.net4j.util.om.log
 

Methods in org.eclipse.net4j.util.om.log that return OMBundle
 OMBundle OMLogger.getBundle()
           
 OMBundle Logger.getBundle()
           
 

Constructors in org.eclipse.net4j.util.om.log with parameters of type OMBundle
Logger(OMBundle bundle)
           
 

Uses of OMBundle in org.eclipse.net4j.util.om.pref
 

Methods in org.eclipse.net4j.util.om.pref that return OMBundle
 OMBundle OMPreferences.getBundle()
           
 

Uses of OMBundle in org.eclipse.net4j.util.om.trace
 

Methods in org.eclipse.net4j.util.om.trace that return OMBundle
 OMBundle Tracer.getBundle()
           
 OMBundle OMTracer.getBundle()
           
 OMBundle ContextTracer.getBundle()
           
 

Constructors in org.eclipse.net4j.util.om.trace with parameters of type OMBundle
Tracer(OMBundle bundle, java.lang.String name)
           
 

Uses of OMBundle in org.eclipse.net4j.util.ui
 

Methods in org.eclipse.net4j.util.ui that return OMBundle
 OMBundle UIActivator.getOMBundle()
           
 

Constructors in org.eclipse.net4j.util.ui with parameters of type OMBundle
UIActivator(OMBundle omBundle)
           
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.