com.atlassian.confluence.test.event
Class ClipboardLoader

java.lang.Object
  extended by com.atlassian.confluence.test.event.ClipboardLoader

public class ClipboardLoader
extends java.lang.Object

Responsible for loading images onto the system clipboard.


Constructor Summary
ClipboardLoader()
           
 
Method Summary
protected  java.awt.Image loadImageFromUrl(java.net.URL imageUrl)
           
 void loadIntoClipboard(java.net.URL url)
          loads the at the given URL onto the system clipboard.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClipboardLoader

public ClipboardLoader()
Method Detail

loadIntoClipboard

public void loadIntoClipboard(java.net.URL url)
loads the at the given URL onto the system clipboard.

Parameters:
url -

loadImageFromUrl

protected java.awt.Image loadImageFromUrl(java.net.URL imageUrl)
                                   throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2003-2014 Atlassian. All Rights Reserved.