com.atlassian.confluence.test.event
Class ClipboardLoader

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

public class ClipboardLoader
extends Object

Responsible for loading images onto the system clipboard.


Constructor Summary
ClipboardLoader()
           
 
Method Summary
protected  Image loadImageFromUrl(URL imageUrl)
           
 void loadIntoClipboard(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(URL url)
loads the at the given URL onto the system clipboard.

Parameters:
url -

loadImageFromUrl

protected Image loadImageFromUrl(URL imageUrl)
                          throws IOException
Throws:
IOException


Copyright © 2003-2012 Atlassian. All Rights Reserved.