public static class MainGui.LongitudeChangeListener
extends java.lang.Object
implements javax.swing.event.ChangeListener
AbstractTileUsagePanel when a longitude control changes.
This control has existing for a long time, but was made public for plugins to
use as of Provider.PROVIDER_API_VERSION == 47.| Modifier and Type | Field and Description |
|---|---|
protected LatLonEditor |
lonEditor
LatLonEditor associated with listener.
|
| Constructor and Description |
|---|
LongitudeChangeListener(AbstractTileUsagePanel tileUsagePanel,
LatLonEditor lonEditor)
Create a longitude listener for a tile panel and
LatLonEditor. |
| Modifier and Type | Method and Description |
|---|---|
void |
stateChanged(javax.swing.event.ChangeEvent e)
Called when control is updated.
|
protected final LatLonEditor lonEditor
public LongitudeChangeListener(AbstractTileUsagePanel tileUsagePanel, LatLonEditor lonEditor)
LatLonEditor.tileUsagePanel - AbstractTileUsagePanel to update when control changeslonEditor - LatLonEditor to monitor for changes