Changeset 6830 in josm for trunk/src/org/openstreetmap/josm/gui/util/AdjustmentSynchronizer.java
- Timestamp:
- 2014-02-10T00:51:53+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/util/AdjustmentSynchronizer.java
r6316 r6830 21 21 22 22 /** 23 * Synchronizes scrollbar adjustments between a set of {@link Adjustable}s. 24 * Whenever the adjustment of one of the registered Adjustables is updated 23 * Synchronizes scrollbar adjustments between a set of {@link Adjustable}s. 24 * Whenever the adjustment of one of the registered Adjustables is updated 25 25 * the adjustment of the other registered Adjustables is adjusted too. 26 26 * @since 6147 … … 101 101 /** 102 102 * Wires a {@link JCheckBox} to the adjustment synchronizer, in such a way that: 103 * < li>104 * < ol>state changes in the checkbox control whether the adjustable participates105 * in synchronized adjustment</ ol>106 * < ol>state changes in this {@link AdjustmentSynchronizer} are reflected in the107 * {@link JCheckBox}</ ol>108 * </ li>103 * <ol> 104 * <li>state changes in the checkbox control whether the adjustable participates 105 * in synchronized adjustment</li> 106 * <li>state changes in this {@link AdjustmentSynchronizer} are reflected in the 107 * {@link JCheckBox}</li> 108 * </ol> 109 109 * 110 110 * @param view the checkbox to control whether an adjustable participates in synchronized adjustment
Note:
See TracChangeset
for help on using the changeset viewer.
