Package org.fife.ui.rsyntaxtextarea
Class RSyntaxTextArea.RSyntaxTextAreaMutableCaretEvent
java.lang.Object
java.util.EventObject
javax.swing.event.CaretEvent
org.fife.ui.rtextarea.RTextAreaBase.RTAMouseListener
org.fife.ui.rtextarea.RTextArea.RTextAreaMutableCaretEvent
org.fife.ui.rsyntaxtextarea.RSyntaxTextArea.RSyntaxTextAreaMutableCaretEvent
- All Implemented Interfaces:
FocusListener
,MouseListener
,MouseMotionListener
,Serializable
,EventListener
- Enclosing class:
RSyntaxTextArea
private class RSyntaxTextArea.RSyntaxTextAreaMutableCaretEvent
extends RTextArea.RTextAreaMutableCaretEvent
Handles hyperlinks.
-
Field Summary
FieldsFields inherited from class org.fife.ui.rtextarea.RTextAreaBase.RTAMouseListener
dot, mark
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
void
void
Methods inherited from class org.fife.ui.rtextarea.RTextArea.RTextAreaMutableCaretEvent
focusGained, focusLost, mouseDragged, mousePressed, mouseReleased
Methods inherited from class org.fife.ui.rtextarea.RTextAreaBase.RTAMouseListener
getDot, getMark, mouseEntered, mouseExited
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
insets
-
-
Constructor Details
-
RSyntaxTextAreaMutableCaretEvent
-
-
Method Details
-
equal
-
mouseClicked
- Specified by:
mouseClicked
in interfaceMouseListener
- Overrides:
mouseClicked
in classRTextAreaBase.RTAMouseListener
-
mouseMoved
- Specified by:
mouseMoved
in interfaceMouseMotionListener
- Overrides:
mouseMoved
in classRTextAreaBase.RTAMouseListener
-