edu.isi.powerloom.gui.components
Class DataTransferManager

java.lang.Object
  |
  +--edu.isi.powerloom.gui.components.DataTransferManager

public class DataTransferManager
extends java.lang.Object

Singleton class which is responsible for managing application-level cut/paste, drag/drop.

Since:
Thu Oct 3 17:32:14 2002
Author:
Eric Melz
See Also:
DataTransferInfo

Method Summary
 void doCopy()
           
 void doCut()
           
 void doDelete()
          Like cut, but we don't put anything on the clipboard (and callees of doDelete shouldn't, either)
 void doPaste()
           
static DataTransferManager getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static DataTransferManager getInstance()

doCut

public void doCut()

doDelete

public void doDelete()
Like cut, but we don't put anything on the clipboard (and callees of doDelete shouldn't, either)


doCopy

public void doCopy()

doPaste

public void doPaste()


Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.