net.sf.rej.gui.editor.transfer
Interface TransferComponent

All Known Implementing Classes:
ComparePanel, EditorTab

public interface TransferComponent


Method Summary
 java.lang.String getSelectionHTML()
           
 java.lang.Object getSelectionObject()
           
 java.lang.String getSelectionPlainText()
           
 void pasteRows(java.lang.Object data)
          Called by transfer handler to imply that the user has requested that code be pasted into the editor.
 

Method Detail

pasteRows

void pasteRows(java.lang.Object data)
Called by transfer handler to imply that the user has requested that code be pasted into the editor. The data in the object is either a List of TransferrableMethod and/or TransferrableField objects, or a Code object.

Parameters:
data -

getSelectionObject

java.lang.Object getSelectionObject()

getSelectionHTML

java.lang.String getSelectionHTML()

getSelectionPlainText

java.lang.String getSelectionPlainText()