Uses of Package
org.openide.debugger

Packages that use org.openide.debugger
org.openide Jumping-off points for all the rest of the IDE's functionality. 
org.openide.cookies Cookies are a design pattern used to add behaviors to existing data object and nodes, or to separate implementation from the main object. 
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. 
org.openide.modules The IDE is capable of being extended by pluggable modules providing additional functionality. 
 

Classes in org.openide.debugger used by org.openide
Debugger
          Provides a minimal interface between the IDE and a debugger.
DebuggerNotFoundException
          Exception indicating that the debugger itself could not be loaded properly.
 

Classes in org.openide.debugger used by org.openide.cookies
DebuggerException
          An exception occurring in the debugger.
 

Classes in org.openide.debugger used by org.openide.debugger
Breakpoint
          Represents one breakpoint.
DebuggerException
          An exception occurring in the debugger.
DebuggerInfo
          Contains information about a class to debug.
DebuggerType
          Defines one debugger type.
Watch
          Represents one debugger watch.
 

Classes in org.openide.debugger used by org.openide.loaders
DebuggerException
          An exception occurring in the debugger.
DebuggerType
          Defines one debugger type.
 

Classes in org.openide.debugger used by org.openide.modules
Debugger
          Provides a minimal interface between the IDE and a debugger.
 



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