Uses of Class
net.sf.rej.gui.editor.row.FieldDefRow

Packages that use FieldDefRow
net.sf.rej.gui.editor.row Contains various container classes for different "types" of lines in the reJ bytecode editor. 
 

Uses of FieldDefRow in net.sf.rej.gui.editor.row
 

Methods in net.sf.rej.gui.editor.row that return types with arguments of type FieldDefRow
 java.util.List<FieldDefRow> ClassDefRow.getFields()
           
 

Methods in net.sf.rej.gui.editor.row with parameters of type FieldDefRow
 void ClassDefRow.addField(FieldDefRow fdr)