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

java.lang.Object
  extended by net.sf.rej.gui.editor.row.FieldDefRow
All Implemented Interfaces:
EditorRow

public class FieldDefRow
extends java.lang.Object
implements EditorRow


Constructor Summary
FieldDefRow(ClassFile cf, Field field)
           
 
Method Summary
 ClassFile getClassFile()
           
 Field getField()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldDefRow

public FieldDefRow(ClassFile cf,
                   Field field)
Method Detail

getField

public Field getField()

getClassFile

public ClassFile getClassFile()