Copy format at JTable

For example, i have a JTable with some data. When i select a row and press Ctrl + C, this row in some format will be copied to clipboard. How can i change this format (for example, i don't need some values in copy string)?
[230 byte] By [SkyStara] at [2007-11-27 3:25:13]
# 1
Problem solved ;) http://java.sun.com/docs/books/tutorial/uiswing/dnd/intro.html#dataFormat
SkyStara at 2007-7-12 8:28:00 > top of Java-index,Desktop,Core GUI APIs...