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, markFields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate booleanvoidvoidMethods inherited from class org.fife.ui.rtextarea.RTextArea.RTextAreaMutableCaretEvent
focusGained, focusLost, mouseDragged, mousePressed, mouseReleasedMethods inherited from class org.fife.ui.rtextarea.RTextAreaBase.RTAMouseListener
getDot, getMark, mouseEntered, mouseExitedMethods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
insets
-
-
Constructor Details
-
RSyntaxTextAreaMutableCaretEvent
-
-
Method Details
-
equal
-
mouseClicked
- Specified by:
mouseClickedin interfaceMouseListener- Overrides:
mouseClickedin classRTextAreaBase.RTAMouseListener
-
mouseMoved
- Specified by:
mouseMovedin interfaceMouseMotionListener- Overrides:
mouseMovedin classRTextAreaBase.RTAMouseListener
-