org.objectweb.jac.aspects.gui
Class Transfer

java.lang.Object
  |
  +--org.objectweb.jac.aspects.gui.Transfer

public class Transfer
extends Object

This class defines JAC objects data tranfer utilities.


Constructor Summary
Transfer()
           
 
Method Summary
static Transferable getJACTransfer(Wrappee[] wrappees)
          Gets the transferable representation of a set of JAC objects.
static List getTransferedWrappees(Transferable transferable)
          Retrieves a list of JAC objects from a transferable representation made by getJACTransfert.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transfer

public Transfer()
Method Detail

getJACTransfer

public static Transferable getJACTransfer(Wrappee[] wrappees)
Gets the transferable representation of a set of JAC objects.


getTransferedWrappees

public static List getTransferedWrappees(Transferable transferable)
Retrieves a list of JAC objects from a transferable representation made by getJACTransfert.