org.apache.batik.gvt
Interface Selector
- All Superinterfaces:
- java.util.EventListener, GraphicsNodeChangeListener, GraphicsNodeKeyListener, GraphicsNodeMouseListener
- All Known Implementing Classes:
- ConcreteTextSelector
- public interface Selector
- extends GraphicsNodeMouseListener, GraphicsNodeKeyListener, GraphicsNodeChangeListener
Interface which allows selection of GraphicsNodes and their contents.
getSelection
public java.lang.Object getSelection()
- Get the contents of the current selection buffer.
isEmpty
public boolean isEmpty()
- Reports whether the current selection contains any objects.
addSelectionListener
public void addSelectionListener(SelectionListener l)
- Add a SelectionListener to this Selector's notification list.
- Parameters:
l
- the SelectionListener to add.
removeSelectionListener
public void removeSelectionListener(SelectionListener l)
- Remove a SelectionListener from this Selector's notification list.
- Parameters:
l
- the SelectionListener to be removed.
Copyright © 2002 Apache Software Foundation. All Rights Reserved.