Java DataFlavor .isRepresentationClassRemote ()

Syntax

DataFlavor.isRepresentationClassRemote() has the following syntax.

public boolean isRepresentationClassRemote()

Example

In the following code shows how to use DataFlavor.isRepresentationClassRemote() method.


//www  .  j av a2s .c o m
import java.awt.datatransfer.DataFlavor;

public class Main {

  public static void main(String[] args) {

    DataFlavor df = DataFlavor.stringFlavor;

    System.out.println (df.isRepresentationClassRemote ());
  }
}




















Home »
  Java Tutorial »
    java.awt.datatransfer »




Clipboard
ClipboardOwner
DataFlavor
Transferable