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
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.- Version:
- 1.0
- Author:
- Robert Futrell
- See Also:
-
Field Summary
Fields inherited from class RTextAreaBase.RTAMouseListener
dot, markFields inherited from class EventObject
source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidMethods inherited from class RTextAreaBase.RTAMouseListener
getDot, getMark, mouseClicked, mouseEntered, mouseExited, mouseMovedMethods inherited from class EventObject
getSource, toString
-
Constructor Details
-
RTextAreaMutableCaretEvent
-
-
Method Details
-
focusGained
- Specified by:
focusGainedin interfaceFocusListener- Overrides:
focusGainedin classRTextAreaBase.RTAMouseListener
-
focusLost
- Specified by:
focusLostin interfaceFocusListener- Overrides:
focusLostin classRTextAreaBase.RTAMouseListener
-
mouseDragged
- Specified by:
mouseDraggedin interfaceMouseMotionListener- Overrides:
mouseDraggedin classRTextAreaBase.RTAMouseListener
-
mousePressed
- Specified by:
mousePressedin interfaceMouseListener- Overrides:
mousePressedin classRTextAreaBase.RTAMouseListener
-
mouseReleased
- Specified by:
mouseReleasedin interfaceMouseListener- Overrides:
mouseReleasedin classRTextAreaBase.RTAMouseListener
-