java.util.EventListener, SelectionListenerprotected class TextSelectionManager.TextSelectionListener extends java.lang.Object implements SelectionListener
| Modifier | Constructor | Description |
|---|---|---|
protected |
TextSelectionListener() |
| Modifier and Type | Method | 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 ? 2018 Apache Software Foundation. All Rights Reserved.