48 |
protected EventListenerList listenerList = new EventListenerList(); |
protected EventListenerList listenerList = new EventListenerList(); |
49 |
|
|
50 |
/** Holds the current selection (e.g. {@link Feature Features}). */ |
/** Holds the current selection (e.g. {@link Feature Features}). */ |
51 |
protected final Set<E> selectionObjects; |
protected final HashSet<E> selectionObjects; |
52 |
|
|
53 |
/** Holds the styled map whose selection is managed by this class. */ |
/** Holds the styled map whose selection is managed by this class. */ |
54 |
protected final StyledMapInterface<?> styledMap; |
protected final StyledMapInterface<?> styledMap; |