alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

package intrinsic.flash.desktop;

public class Clipboard extends Object {

	/** Accessors */
	public intrinsic.Array formats;

	/** Variables */

	/** Constants */

	/** Class Accessors */
	public static intrinsic.flash.desktop.Clipboard generalClipboard;

	/** Class variables */

/** Contructors */
public Clipboard() {
}


/** Static Methods */

/** Methods */
public native boolean setData(String arg0, Object arg1);
public native boolean setData(String arg0, Object arg1, boolean arg2);
public native boolean setDataHandler(String arg0, intrinsic.Function arg1);
public native boolean setDataHandler(String arg0, intrinsic.Function arg1, boolean arg2);
public native void clear();
public native void addHandler(intrinsic.Function arg0, String arg1);
public native void addHandler(intrinsic.Function arg0, String arg1, boolean arg2);
public native Object getData(String arg0);
public native Object getData(String arg0, String arg1);
public native void addData(Object arg0, String arg1);
public native void addData(Object arg0, String arg1, boolean arg2);
public native Object dataForFormat(String arg0);
public native Object dataForFormat(String arg0, String arg1);
public native boolean hasFormat(String arg0);
public native void clearData(String arg0);

}
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.