ABOUT US

|

SUPPORT

|

BLOG

 PRICING  | DOWNLOADS

 

User    Pass    

 

 

 

 

 

 

 

 

 

 

Features

 

Key Benefits

 

Screenshots

 

Standards Supported

 

Pricing

 

Download Now

 

API Documentation

 

Developers Guide

 

Code Examples

 

Updated Builds

 

Technical Articles

 

 

 

 

 

Jump to:

General WebRenderer Functions

  WebRenderer example code base.

 

Advanced WebRenderer functions

 

Application test examples

 

Deploying WebRenderer

WebRenderer DOM

  

  

 

WebRenderer Clipboard functions

 

 

 

WebRenderer Clipboard functions

WebRenderer has some useful Clipboard methods adding Copy, Cut and Paste functionality. The following is an example usage of these methods.

//Creating the browser
IBrowserCanvas browser = BrowserFactory.spawnMozilla();

//Copy selected item or text
browser.copy();

//Cut a selected item or text
browser.cut();

//Paste item from the clipboard
browser.paste();

Accessing data placed on the Clipboard 

Accessing data placed on the Clipboard by WebRenderer is the same as accessing any data on the Clipboard. The java.awt.datatransfer package is used to access data on the clipboard. Please see the J2SE API for more information.

  top

 

Millions of deployments and counting.. Users of JadeLiquid's tools can be found in every corner of the Earth

 

   News

 

 > Enabling Flash in WebRenderer - Article
 > Browser Zoom Effect using WebRenderer - Article
 > Applet deployment techniques - Article
 > WebRenderer core features on display! - Article
 
 
   Additional News  
 
 > Enabling HTML 5 WebSockets in WebRenderer - Blog
 > 64bit WebRenderer deployment with Web Start - Blog
 > Deploying WebRenderer Server Edition in Tomcat - Blog
 > WebRenderer 6 adds performance text search - Blog
 

 

 Java and the Java Logo are trademarks or registered trademarks of Oracle Corporation in the United States and other countries 

Privacy Policy  |   Disclaimer