|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.swing.gvt.TextSelectionManager.TextSelectionListener
protected class TextSelectionManager.TextSelectionListener
To implements a selection listener.
Constructor Summary | |
---|---|
protected |
TextSelectionManager.TextSelectionListener()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected TextSelectionManager.TextSelectionListener()
Method Detail |
---|
public void selectionDone(SelectionEvent e)
SelectionListener
selectionDone
in interface SelectionListener
e
- the selection change eventpublic void selectionCleared(SelectionEvent e)
SelectionListener
selectionCleared
in interface SelectionListener
e
- the selection change eventpublic void selectionStarted(SelectionEvent e)
SelectionListener
selectionStarted
in interface SelectionListener
e
- the selection change eventpublic void selectionChanged(SelectionEvent e)
SelectionListener
selectionChanged
in interface SelectionListener
e
- the selection change event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |