org.apache.batik.gvt.text
Class ConcreteTextSelector
public
class
ConcreteTextSelector
extends Object
implements Selector
A simple implementation of GraphicsNodeMouseListener for text selection.
public ConcreteTextSelector()
Add a SelectionListener to this Selector's notification list.
Parameters: l the SelectionListener to add.
public void clearSelection()
Reports whether the current selection contains any objects.
public Object getSelection()
public boolean isEmpty()
Reports whether the current selection contains any objects.
Remove a SelectionListener from this Selector's notification list.
Parameters: l the SelectionListener to be removed.
public void setSelection(
Mark begin,
Mark end)
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.