public interface EditorEventMulticaster
EditorFactory.getEventMulticaster()
@Deprecated void addDocumentListener(DocumentListener listener)
addDocumentListener(DocumentListener, Disposable)
instead to avoid leaking listenersvoid addDocumentListener(DocumentListener listener, Disposable parentDisposable)
void removeDocumentListener(DocumentListener listener)
@Deprecated void addEditorMouseListener(EditorMouseListener listener)
addEditorMouseListener(EditorMouseListener, Disposable)
instead to avoid leaking listenersvoid addEditorMouseListener(EditorMouseListener listener, Disposable parentDisposable)
void removeEditorMouseListener(EditorMouseListener listener)
@Deprecated void addEditorMouseMotionListener(EditorMouseMotionListener listener)
addEditorMouseMotionListener(EditorMouseMotionListener, Disposable)
instead to avoid leaking listenersvoid addEditorMouseMotionListener(EditorMouseMotionListener listener, Disposable parentDisposable)
void removeEditorMouseMotionListener(EditorMouseMotionListener listener)
@Deprecated void addCaretListener(CaretListener listener)
addCaretListener(CaretListener, Disposable)
instead to avoid leaking listenersvoid addCaretListener(CaretListener listener, Disposable parentDisposable)
void removeCaretListener(CaretListener listener)
@Deprecated void addSelectionListener(SelectionListener listener)
addSelectionListener(SelectionListener, Disposable)
instead to avoid leaking listenersvoid addSelectionListener(SelectionListener listener, Disposable parentDisposable)
void removeSelectionListener(SelectionListener listener)
@Deprecated void addVisibleAreaListener(VisibleAreaListener listener)
addVisibleAreaListener(VisibleAreaListener, Disposable)
instead to avoid leaking listenersdefault void addVisibleAreaListener(VisibleAreaListener listener, Disposable parent)
void removeVisibleAreaListener(VisibleAreaListener listener)