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

Uses of Class org.netbeans.api.debugger.Breakpoint.VALIDITY (Debugger Core API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.debugger/1 1.11

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're 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.11

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