Class FocusableTip.TextAreaListener
java.lang.Object
java.awt.event.MouseAdapter
javax.swing.event.MouseInputAdapter
org.fife.ui.rsyntaxtextarea.focusabletip.FocusableTip.TextAreaListener
- All Implemented Interfaces:
ComponentListener, FocusListener, KeyListener, MouseListener, MouseMotionListener, MouseWheelListener, EventListener, CaretListener, MouseInputListener
- Enclosing class:
FocusableTip
private class FocusableTip.TextAreaListener
extends MouseInputAdapter
implements CaretListener, ComponentListener, FocusListener, KeyListener
Listens for events in a text area.
- Version:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidprivate voidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class MouseAdapter
mouseClicked, mouseDragged, mouseEntered, mousePressed, mouseReleased, mouseWheelMovedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface MouseListener
mouseClicked, mouseEntered, mousePressed, mouseReleasedMethods inherited from interface MouseMotionListener
mouseDragged
-
Constructor Details
-
TextAreaListener
private TextAreaListener()
-
-
Method Details
-
caretUpdate
- Specified by:
caretUpdatein interfaceCaretListener
-
componentHidden
- Specified by:
componentHiddenin interfaceComponentListener
-
componentMoved
- Specified by:
componentMovedin interfaceComponentListener
-
componentResized
- Specified by:
componentResizedin interfaceComponentListener
-
componentShown
- Specified by:
componentShownin interfaceComponentListener
-
focusGained
- Specified by:
focusGainedin interfaceFocusListener
-
focusLost
- Specified by:
focusLostin interfaceFocusListener
-
handleComponentEvent
-
install
-
keyPressed
- Specified by:
keyPressedin interfaceKeyListener
-
keyReleased
- Specified by:
keyReleasedin interfaceKeyListener
-
keyTyped
- Specified by:
keyTypedin interfaceKeyListener
-
mouseExited
- Specified by:
mouseExitedin interfaceMouseListener- Overrides:
mouseExitedin classMouseAdapter
-
mouseMoved
- Specified by:
mouseMovedin interfaceMouseMotionListener- Overrides:
mouseMovedin classMouseAdapter
-
uninstall
public void uninstall()
-