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

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

public class ClassDefRow
extends java.lang.Object
implements EditorRow


Constructor Summary
ClassDefRow(ClassFile cf, boolean openTag)
           
 
Method Summary
 void addField(FieldDefRow fdr)
           
 void addMethod(MethodDefRow mdr)
           
 ClassFile getClassFile()
           
 java.util.List<FieldDefRow> getFields()
           
 java.util.List<MethodDefRow> getMethods()
           
 boolean isClosing()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassDefRow

public ClassDefRow(ClassFile cf,
                   boolean openTag)
Method Detail

getClassFile

public ClassFile getClassFile()

isClosing

public boolean isClosing()

addField

public void addField(FieldDefRow fdr)

addMethod

public void addMethod(MethodDefRow mdr)

getMethods

public java.util.List<MethodDefRow> getMethods()

getFields

public java.util.List<FieldDefRow> getFields()