org.netbeans.api.debugger/1 1.31.1

Uses of Interface
org.netbeans.spi.debugger.ContextProvider

Packages that use ContextProvider
org.netbeans.api.debugger The NetBeans Debugger Core API definition. 
org.netbeans.spi.debugger The NetBeans Debugger SPI definition defines interface to Debugger Plug-ins. 
 

Uses of ContextProvider in org.netbeans.api.debugger
 

Classes in org.netbeans.api.debugger that implement ContextProvider
 class DebuggerEngine
          Debugger Engine represents implementation of one debugger (Java Debugger, CPP Debugger).
 class DebuggerInfo
          Contains information needed to start new debugging.
 class DebuggerManager
          The root class of Debugger APIs.
 class Session
          Session visually represents one process or application.
 

Methods in org.netbeans.api.debugger that return ContextProvider
static ContextProvider DebuggerManager.join(ContextProvider cp1, ContextProvider cp2)
          Join two lookups together.
 

Methods in org.netbeans.api.debugger with parameters of type ContextProvider
static ContextProvider DebuggerManager.join(ContextProvider cp1, ContextProvider cp2)
          Join two lookups together.
 

Uses of ContextProvider in org.netbeans.spi.debugger
 

Methods in org.netbeans.spi.debugger with parameters of type ContextProvider
static Object ContextAwareSupport.createInstance(String service, ContextProvider context)
          A helper method that creates a context-aware debugger service.
 T ContextAwareService.forContext(ContextProvider context)
          Create a debugger service in a context.
 


org.netbeans.api.debugger/1 1.31.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.