Eclipse Platform
2.1

Uses of Interface
org.eclipse.debug.core.model.IBreakpoint

Packages that use IBreakpoint
org.eclipse.debug.core.model Defines interfaces for debug model elements, source lookup, and launching. 
 

Uses of IBreakpoint in org.eclipse.debug.core.model
 

Subinterfaces of IBreakpoint in org.eclipse.debug.core.model
 interface ILineBreakpoint
          A breakpoint that can be located at a specific line of source code.
 

Classes in org.eclipse.debug.core.model that implement IBreakpoint
 class Breakpoint
          Abstract implementation of a breakpoint.
 class LineBreakpoint
          Abstract implementation of a line breakpoint.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.