net.sourceforge.bee
Class TableQuestionHandler

java.lang.Object
  extended by javax.swing.TransferHandler
      extended by net.sourceforge.bee.TableQuestionHandler
All Implemented Interfaces:
Serializable

@Deprecated
public class TableQuestionHandler
extends TransferHandler

FIXME: This doesn't appear to be used anywhere.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.TransferHandler
COPY, COPY_OR_MOVE, MOVE, NONE
 
Constructor Summary
TableQuestionHandler(ChapterTableModel tMod)
          Deprecated.  
 
Method Summary
 boolean canImport(JComponent comp, DataFlavor[] transferFlavors)
          Deprecated.  
 boolean importData(JComponent comp, Transferable t)
          Deprecated.  
 
Methods inherited from class javax.swing.TransferHandler
createTransferable, exportAsDrag, exportDone, exportToClipboard, getCopyAction, getCutAction, getPasteAction, getSourceActions, getVisualRepresentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableQuestionHandler

public TableQuestionHandler(ChapterTableModel tMod)
Deprecated. 
Method Detail

canImport

public boolean canImport(JComponent comp,
                         DataFlavor[] transferFlavors)
Deprecated. 
Overrides:
canImport in class TransferHandler

importData

public boolean importData(JComponent comp,
                          Transferable t)
Deprecated. 
Overrides:
importData in class TransferHandler