net.sf.doolin.gui.field.support
Class FieldTransferHandler<V>
java.lang.Object
javax.swing.TransferHandler
net.sf.doolin.gui.field.support.FieldTransferHandler<V>
- Type Parameters:
V - Type of the view that contains the field
- All Implemented Interfaces:
- Serializable
public abstract class FieldTransferHandler<V>
- extends TransferHandler
TransferHandler associated with a Field.
- Author:
- Damien Coraboeuf
- See Also:
- Serialized Form
| Methods inherited from class javax.swing.TransferHandler |
canImport, canImport, createTransferable, exportAsDrag, exportDone, exportToClipboard, getCopyAction, getCutAction, getPasteAction, getSourceActions, getVisualRepresentation, importData, importData |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldTransferHandler
public FieldTransferHandler()
getField
public Field<V> getField()
- Gets the associated field
- Returns:
- Field
setField
public void setField(Field<V> field)
- Sets the associated field
- Parameters:
field - Field
Copyright © 2011. All Rights Reserved.