nl.knowledgeplaza.dh.service.entry
Class EntryForm.HourTransferHandler
java.lang.Object
javax.swing.TransferHandler
org.tbee.swing.dnd.StringTransferHandler
nl.knowledgeplaza.dh.service.entry.EntryForm.HourTransferHandler
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- EntryForm
public class EntryForm.HourTransferHandler
- extends org.tbee.swing.dnd.StringTransferHandler
for drag and drop
- See Also:
- Serialized Form
| Methods inherited from class org.tbee.swing.dnd.StringTransferHandler |
canImport, createTransferable, exportDone, importData |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntryForm.HourTransferHandler
public EntryForm.HourTransferHandler()
getSourceActions
public int getSourceActions(JComponent c)
- We are a source, only copy.
- Specified by:
getSourceActions in class org.tbee.swing.dnd.StringTransferHandler
exportString
protected String exportString(JComponent c)
- create the string
- Overrides:
exportString in class org.tbee.swing.dnd.StringTransferHandler
isDropTarget
protected boolean isDropTarget()
- We also support drop
- Specified by:
isDropTarget in class org.tbee.swing.dnd.StringTransferHandler
importString
protected void importString(JComponent c,
String str)
- process the string
- Overrides:
importString in class org.tbee.swing.dnd.StringTransferHandler
Copyright © 2011 KnowledgePlaza. All Rights Reserved.