protected class TextSelectionManager.TextSelectionListener extends Object implements SelectionListener
| Modifier | Constructor and Description |
|---|---|
protected |
TextSelectionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
selectionChanged(SelectionEvent e)
Invoked when a selection has changed.
|
void |
selectionCleared(SelectionEvent e)
Invoked when a selection is cleared.
|
void |
selectionDone(SelectionEvent e)
Invoked when a selection is done.
|
void |
selectionStarted(SelectionEvent e)
Invoked when a selection started.
|
public void selectionDone(SelectionEvent e)
SelectionListenerselectionDone in interface SelectionListenere - the selection change eventpublic void selectionCleared(SelectionEvent e)
SelectionListenerselectionCleared in interface SelectionListenere - the selection change eventpublic void selectionStarted(SelectionEvent e)
SelectionListenerselectionStarted in interface SelectionListenere - the selection change eventpublic void selectionChanged(SelectionEvent e)
SelectionListenerselectionChanged in interface SelectionListenere - the selection change eventCopyright © 2000–2024 Apache Software Foundation. All rights reserved.