Uses of Interface
net.sf.rej.gui.debug.wrappers.IStackFrame

Packages that use IStackFrame
net.sf.rej.gui.debug.wrappers Provides an abstraction of the JDI (com.sun.jdi.*) classes to allow to run reJ even without tools.jar (which contains those classes) on the classpath. 
net.sf.rej.gui.event Provides classes for the event framework of reJ GUI. 
 

Uses of IStackFrame in net.sf.rej.gui.debug.wrappers
 

Classes in net.sf.rej.gui.debug.wrappers that implement IStackFrame
 class StackFrameWrapper
           
 

Uses of IStackFrame in net.sf.rej.gui.event
 

Methods in net.sf.rej.gui.event that return IStackFrame
 IStackFrame Event.getStackFrame()
           
 

Methods in net.sf.rej.gui.event with parameters of type IStackFrame
 void Event.setStackFrame(IStackFrame stackFrame)