protected class TextSelectionManager.TextSelectionListener extends Object implements SelectionListener
| Modifier | Constructor and Description |
|---|---|
protected |
TextSelectionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
selectionChanged(SelectionEvent e) |
void |
selectionCleared(SelectionEvent e) |
void |
selectionDone(SelectionEvent e) |
void |
selectionStarted(SelectionEvent e) |
public void selectionDone(SelectionEvent e)
selectionDone in interface SelectionListenerpublic void selectionCleared(SelectionEvent e)
selectionCleared in interface SelectionListenerpublic void selectionStarted(SelectionEvent e)
selectionStarted in interface SelectionListenerpublic void selectionChanged(SelectionEvent e)
selectionChanged in interface SelectionListenerCopyright © 2000–2020 Apache Software Foundation. All rights reserved.