edu.isi.powerloom.gui.components
Class CutPasteRecord
java.lang.Object
|
+--edu.isi.powerloom.gui.components.PLClipboardRecord
|
+--edu.isi.powerloom.gui.components.CutPasteRecord
- public class CutPasteRecord
- extends PLClipboardRecord
Record used for representing a legal cut/paste source and destination.
- Since:
- Wed Oct 2 19:04:11 2002
- Author:
- Eric Melz
- See Also:
DataTransferInfo
,
DataTransferManager
Method Summary |
boolean |
equals(java.lang.Object object)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
operation
public int operation
CutPasteRecord
public CutPasteRecord()
CutPasteRecord
public CutPasteRecord(java.lang.String sourceName,
java.lang.String targetName,
int operation)
CutPasteRecord
public CutPasteRecord(java.lang.String sourceName,
java.lang.String targetName)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object object)
- Overrides:
equals
in class PLClipboardRecord
Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.