Class JTextComponentCopyAndPaste
- java.lang.Object
-
- ch.supertomcat.supertomcatutils.gui.copyandpaste.JTextComponentCopyAndPaste
-
public final class JTextComponentCopyAndPaste extends Object
Class which adds a context menu to text components
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddCopyAndPasteMouseListener(JTextComponent txtComp)static voidremoveCopyAndPasteMouseListener(JTextComponent txtComp)
-
-
-
Method Detail
-
addCopyAndPasteMouseListener
public static void addCopyAndPasteMouseListener(JTextComponent txtComp)
- Parameters:
txtComp- Text Component
-
removeCopyAndPasteMouseListener
public static void removeCopyAndPasteMouseListener(JTextComponent txtComp)
- Parameters:
txtComp- Text Component
-
-