org.apache.batik.gvt
public interface Selector extends GraphicsNodeMouseListener, GraphicsNodeKeyListener, GraphicsNodeChangeListener
Method Summary | |
---|---|
void | addSelectionListener(SelectionListener l)
Add a SelectionListener to this Selector's notification list. |
Object | getSelection()
Get the contents of the current selection buffer. |
boolean | isEmpty()
Reports whether the current selection contains any objects. |
void | removeSelectionListener(SelectionListener l)
Remove a SelectionListener from this Selector's notification list. |
Parameters: l the SelectionListener to add.
Parameters: l the SelectionListener to be removed.