Class RTextAreaBase.RTAMouseListener
java.lang.Object
java.util.EventObject
javax.swing.event.CaretEvent
org.fife.ui.rtextarea.RTextAreaBase.RTAMouseListener
- All Implemented Interfaces:
FocusListener, MouseListener, MouseMotionListener, Serializable, EventListener
- Direct Known Subclasses:
RTextArea.RTextAreaMutableCaretEvent
- Enclosing class:
RTextAreaBase
protected static class RTextAreaBase.RTAMouseListener
extends CaretEvent
implements MouseListener, MouseMotionListener, FocusListener
Listens for mouse events in this component.
- Version:
- 0.8
- See Also:
-
Field Summary
FieldsFields inherited from class EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class EventObject
getSource, toString
-
Field Details
-
dot
protected int dot -
mark
protected int mark
-
-
Constructor Details
-
RTAMouseListener
RTAMouseListener(RTextAreaBase textArea)
-
-
Method Details
-
focusGained
- Specified by:
focusGainedin interfaceFocusListener
-
focusLost
- Specified by:
focusLostin interfaceFocusListener
-
mouseDragged
- Specified by:
mouseDraggedin interfaceMouseMotionListener
-
mouseMoved
- Specified by:
mouseMovedin interfaceMouseMotionListener
-
mouseClicked
- Specified by:
mouseClickedin interfaceMouseListener
-
mousePressed
- Specified by:
mousePressedin interfaceMouseListener
-
mouseReleased
- Specified by:
mouseReleasedin interfaceMouseListener
-
mouseEntered
- Specified by:
mouseEnteredin interfaceMouseListener
-
mouseExited
- Specified by:
mouseExitedin interfaceMouseListener
-
getDot
public int getDot()- Specified by:
getDotin classCaretEvent
-
getMark
public int getMark()- Specified by:
getMarkin classCaretEvent
-