eu.vexpro.editor
Class VexProTransferHandler

java.lang.Object
  extended by javax.swing.TransferHandler
      extended by eu.vexpro.editor.VexProTransferHandler
All Implemented Interfaces:
java.io.Serializable

public class VexProTransferHandler
extends javax.swing.TransferHandler

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.TransferHandler
javax.swing.TransferHandler.DropLocation, javax.swing.TransferHandler.TransferSupport
 
Field Summary
 
Fields inherited from class javax.swing.TransferHandler
COPY, COPY_OR_MOVE, LINK, MOVE, NONE
 
Constructor Summary
VexProTransferHandler(VexProEditor editor)
           
 
Method Summary
 
Methods inherited from class javax.swing.TransferHandler
canImport, canImport, createTransferable, exportAsDrag, exportDone, exportToClipboard, getCopyAction, getCutAction, getPasteAction, getSourceActions, getVisualRepresentation, importData, importData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VexProTransferHandler

public VexProTransferHandler(VexProEditor editor)