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

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

public class ImportDefRow
extends java.lang.Object
implements EditorRow

Import definition rows. Instances are import statement rows in the bytecode editor.

Author:
Sami Koivu

Constructor Summary
ImportDefRow(java.lang.String imp)
           
 
Method Summary
 java.lang.String getImport()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImportDefRow

public ImportDefRow(java.lang.String imp)
Method Detail

getImport

public java.lang.String getImport()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object