net.sf.rej.gui.editor.transfer
Class BytecodeEditorTransferHandler

java.lang.Object
  extended by javax.swing.TransferHandler
      extended by net.sf.rej.gui.editor.transfer.BytecodeEditorTransferHandler
All Implemented Interfaces:
java.io.Serializable

public class BytecodeEditorTransferHandler
extends javax.swing.TransferHandler

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.TransferHandler
COPY, COPY_OR_MOVE, MOVE, NONE
 
Constructor Summary
BytecodeEditorTransferHandler(TransferComponent transferComponent)
           
 
Method Summary
 void exportToClipboard(javax.swing.JComponent comp, java.awt.datatransfer.Clipboard clip, int action)
           
 boolean importData(javax.swing.JComponent comp, java.awt.datatransfer.Transferable t)
           
 
Methods inherited from class javax.swing.TransferHandler
canImport, exportAsDrag, getCopyAction, getCutAction, getPasteAction, getSourceActions, getVisualRepresentation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BytecodeEditorTransferHandler

public BytecodeEditorTransferHandler(TransferComponent transferComponent)
Method Detail

exportToClipboard

public void exportToClipboard(javax.swing.JComponent comp,
                              java.awt.datatransfer.Clipboard clip,
                              int action)
                       throws java.lang.IllegalStateException
Overrides:
exportToClipboard in class javax.swing.TransferHandler
Throws:
java.lang.IllegalStateException

importData

public boolean importData(javax.swing.JComponent comp,
                          java.awt.datatransfer.Transferable t)
Overrides:
importData in class javax.swing.TransferHandler