108 |
|
|
109 |
|
|
110 |
/** |
/** |
111 |
* Returns whether the current selection changes are a part of multiple |
* Returns whether the current selection change is a part of multiple |
112 |
* changes. If {@code true} {@link #refreshSelection()} has no effect |
* changes. If {@code true} {@link #refreshSelection()} has no effect |
113 |
* and no {@link StyledLayerSelectionEvent} is fired until |
* and no {@link StyledLayerSelectionEvent} is fired until |
114 |
* {@link #setValueIsAdjusting(boolean) setValueIsAdjusting(false)} |
* {@link #setValueIsAdjusting(boolean) setValueIsAdjusting(false)} |
119 |
} |
} |
120 |
|
|
121 |
/** |
/** |
122 |
* Sets whether the following selection changes are a part of multiple |
* Sets whether the following selection changes are part of multiple |
123 |
* changes. If {@code true} {@link #refreshSelection()} has no effect |
* changes. If {@code true} {@link #refreshSelection()} has no effect |
124 |
* and no {@link StyledLayerSelectionEvent} event is fired. |
* and no {@link StyledLayerSelectionEvent} event is fired. |
125 |
* If the value is set from {@code true} to {@code false} an automatic |
* If the value is set from {@code true} to {@code false} an automatic |