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()
          Deprecated. There is probably not a single debugger type meaningfully applicable to all file types. If you explicitly want to invoke the plain Debugger interfaces, use DebuggerType.Default instead.
 

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 December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.