org.fife.ui.rtextarea
Class RTextArea.RTextAreaMutableCaretEvent
java.lang.Object
java.util.EventObject
javax.swing.event.CaretEvent
org.fife.ui.rtextarea.RTextAreaBase.RTAMouseListener
org.fife.ui.rtextarea.RTextArea.RTextAreaMutableCaretEvent
- All Implemented Interfaces:
- FocusListener, MouseListener, MouseMotionListener, Serializable, EventListener
- 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:
- Serialized Form
RTextArea.RTextAreaMutableCaretEvent
protected RTextArea.RTextAreaMutableCaretEvent(RTextArea textArea)
focusGained
public void focusGained(FocusEvent e)
- Specified by:
focusGained in interface FocusListener- Overrides:
focusGained in class RTextAreaBase.RTAMouseListener
focusLost
public void focusLost(FocusEvent e)
- Specified by:
focusLost in interface FocusListener- Overrides:
focusLost in class RTextAreaBase.RTAMouseListener
mouseDragged
public void mouseDragged(MouseEvent e)
- Specified by:
mouseDragged in interface MouseMotionListener- Overrides:
mouseDragged in class RTextAreaBase.RTAMouseListener
mousePressed
public void mousePressed(MouseEvent e)
- Specified by:
mousePressed in interface MouseListener- Overrides:
mousePressed in class RTextAreaBase.RTAMouseListener
mouseReleased
public void mouseReleased(MouseEvent e)
- Specified by:
mouseReleased in interface MouseListener- Overrides:
mouseReleased in class RTextAreaBase.RTAMouseListener
Copyright © 2003–2014. All rights reserved.