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

Packages that use IField
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. 
 

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

Classes in net.sf.rej.gui.debug.wrappers that implement IField
 class FieldWrapper
           
 

Methods in net.sf.rej.gui.debug.wrappers that return types with arguments of type IField
 java.util.List<IField> ReferenceTypeWrapper.visibleFields()
           
 java.util.List<IField> IReferenceType.visibleFields()