|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectionListener | |
org.apache.batik.gvt | Contains all of the interfaces for describing and painting vector graphics as Java objects. |
org.apache.batik.refimpl.gvt.text | |
org.apache.batik.refimpl.util |
Uses of SelectionListener in org.apache.batik.gvt |
Methods in org.apache.batik.gvt with parameters of type SelectionListener | |
void |
Selector.addSelectionListener(SelectionListener l)
Add a SelectionListener to this Selector's notification list. |
void |
Selector.removeSelectionListener(SelectionListener l)
Remove a SelectionListener from this Selector's notification list. |
Uses of SelectionListener in org.apache.batik.refimpl.gvt.text |
Methods in org.apache.batik.refimpl.gvt.text with parameters of type SelectionListener | |
void |
ConcreteTextSelector.addSelectionListener(SelectionListener l)
Add a SelectionListener to this Selector's notification list. |
void |
ConcreteTextSelector.removeSelectionListener(SelectionListener l)
Remove a SelectionListener from this Selector's notification list. |
Uses of SelectionListener in org.apache.batik.refimpl.util |
Classes in org.apache.batik.refimpl.util that implement SelectionListener | |
class |
JSVGCanvas
This class implements a JComponent which is able to display a SVG document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |