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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
private void
void
void
void
void
void
void
void
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseDragged, mouseEntered, mousePressed, mouseReleased, mouseWheelMoved
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mousePressed, mouseReleased
Methods inherited from interface java.awt.event.MouseMotionListener
mouseDragged
-
Constructor Details
-
TextAreaListener
private TextAreaListener()
-
-
Method Details
-
caretUpdate
- Specified by:
caretUpdate
in interfaceCaretListener
-
componentHidden
- Specified by:
componentHidden
in interfaceComponentListener
-
componentMoved
- Specified by:
componentMoved
in interfaceComponentListener
-
componentResized
- Specified by:
componentResized
in interfaceComponentListener
-
componentShown
- Specified by:
componentShown
in interfaceComponentListener
-
focusGained
- Specified by:
focusGained
in interfaceFocusListener
-
focusLost
- Specified by:
focusLost
in interfaceFocusListener
-
handleComponentEvent
-
install
-
keyPressed
- Specified by:
keyPressed
in interfaceKeyListener
-
keyReleased
- Specified by:
keyReleased
in interfaceKeyListener
-
keyTyped
- Specified by:
keyTyped
in interfaceKeyListener
-
mouseExited
- Specified by:
mouseExited
in interfaceMouseListener
- Overrides:
mouseExited
in classMouseAdapter
-
mouseMoved
- Specified by:
mouseMoved
in interfaceMouseMotionListener
- Overrides:
mouseMoved
in classMouseAdapter
-
uninstall
public void uninstall()
-