org.netbeans.api.debugger/1 1.31.1

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

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

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

Methods in org.netbeans.api.debugger that return Breakpoint.VALIDITY
 Breakpoint.VALIDITY Breakpoint.getValidity()
          Get the validity of this breakpoint.
static Breakpoint.VALIDITY Breakpoint.VALIDITY.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Breakpoint.VALIDITY[] Breakpoint.VALIDITY.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.VALIDITY
protected  void Breakpoint.setValidity(Breakpoint.VALIDITY validity, String reason)
          Set the validity of this breakpoint.
 


org.netbeans.api.debugger/1 1.31.1

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