Package Summary  Overview Summary

class:StringSelection [CHANGED]

constructor:StringSelection(java.lang.String) [CHANGED]

  • StringSelection

    public StringSelectionpublic StringSelection​(String data)
    Creates a Transferable capable of transferring the specified String.
    Parameters:
    data - the string to be transferred
  • StringSelection

    public StringSelection(String data)
    Creates a Transferable capable of transferring the specified String.
  • StringSelection

    public StringSelection​(String data)
    Creates a Transferable capable of transferring the specified String.
    Parameters:
    data - the string to be transferred

method:getTransferDataFlavors() [CHANGED]

  • getTransferDataFlavors

    public DataFlavor[] getTransferDataFlavors getTransferDataFlavors​()
    Returns an array of flavors in which this Transferable can provide the data. DataFlavor.stringFlavor is properly supported. Support for DataFlavor.plainTextFlavor is deprecated.
    Specified by:
    getTransferDataFlavors in interface Transferable
    Returns:
    an array of length two, whose elements are DataFlavor.stringFlavor and DataFlavor.plainTextFlavor
  • getTransferDataFlavors

    public DataFlavor[] getTransferDataFlavors()
    Returns an array of flavors in which this Transferable can provide the data. DataFlavor.stringFlavor is properly supported. Support for DataFlavor.plainTextFlavor is deprecated.
    Specified by:
    getTransferDataFlavors in interface Transferable
    Returns:
    an array of length two, whose elements are DataFlavor. stringFlavor and DataFlavor.plainTextFlavor
  • getTransferDataFlavors

    public DataFlavor[] getTransferDataFlavors​()
    Returns an array of flavors in which this Transferable can provide the data. DataFlavor.stringFlavor is properly supported. Support for DataFlavor.plainTextFlavor is deprecated.
    Specified by:
    getTransferDataFlavors in interface Transferable
    Returns:
    an array of length two, whose elements are DataFlavor.stringFlavor and DataFlavor.plainTextFlavor

method:isDataFlavorSupported(java.awt.datatransfer.DataFlavor) [CHANGED]

  • isDataFlavorSupported

    public boolean isDataFlavorSupportedpublic boolean isDataFlavorSupported​(DataFlavor flavor)
    Returns whether the requested flavor is supported by this Transferable.
    Specified by:
    isDataFlavorSupported in interface Transferable
    Parameters:
    flavor - the requested flavor for the data
    Returns:
    true if flavor is equal to DataFlavor.stringFlavor or DataFlavor.plainTextFlavor; false if flavor is not one of the above flavors
    Throws:
    NullPointerException - if flavor is null
  • isDataFlavorSupported

    public boolean isDataFlavorSupported(DataFlavor flavor)
    Returns whether the requested flavor is supported by this Transferable.
    Specified by:
    isDataFlavorSupported in interface Transferable
    Parameters:
    flavor - the requested flavor for the data
    Returns:
    true if flavor is equal to DataFlavor.stringFlavor or DataFlavor.plainTextFlavor; false if flavor is not one of the above flavors
    Throws:
    NullPointerException - if flavor is null
  • isDataFlavorSupported

    public boolean isDataFlavorSupported​(DataFlavor flavor)
    Returns whether the requested flavor is supported by this Transferable.
    Specified by:
    isDataFlavorSupported in interface Transferable
    Parameters:
    flavor - the requested flavor for the data
    Returns:
    true if flavor is equal to DataFlavor.stringFlavor or DataFlavor.plainTextFlavor; false if flavor is not one of the above flavors
    Throws:
    NullPointerException - if flavor is null

