public class AcceptDrive2Drive extends AbstractAcceptAction<cz.cuni.amis.pogamut.sposh.elements.DriveElement,cz.cuni.amis.pogamut.sposh.elements.DriveElement>
DriveElement is dropped on the SimpleDriveElementWidget.
Add it in the list before DrivePriorityElement this widget is representingdataFlavor, dataNode, log, widget| Constructor and Description |
|---|
AcceptDrive2Drive(cz.cuni.amis.pogamut.sposh.elements.DriveElement drive) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
performAction(cz.cuni.amis.pogamut.sposh.elements.DriveElement newDrive)
When deriving from this widget, implement what should actually be done
in this function.
|
accept, displayMessage, getDataFlavor, getIndexInList, isAcceptablepublic AcceptDrive2Drive(cz.cuni.amis.pogamut.sposh.elements.DriveElement drive)
protected void performAction(cz.cuni.amis.pogamut.sposh.elements.DriveElement newDrive)
AbstractAcceptActionperformAction in class AbstractAcceptAction<cz.cuni.amis.pogamut.sposh.elements.DriveElement,cz.cuni.amis.pogamut.sposh.elements.DriveElement>newDrive - Object that was stored in the Transferable, basically object that was dropped.Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.