public static class MainGui.LatitudeChangeListener
extends java.lang.Object
implements javax.swing.event.ChangeListener
AbstractTileUsagePanel
when a latitude 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 |
latEditor
LatLonEditor associated with listener.
|
Constructor and Description |
---|
LatitudeChangeListener(AbstractTileUsagePanel tileUsagePanel,
LatLonEditor latEditor)
Create a latitude 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 latEditor
public LatitudeChangeListener(AbstractTileUsagePanel tileUsagePanel, LatLonEditor latEditor)
LatLonEditor
.tileUsagePanel
- AbstractTileUsagePanel to update when control changeslatEditor
- LatLonEditor to monitor for changes