1. Home
  2. Android
  3. java.awt.datatransfer
  4. Android java.awt.datatransfer Clipboard
    • Type List
    • Android Clipboard
    • Android DataFlavor
    • Android StringSelection StringSelection(String data) Creates a Transferable capable of transferring the specified String.
    • Android Transferable
    • Android UnsupportedFlavorException UnsupportedFlavorException(DataFlavor flavor) Constructs an UnsupportedFlavorException.

Android java.awt.datatransfer Clipboard

PreviousNext

  • Android Clipboard getContents(Object requestor) Returns a transferable object representing the current contents of the clipboard.
  • Android Clipboard setContents(Transferable contents, ClipboardOwner owner) Sets the current contents of the clipboard to the specified transferable object ...
PreviousNext

Related

  • Android Window getLocation() Gets the location of this component in the form of a point specifying the component's top-left corner.
  • Android Window toFront() If this Window is visible, brings this Window to the front and may make it the focused Window.
  • Android Window addWindowListener(WindowListener l) Adds the specified window listener to receive window events from this window.
  • Android java.awt.datatransfer Clipboard
  • Android Clipboard setContents(Transferable contents, ClipboardOwner owner) Sets the current contents of the clipboard to the specified transferable object ...
  • Android Clipboard getContents(Object requestor) Returns a transferable object representing the current contents of the clipboard.
  • Android java.awt.datatransfer DataFlavor

demo2s.com |  Email: | Demo Source and Support. All rights reserved.