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

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

Classes in net.sf.rej.gui.debug.wrappers that implement IVirtualMachine
 class VirtualMachineWrapper
           
 

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

Methods in net.sf.rej.gui.event that return IVirtualMachine
 IVirtualMachine Event.getVM()
           
 

Methods in net.sf.rej.gui.event with parameters of type IVirtualMachine
 void Event.setVM(IVirtualMachine vm)