Class RTextArea.RTextAreaMutableCaretEvent

All Implemented Interfaces:
FocusListener, MouseListener, MouseMotionListener, Serializable, EventListener
Direct Known Subclasses:
RSyntaxTextArea.RSyntaxTextAreaMutableCaretEvent
Enclosing class:
RTextArea

protected class RTextArea.RTextAreaMutableCaretEvent extends RTextAreaBase.RTAMouseListener
Modified from 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.
See Also: