Results 1 to 1 of 1
- 11-29-2009, 10:32 AM #1
SystemClipboard - simplify interaction with the system clipboard
Java's Clipboard class implements methods that allow interacting with the system clipboard, as well as creating your own local clipboard. The class has amazing potential, but it lacks the necessary helper classes to reach this potential.
SystemClipboard is a free Java utility class that adds these helper classes, allowing full access to the clipboard, while simplifying the functionality already supported in Java's clipboard class.
SystemClipboard works with Java 1.5 and above.
Methods
- asType() - returns the clipboard's contents with the specified type
- copy(data) - copies the given data to the clipboard
- isType() - returns whether the clipboard's contents can be represented as the specified type
- clipboard() - returns the system clipboard
- clear() or empty() - clears the clipboard, removing its contents
- isEmpty() - returns true if, and only if, getAvailableDataFlavors().length is 0
- Delegate methods for each method in the Clipboard class
Methods
SystemClipboard API
- Class Summary
- SystemClipboard - Utility class to simplify using the system's clipboard.
Check out SystemClipboard and post any questions, bug reports, or feature requests on the SystemClipboard forums.Last edited by CodesAway; 11-29-2009 at 11:36 AM.
CodesAway - codesaway.info
writing tools that make writing code a little easier
- asType() - returns the clipboard's contents with the specified type
Similar Threads
-
Basic Class Interaction Question
By McChill in forum New To JavaReplies: 1Last Post: 05-09-2009, 11:41 PM -
program interaction possible?
By Pierced1 in forum Advanced JavaReplies: 3Last Post: 02-19-2009, 12:54 AM -
Any comments, can anyone simplify it further?
By PeterFeng in forum New To JavaReplies: 3Last Post: 01-15-2009, 05:45 PM -
SWT Clipboard Example
By Java Tip in forum SWTReplies: 0Last Post: 07-07-2008, 04:34 PM -
Object Interaction
By Jinxes in forum New To JavaReplies: 1Last Post: 12-03-2007, 12:05 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks