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.
- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidModifies the "active line range" that is painted in this component.voidvoidprotected voidvoidvoidvoidvoidvoidMethods inherited from class 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:
activeLineRangeChangedin interfaceActiveLineRangeListener- Parameters:
e- Information about the new "active line range."
-
changedUpdate
- Specified by:
changedUpdatein interfaceDocumentListener
-
componentResized
- Specified by:
componentResizedin interfaceComponentListener- Overrides:
componentResizedin classComponentAdapter
-
handleDocumentEvent
-
insertUpdate
- Specified by:
insertUpdatein interfaceDocumentListener
-
install
-
propertyChange
- Specified by:
propertyChangein interfacePropertyChangeListener
-
removeUpdate
- Specified by:
removeUpdatein interfaceDocumentListener
-
uninstall
public void uninstall()
-