Package org.fife.ui.rtextarea
Class Gutter.TextAreaListener
java.lang.Object
java.awt.event.ComponentAdapter
org.fife.ui.rtextarea.Gutter.TextAreaListener
- All Implemented Interfaces:
ComponentListener
,PropertyChangeListener
,EventListener
,DocumentListener
,ActiveLineRangeListener
- Enclosing class:
Gutter
private class Gutter.TextAreaListener
extends ComponentAdapter
implements DocumentListener, PropertyChangeListener, ActiveLineRangeListener
Listens for the text area resizing.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Modifies the "active line range" that is painted in this component.void
void
protected void
void
void
void
void
void
Methods inherited from class java.awt.event.ComponentAdapter
componentHidden, componentMoved, componentShown
-
Field Details
-
installed
private boolean installed
-
-
Constructor Details
-
TextAreaListener
private TextAreaListener()
-
-
Method Details
-
activeLineRangeChanged
Modifies the "active line range" that is painted in this component.- Specified by:
activeLineRangeChanged
in interfaceActiveLineRangeListener
- Parameters:
e
- Information about the new "active line range."
-
changedUpdate
- Specified by:
changedUpdate
in interfaceDocumentListener
-
componentResized
- Specified by:
componentResized
in interfaceComponentListener
- Overrides:
componentResized
in classComponentAdapter
-
handleDocumentEvent
-
insertUpdate
- Specified by:
insertUpdate
in interfaceDocumentListener
-
install
-
propertyChange
- Specified by:
propertyChange
in interfacePropertyChangeListener
-
removeUpdate
- Specified by:
removeUpdate
in interfaceDocumentListener
-
uninstall
public void uninstall()
-