com.levigo.jadice.swing.dnd
Class ExportHandlerTransferHandler<S>

java.lang.Object
  extended by javax.swing.TransferHandler
      extended by com.levigo.util.swing.dnd.VisualRepresentationSupportTransferHandler
          extended by com.levigo.jadice.swing.dnd.ExportHandlerTransferHandler<S>
All Implemented Interfaces:
Serializable

public class ExportHandlerTransferHandler<S>
extends VisualRepresentationSupportTransferHandler

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.TransferHandler
TransferHandler.DropLocation, TransferHandler.TransferSupport
 
Field Summary
 
Fields inherited from class javax.swing.TransferHandler
COPY, COPY_OR_MOVE, LINK, MOVE, NONE
 
Constructor Summary
ExportHandlerTransferHandler(ExportHandler<S> handler, ViewComponent viewComponent, Document document, S selection)
           
 
Method Summary
protected  Transferable createTransferable(JComponent c)
           
 int getSourceActions(JComponent c)
           
 
Methods inherited from class com.levigo.util.swing.dnd.VisualRepresentationSupportTransferHandler
exportAsDrag
 
Methods inherited from class javax.swing.TransferHandler
canImport, canImport, exportDone, exportToClipboard, getCopyAction, getCutAction, getPasteAction, getVisualRepresentation, importData, importData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportHandlerTransferHandler

public ExportHandlerTransferHandler(ExportHandler<S> handler,
                                    ViewComponent viewComponent,
                                    Document document,
                                    S selection)
Method Detail

getSourceActions

public int getSourceActions(JComponent c)
Overrides:
getSourceActions in class TransferHandler

createTransferable

protected Transferable createTransferable(JComponent c)
Overrides:
createTransferable in class TransferHandler


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.