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

Packages that use IThreadReference
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 IThreadReference in net.sf.rej.gui.debug.wrappers
 

Classes in net.sf.rej.gui.debug.wrappers that implement IThreadReference
 class ThreadReferenceWrapper
           
 

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

Methods in net.sf.rej.gui.event that return IThreadReference
 IThreadReference Event.getThread()
           
 

Methods in net.sf.rej.gui.event with parameters of type IThreadReference
 void Event.setThread(IThreadReference obj)