java.util.EventListener, SelectionListenerJGVTComponent.UnixTextSelectionListenerpublic class SelectionAdapter extends java.lang.Object implements SelectionListener
| Constructor | Description |
|---|---|
SelectionAdapter() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
selectionChanged(SelectionEvent evt) |
Invoked when a selection has changed.
|
void |
selectionCleared(SelectionEvent evt) |
Invoked when a selection is cleared.
|
void |
selectionDone(SelectionEvent evt) |
Invoked when a selection is done.
|
void |
selectionStarted(SelectionEvent evt) |
Invoked when a selection started.
|
public void selectionChanged(SelectionEvent evt)
selectionChanged in interface SelectionListenerevt - the selection change eventpublic void selectionDone(SelectionEvent evt)
selectionDone in interface SelectionListenerevt - the selection change eventpublic void selectionCleared(SelectionEvent evt)
selectionCleared in interface SelectionListenerevt - the selection change eventpublic void selectionStarted(SelectionEvent evt)
selectionStarted in interface SelectionListenerevt - the selection change eventCopyright ? 2018 Apache Software Foundation. All Rights Reserved.