Uses of Class
org.apache.batik.gvt.event.SelectionEvent

Packages that use SelectionEvent
org.apache.batik.gvt.event Provides interfaces and classes for dealing with different types of events fired by GVT graphics nodes. 
 

Uses of SelectionEvent in org.apache.batik.gvt.event
 

Methods in org.apache.batik.gvt.event with parameters of type SelectionEvent
 void SelectionListener.selectionChanged(SelectionEvent evt)
          Invoked when a selection has changed.
 void SelectionAdapter.selectionChanged(SelectionEvent evt)
          Invoked when a selection has changed.
 void SelectionListener.selectionCleared(SelectionEvent evt)
          Invoked when a selection is cleared.
 void SelectionAdapter.selectionCleared(SelectionEvent evt)
          Invoked when a selection is cleared.
 void SelectionListener.selectionDone(SelectionEvent evt)
          Invoked when a selection is done.
 void SelectionAdapter.selectionDone(SelectionEvent evt)
          Invoked when a selection is done.
 void SelectionListener.selectionStarted(SelectionEvent evt)
          Invoked when a selection started.
 void SelectionAdapter.selectionStarted(SelectionEvent evt)
          Invoked when a selection started.
 



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.