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:
- java.util.EventListener, java.awt.event.FocusListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.io.Serializable
- Enclosing class:
- RTextArea
- protected class RTextArea.RTextAreaMutableCaretEvent
- extends org.fife.ui.rtextarea.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
| Fields inherited from class org.fife.ui.rtextarea.RTextAreaBase.RTAMouseListener |
dot, mark |
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class org.fife.ui.rtextarea.RTextAreaBase.RTAMouseListener |
getDot, getMark, mouseClicked, mouseEntered, mouseExited, mouseMoved |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RTextArea.RTextAreaMutableCaretEvent
protected RTextArea.RTextAreaMutableCaretEvent(RTextArea textArea)
focusGained
public void focusGained(java.awt.event.FocusEvent e)
focusLost
public void focusLost(java.awt.event.FocusEvent e)
mouseDragged
public void mouseDragged(java.awt.event.MouseEvent e)
mousePressed
public void mousePressed(java.awt.event.MouseEvent e)
mouseReleased
public void mouseReleased(java.awt.event.MouseEvent e)