All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.jnlp.ClipboardService Maven / Gradle / Ivy



package javax.jnlp;

public interface ClipboardService {

  public java.awt.datatransfer.Transferable getContents();
  public void setContents(java.awt.datatransfer.Transferable contents);

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy