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

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

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

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

Methods in org.eclipse.net4j.util.om with parameters of type OMBundle
static void LegacyUtil.startBundles(OMBundle[] bundles)
           
static void LegacyUtil.stopBundles(OMBundle[] bundles)
           
 

Constructors in org.eclipse.net4j.util.om with parameters of type OMBundle
OSGiActivator.StateHandler(OMBundle bundle)
           
OSGiActivator.WithState(OMBundle bundle)
           
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 Logger.getBundle()
           
 OMBundle OMLogger.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 ContextTracer.getBundle()
           
 OMBundle OMTracer.getBundle()
           
 OMBundle Tracer.getBundle()
           
 

Constructors in org.eclipse.net4j.util.om.trace with parameters of type OMBundle
Tracer(OMBundle bundle, 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.WithState(OMBundle bundle)
           
UIActivator(OMBundle omBundle)
           
 



Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.