Uses of Class
org.openide.debugger.DebuggerType

Packages that use DebuggerType
org.openide.debugger The IDE can support plugged-in implementations of an abstract debugger interface. 
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
 

Uses of DebuggerType in org.openide.debugger
 

Subclasses of DebuggerType in org.openide.debugger
static class DebuggerType.Default
          Default debugger type.
 

Methods in org.openide.debugger that return DebuggerType
static DebuggerType DebuggerType.find(Class clazz)
          Find the debugger implemented as a given class, among the executors registered to the execution engine.
static DebuggerType DebuggerType.find(String name)
          Find the debugger with requested name, among the executors registered to the execution engine.
static DebuggerType DebuggerType.getDefault()
          Get the default debugger for the system's execution engine.
 

Uses of DebuggerType in org.openide.loaders
 

Methods in org.openide.loaders that return DebuggerType
protected  DebuggerType ExecSupport.defaultDebuggerType()
          This method allows subclasses to override the default debugger type they want to use for debugging.
static DebuggerType ExecSupport.getDebuggerType(MultiDataObject.Entry entry)
          Retrieves the debugger type for this entry.
 

Methods in org.openide.loaders with parameters of type DebuggerType
static void ExecSupport.setDebuggerType(MultiDataObject.Entry entry, DebuggerType type)
          Assignes a debugger type to an entry.
 



Built on February 22 2001.  |  Portions Copyright 1997-2000 Sun Microsystems, Inc. All rights reserved.