org.netbeans.api.debugger/1 1.31.1

Uses of Class
org.netbeans.api.debugger.Breakpoint.HIT_COUNT_FILTERING_STYLE

Packages that use Breakpoint.HIT_COUNT_FILTERING_STYLE
org.netbeans.api.debugger The NetBeans Debugger Core API definition. 
 

Uses of Breakpoint.HIT_COUNT_FILTERING_STYLE in org.netbeans.api.debugger
 

Methods in org.netbeans.api.debugger that return Breakpoint.HIT_COUNT_FILTERING_STYLE
 Breakpoint.HIT_COUNT_FILTERING_STYLE Breakpoint.getHitCountFilteringStyle()
          Get the style of hit count filtering.
static Breakpoint.HIT_COUNT_FILTERING_STYLE Breakpoint.HIT_COUNT_FILTERING_STYLE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Breakpoint.HIT_COUNT_FILTERING_STYLE[] Breakpoint.HIT_COUNT_FILTERING_STYLE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.netbeans.api.debugger with parameters of type Breakpoint.HIT_COUNT_FILTERING_STYLE
 void Breakpoint.setHitCountFilter(int hitCountFilter, Breakpoint.HIT_COUNT_FILTERING_STYLE hitCountFilteringStyle)
          Set the hit count filter and the style of filtering.
 


org.netbeans.api.debugger/1 1.31.1

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