static class TagMerger.AdjustmentSynchronizer extends java.lang.Object implements java.awt.event.AdjustmentListener
Adjustables. Whenever the adjustment of one of
the registerd Adjustables is updated the adjustment of
the other registered Adjustables is adjusted too.| Modifier and Type | Field and Description |
|---|---|
private java.util.List<java.awt.Adjustable> |
synchronizedAdjustables |
| Constructor and Description |
|---|
AdjustmentSynchronizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
adjustmentValueChanged(java.awt.event.AdjustmentEvent e) |
void |
synchronizeAdjustment(java.awt.Adjustable adjustable) |
private final java.util.List<java.awt.Adjustable> synchronizedAdjustables
public AdjustmentSynchronizer()
public void synchronizeAdjustment(java.awt.Adjustable adjustable)
public void adjustmentValueChanged(java.awt.event.AdjustmentEvent e)
adjustmentValueChanged in interface java.awt.event.AdjustmentListener