jaugment2.UI.swingUI.helpers
Class ClipboardManager

java.lang.Object
  |
  +--jaugment2.UI.swingUI.helpers.ClipboardManager

public class ClipboardManager
extends java.lang.Object

Class helping to integrate alternative clipboard-access-functions (like xclip)


Constructor Summary
ClipboardManager()
           
 
Method Summary
static void copy(javax.swing.text.JTextComponent component)
           
static void cut(javax.swing.text.JTextComponent component)
           
static void paste(javax.swing.text.JTextComponent component)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ClipboardManager

public ClipboardManager()
Method Detail

copy

public static void copy(javax.swing.text.JTextComponent component)

cut

public static void cut(javax.swing.text.JTextComponent component)

paste

public static void paste(javax.swing.text.JTextComponent component)