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