public class TCPopupEventQueue
extends java.awt.EventQueue
Modifier and Type | Class and Description |
---|---|
class |
TCPopupEventQueue.BasicAction |
class |
TCPopupEventQueue.CopyAction |
class |
TCPopupEventQueue.CutAction |
class |
TCPopupEventQueue.PasteAction |
class |
TCPopupEventQueue.SelectAllAction |
Modifier and Type | Field and Description |
---|---|
TCPopupEventQueue.BasicAction |
copy |
TCPopupEventQueue.BasicAction |
cut |
TCPopupEventQueue.BasicAction |
paste |
javax.swing.JPopupMenu |
popup |
TCPopupEventQueue.BasicAction |
selectAll |
Constructor and Description |
---|
TCPopupEventQueue() |
Modifier and Type | Method and Description |
---|---|
void |
createPopupMenu(javax.swing.text.JTextComponent text) |
void |
showPopup(java.awt.Component parent,
java.awt.event.MouseEvent me) |
public javax.swing.JPopupMenu popup
public TCPopupEventQueue.BasicAction cut
public TCPopupEventQueue.BasicAction copy
public TCPopupEventQueue.BasicAction paste
public TCPopupEventQueue.BasicAction selectAll