/**
* Make the object that listens for changes in the figure selection and
* notifies the target figure listeners.
*/
private void _makeSelectionListener() {
_selectionListener = new SelectionListener() {
public void selectionChanged(SelectionEvent e) {
try {
Iterator it = e.getSelectionAdditions();
while (it.hasNext()) {