站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.0

Uses of Package org.netbeans.api.debugger (NetBeans Debugger Core API) - NetBeans API Javadoc 5.5.0

org.netbeans.api.debugger/1 1.7.22

Uses of Package
org.netbeans.api.debugger

Packages that use org.netbeans.api.debugger
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. 
 

Classes in org.netbeans.api.debugger used by org.netbeans.api.debugger
ActionsManager
          Manages some set of actions.
ActionsManagerAdapter
          Empty implementation of ActionsManagerListener.
ActionsManagerListener
          This listener notifies about changes in the DebuggerEngine.
Breakpoint
          Abstract definition of breakpoint.
DebuggerEngine
          Debugger Engine represents implementation of one debugger (Java Debugger, CPP Debugger).
DebuggerInfo
          Contains information needed to start new debugging.
DebuggerManager
          The root class of Debugger APIs.
DebuggerManagerListener
          This listener notifies about changes in the DebuggerManager - breakpoints, watches and sessions.
LazyDebuggerManagerListener
          This DebuggerManagerListener modification is designed to be registerred in "META-INF/debugger/org.netbeans.api.debugger.LazyDebuggerManagerListener".
Properties
          Utility class hepls store properties.
Session
          Session visually represents one process or application.
Watch
          Abstract definition of watch.
 

Classes in org.netbeans.api.debugger used by org.netbeans.spi.debugger
DebuggerEngine
          Debugger Engine represents implementation of one debugger (Java Debugger, CPP Debugger).
DebuggerEngine.Destructor
          This class notifies about DebuggerEngine remove from the system, and about changes in language support.
DebuggerInfo
          Contains information needed to start new debugging.
Session
          Session visually represents one process or application.
 


org.netbeans.api.debugger/1 1.7.22

Built on May 28 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.