org.netbeans.api.debugger.jpda/2 2.4.22

Uses of Interface
org.netbeans.api.debugger.jpda.SmartSteppingFilter

Packages that use SmartSteppingFilter
org.netbeans.api.debugger.jpda JPDA Debugger APIs provide representation of JDI functionality. 
org.netbeans.spi.debugger.jpda JPDA Debugger SPIs defines support for Smart Stepping, Variables Filterring and filterring of all Debugger Views. 
 

Uses of SmartSteppingFilter in org.netbeans.api.debugger.jpda
 

Methods in org.netbeans.api.debugger.jpda that return SmartSteppingFilter
abstract  SmartSteppingFilter JPDADebugger.getSmartSteppingFilter()
          Returns instance of SmartSteppingFilter.
 

Uses of SmartSteppingFilter in org.netbeans.spi.debugger.jpda
 

Methods in org.netbeans.spi.debugger.jpda with parameters of type SmartSteppingFilter
abstract  void SmartSteppingCallback.initFilter(SmartSteppingFilter f)
          Defines default set of smart stepping filters.
abstract  boolean SmartSteppingCallback.stopHere(ContextProvider lookupProvider, JPDAThread thread, SmartSteppingFilter f)
          This method is called during stepping through debugged application.
 


org.netbeans.api.debugger.jpda/2 2.4.22

Built on December 7 2006.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.