- All Superinterfaces:
EventListener
Fired when the text area needs to display a status message.
- Since:
- jEdit 4.3pre2
- Version:
- $Id: StatusListener.java 15577 2009-06-25 05:55:16Z ezust $
- Author:
- Slava Pestov
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bracketSelected
(TextArea textArea, int line, String text) void
narrowActive
(TextArea textArea) void
statusChanged
(TextArea textArea, int flag, boolean value)
-
Field Details
-
OVERWRITE_CHANGED
static final int OVERWRITE_CHANGED- See Also:
-
MULTI_SELECT_CHANGED
static final int MULTI_SELECT_CHANGED- See Also:
-
RECT_SELECT_CHANGED
static final int RECT_SELECT_CHANGED- See Also:
-
-
Method Details
-
statusChanged
-
bracketSelected
-
narrowActive
-