protected class RTextArea.RTextAreaMutableCaretEvent
extends javax.swing.event.CaretEvent
MutableCaretEvent
in
JTextComponent
so that mouse events get fired when the user
is selecting text with the mouse as well. This class also displays the
popup menu when the user right-clicks in the text area.限定符 | 构造器和说明 |
---|---|
protected |
RTextArea.RTextAreaMutableCaretEvent(RTextArea textArea) |
限定符和类型 | 方法和说明 |
---|---|
void |
focusGained(java.awt.event.FocusEvent e) |
void |
focusLost(java.awt.event.FocusEvent e) |
void |
mouseDragged(java.awt.event.MouseEvent e) |
void |
mousePressed(java.awt.event.MouseEvent e) |
void |
mouseReleased(java.awt.event.MouseEvent e) |
protected RTextArea.RTextAreaMutableCaretEvent(RTextArea textArea)
public void focusGained(java.awt.event.FocusEvent e)
focusGained
在接口中 java.awt.event.FocusListener
public void focusLost(java.awt.event.FocusEvent e)
focusLost
在接口中 java.awt.event.FocusListener
public void mouseDragged(java.awt.event.MouseEvent e)
mouseDragged
在接口中 java.awt.event.MouseMotionListener
public void mousePressed(java.awt.event.MouseEvent e)
mousePressed
在接口中 java.awt.event.MouseListener
public void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased
在接口中 java.awt.event.MouseListener