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

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

public class ClassCommentRow
extends java.lang.Object
implements EditorRow


Constructor Summary
ClassCommentRow(java.lang.String comment)
           
 
Method Summary
 java.lang.String getComment()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassCommentRow

public ClassCommentRow(java.lang.String comment)
Method Detail

getComment

public java.lang.String getComment()