static class TagMerger.AdjustmentSynchronizer extends Object implements AdjustmentListener
Adjustable
s. 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 List<Adjustable> |
synchronizedAdjustables |
Constructor and Description |
---|
TagMerger.AdjustmentSynchronizer() |
Modifier and Type | Method and Description |
---|---|
void |
adjustmentValueChanged(AdjustmentEvent e) |
void |
synchronizeAdjustment(Adjustable adjustable) |
private final List<Adjustable> synchronizedAdjustables
public TagMerger.AdjustmentSynchronizer()
public void synchronizeAdjustment(Adjustable adjustable)
public void adjustmentValueChanged(AdjustmentEvent e)
adjustmentValueChanged
in interface AdjustmentListener