Uses of Interface
edu.rice.cs.drjava.model.debug.DebugBreakpointData

Packages that use DebugBreakpointData
edu.rice.cs.drjava.model.debug Contains the code for DrJava's JPDA-based debugger. 
edu.rice.cs.drjava.model.debug.jpda   
edu.rice.cs.drjava.project   
 

Uses of DebugBreakpointData in edu.rice.cs.drjava.model.debug
 

Subinterfaces of DebugBreakpointData in edu.rice.cs.drjava.model.debug
 interface Breakpoint
           
 

Uses of DebugBreakpointData in edu.rice.cs.drjava.model.debug.jpda
 

Classes in edu.rice.cs.drjava.model.debug.jpda that implement DebugBreakpointData
 class JPDABreakpoint
          The breakpoint object which has references to its OpenDefinitionsDocument and its BreakpointRequest.
 

Uses of DebugBreakpointData in edu.rice.cs.drjava.project
 

Methods in edu.rice.cs.drjava.project that return DebugBreakpointData
 DebugBreakpointData[] ProjectProfile.getBreakpoints()
           
 DebugBreakpointData[] ProjectFileIR.getBreakpoints()
           
 

Methods in edu.rice.cs.drjava.project that return types with arguments of type DebugBreakpointData
protected  List<DebugBreakpointData> XMLProjectFileParser.readBreakpoints()
           
 

Method parameters in edu.rice.cs.drjava.project with type arguments of type DebugBreakpointData
 void ProjectProfile.setBreakpoints(List<? extends DebugBreakpointData> bps)
           
 void ProjectFileIR.setBreakpoints(List<? extends DebugBreakpointData> bps)