All Packages Class Hierarchy This Package Previous Next Index
Object
   |
   +----StringSelection
           |
           +----com.symantec.itools.vcafe.openapi.datatransfer.TransferableVisualObjects
StringSelection functionality to transferable VisualObjects.
 The system clipboard essentially ignores non StringSelection transferables,
 so we wrap VisualObjects in order to force the system clipboard
 to freshen/clear Visual Cafe's clipboard.
DataFlavor of transferable VisualObjects.
TransferableVisualObjects object that wraps the given VisualObjects as 
 a Transferable object.
  TransferableVisualObjects object that wraps the given VisualObject as 
 a Transferable object.
  TransferableVisualObjects object that wraps the given VisualObject as 
 a Transferable object.
  TransferableVisualObjects object that wraps the given VisualObjects as 
 a Transferable object.
DataFlavor objects indicating the formats the data 
 can be provided in.
  VisualObjects.
  public static final java.awt.datatransfer.DataFlavor transferableVisualObjectsFlavor
DataFlavor of transferable VisualObjects.
public TransferableVisualObjects(VisualObject[] vos)
TransferableVisualObjects object that wraps the given VisualObjects as 
 a Transferable object.
 Note: the transfer data of the StringSelection flavors is the text "Visual Objects".
  
VisualObjects to wrap as a Transferable object.
  public TransferableVisualObjects(VisualObject vo)
TransferableVisualObjects object that wraps the given VisualObject as 
 a Transferable object.
 Note: the transfer data of the StringSelection flavors is the text "Visual Objects".
  
VisualObject to wrap as a Transferable object.
  
public TransferableVisualObjects(VisualObject vo,
                                 String textValue)
TransferableVisualObjects object that wraps the given VisualObject as 
 a Transferable object.
  
VisualObject to wrap as a Transferable object.
    String to use for the transfer data of the StringSelection flavors.
  
public TransferableVisualObjects(VisualObject[] vos,
                                 String textValue)
TransferableVisualObjects object that wraps the given VisualObjects as 
 a Transferable object.
  
VisualObjects to wrap as a Transferable object.
    String to use for the transfer data of the StringSelection flavors.
  public synchronized java.lang.Object getTransferData(DataFlavor flavor) throws UnsupportedFlavorException, IOException
DataFlavor.getRepresentationClass())
 of the flavor.
  
public synchronized java.awt.datatransfer.DataFlavor[] getTransferDataFlavors()
DataFlavor objects indicating the formats the data 
 can be provided in.  The array should be ordered according to preference
 for providing the data (from most richly descriptive to least descriptive).
 The StringSelection flavors are at the end of the array.
  
public com.symantec.itools.vcafe.openapi.VisualObject[] getVisualObjects()
VisualObjects.
  
VisualObjects being transferred.
  public boolean isDataFlavorSupported(DataFlavor flavor)
true if the DataFlavor is supported, false otherwise.
    All Packages Class Hierarchy This Package Previous Next Index