method:getTransferData(java.awt.datatransfer.DataFlavor) [CHANGED]

  • getTransferData

    public Object getTransferData getTransferData​(DataFlavor flavor)
                           throws UnsupportedFlavorException,
                                  IOException
    
    Returns the Transferable's data in the requested DataFlavor if possible. If the desired flavor is DataFlavor.stringFlavor, or an equivalent flavor, the String representing the selection is returned. If the desired flavor is DataFlavor.plainTextFlavor, or an equivalent flavor, a Reader is returned.
    Note: The behavior of this method for DataFlavor.plainTextFlavor and equivalent DataFlavors is inconsistent with the definition of DataFlavor.plainTextFlavor.
    Specified by:
    getTransferData in interface Transferable
    Parameters:
    flavor - the requested flavor for the data
    Returns:
    the data in the requested flavor, as outlined above
    Throws:
    UnsupportedFlavorException - if the requested data flavor is not equivalent to either DataFlavor.stringFlavor or DataFlavor.plainTextFlavor
    IOException - if an IOException occurs while retrieving the data. By default, StringSelection never throws this exception, but a subclass may.
    NullPointerException - if flavor is null
    See Also:
    Reader
  • getTransferData

    public Object getTransferData(DataFlavor flavor)
                           throws UnsupportedFlavorException,
                                  IOException
    
    Returns the Transferable's data in the requested DataFlavor if possible. If the desired flavor is DataFlavor.stringFlavor, or an equivalent flavor, the String representing the selection is returned. If the desired flavor is DataFlavor.plainTextFlavor, or an equivalent flavor, a Reader is returned. Note: The behavior of this method for DataFlavor.plainTextFlavor and equivalent DataFlavors is inconsistent with the definition of DataFlavor.plainTextFlavor.
    Specified by:
    getTransferData in interface Transferable
    Parameters:
    flavor - the requested flavor for the data
    Returns:
    the data in the requested flavor, as outlined above
    Throws:
    UnsupportedFlavorException - if the requested data flavor is not equivalent to either DataFlavor.stringFlavor or DataFlavor.plainTextFlavor
    IOException - if an IOException occurs while retrieving the data. By default, StringSelection never throws this exception, but a subclass may.
    NullPointerException - if flavor is null
    See Also:
    Reader
  • getTransferData

    public Object getTransferData​(DataFlavor flavor)
                           throws UnsupportedFlavorException,
                                  IOException
    
    Returns the Transferable's data in the requested DataFlavor if possible. If the desired flavor is DataFlavor.stringFlavor, or an equivalent flavor, the String representing the selection is returned. If the desired flavor is DataFlavor.plainTextFlavor, or an equivalent flavor, a Reader is returned.
    Note: The behavior of this method for DataFlavor.plainTextFlavor and equivalent DataFlavors is inconsistent with the definition of DataFlavor.plainTextFlavor.
    Specified by:
    getTransferData in interface Transferable
    Parameters:
    flavor - the requested flavor for the data
    Returns:
    the data in the requested flavor, as outlined above
    Throws:
    UnsupportedFlavorException - if the requested data flavor is not equivalent to either DataFlavor.stringFlavor or DataFlavor.plainTextFlavor
    IOException - if an IOException occurs while retrieving the data. By default, StringSelection never throws this exception, but a subclass may.
    NullPointerException - if flavor is null
    See Also:
    Reader

method:lostOwnership(java.awt.datatransfer.Clipboard, java.awt.datatransfer.Transferable) [CHANGED]

  • lostOwnership

    public void lostOwnershippublic void lostOwnership​(Clipboard clipboard,
                              Transferable contents)
    Description copied from interface: ClipboardOwner
    Notifies this object that it is no longer the clipboard owner. This method will be called when another application or another object within this application asserts ownership of the clipboard.
    Specified by:
    lostOwnership in interface ClipboardOwner
    Parameters:
    clipboard - the clipboard that is no longer owned
    contents - the contents which this owner had placed on the clipboard
  • lostOwnership

    public void lostOwnership(Clipboard clipboard,
                              Transferable contents)
    Description copied from interface: ClipboardOwner
    Notifies this object that it is no longer the clipboard owner. This method will be called when another application or another object within this application asserts ownership of the clipboard.
    Specified by:
    lostOwnership in interface ClipboardOwner
    Parameters:
    clipboard - the clipboard that is no longer owned
    contents - the contents which this owner had placed on the clipboard
  • lostOwnership

    public void lostOwnership​(Clipboard clipboard,
                              Transferable contents)
    Description copied from interface: ClipboardOwner
    Notifies this object that it is no longer the clipboard owner. This method will be called when another application or another object within this application asserts ownership of the clipboard.
    Specified by:
    lostOwnership in interface ClipboardOwner
    Parameters:
    clipboard - the clipboard that is no longer owned
    contents - the contents which this owner had placed on the clipboard

© 2017 Oracle Corporation and/or its affiliates