|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Selector
Interface which allows selection of GraphicsNodes and their contents.
| 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. |
| Methods inherited from interface org.apache.batik.gvt.event.GraphicsNodeMouseListener |
|---|
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased |
| Methods inherited from interface org.apache.batik.gvt.event.GraphicsNodeKeyListener |
|---|
keyPressed, keyReleased, keyTyped |
| Methods inherited from interface org.apache.batik.gvt.event.GraphicsNodeChangeListener |
|---|
changeCompleted, changeStarted |
| Method Detail |
|---|
Object getSelection()
boolean isEmpty()
void addSelectionListener(SelectionListener l)
l - the SelectionListener to add.void removeSelectionListener(SelectionListener l)
l - the SelectionListener to be removed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||