net.sourceforge.bee
Class TabDelimitedTransferHandler
java.lang.Object
javax.swing.TransferHandler
net.sourceforge.bee.StringTransferHandler
net.sourceforge.bee.TabDelimitedTransferHandler
- All Implemented Interfaces:
- Serializable
public class TabDelimitedTransferHandler
- extends StringTransferHandler
Allows a question to be transferred to system clipboard or another
application as tab delimited text.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TabDelimitedTransferHandler
public TabDelimitedTransferHandler(ChapterTableModel tMod)
- Creates a new
TabDelimitedTransferHandler
instance.
- Parameters:
tMod
- a ChapterTableModel
value
exportString
protected String exportString(JComponent comp)
- Describe
exportString
method here.
- Specified by:
exportString
in class StringTransferHandler
- Parameters:
comp
- Description of the Parameter
- Returns:
- a
String
value
importString
protected void importString(JComponent comp,
String str)
- Describe
importString
method here.
- Specified by:
importString
in class StringTransferHandler
- Parameters:
str
- a String
valuecomp
- Description of the Parameter
cleanup
protected void cleanup(JComponent comp,
boolean remove)
- Describe
cleanup
method here.
- Specified by:
cleanup
in class StringTransferHandler
- Parameters:
remove
- a boolean
valuecomp
- Description of the Parameter