sears.gui
Class MainWindow.SubtitleFileTransfertHandler

java.lang.Object
  extended by javax.swing.TransferHandler
      extended by sears.gui.MainWindow.SubtitleFileTransfertHandler
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MainWindow

protected class MainWindow.SubtitleFileTransfertHandler
extends javax.swing.TransferHandler

Class SubtitleFileTransfertHandler. Summary: This TransferHanlder check for subtitle file drag and drop. It permits to open Subtitle file that are dragged from OS's location, such as Navigator.

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
MainWindow.SubtitleFileTransfertHandler()
           
 
Method Summary
 boolean canImport(javax.swing.JComponent comp, java.awt.datatransfer.DataFlavor[] transferFlavors)
           
 boolean importData(javax.swing.JComponent comp, java.awt.datatransfer.Transferable t)
           
 
Methods inherited from class javax.swing.TransferHandler
canImport, createTransferable, exportAsDrag, exportDone, exportToClipboard, getCopyAction, getCutAction, getPasteAction, getSourceActions, getVisualRepresentation, importData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainWindow.SubtitleFileTransfertHandler

public MainWindow.SubtitleFileTransfertHandler()
Method Detail

canImport

public boolean canImport(javax.swing.JComponent comp,
                         java.awt.datatransfer.DataFlavor[] transferFlavors)
Overrides:
canImport in class javax.swing.TransferHandler

importData

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