Changeset 10354 in josm for trunk/src/org
- Timestamp:
- 2016-06-11T23:15:19+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/JosmAction.java
r10353 r10354 171 171 } 172 172 } 173 174 173 175 174 /** 176 175 * Installs the listeners to this action. … … 198 197 * Overwrite this if {@link #updateEnabledState()} should be called when the active / availabe layers change. Default is true. 199 198 * @return <code>true</code> if a {@link LayerChangeListener} and a {@link ActiveLayerChangeListener} should be registered. 200 * @since 1035 2199 * @since 10353 201 200 */ 202 201 protected boolean listenToLayerChange() { … … 207 206 * Overwrite this if {@link #updateEnabledState()} should be called when the selection changed. Default is true. 208 207 * @return <code>true</code> if a {@link SelectionChangedListener} should be registered. 209 * @since 1035 2208 * @since 10353 210 209 */ 211 210 protected boolean listenToSelectionChange() { … … 265 264 * 266 265 * @return The layer manager. 267 * @since 1035 2266 * @since 10353 268 267 */ 269 268 public MainLayerManager getLayerManager() {
Note:
See TracChangeset
for help on using the changeset viewer.