public class TileSelection extends Object implements DownloadSelection, PropertyChangeListener
Modifier and Type | Field and Description |
---|---|
private TileSelectionBBoxChooser |
chooser |
private DownloadDialog |
parent |
Constructor and Description |
---|
TileSelection() |
Modifier and Type | Method and Description |
---|---|
void |
addGui(DownloadDialog gui)
Add the GUI elements to the dialog.
|
protected void |
build() |
void |
propertyChange(PropertyChangeEvent evt) |
void |
setDownloadArea(Bounds area)
Sets the current download area.
|
private TileSelectionBBoxChooser chooser
private DownloadDialog parent
public TileSelection()
protected void build()
public void addGui(DownloadDialog gui)
DownloadSelection
addGui
in interface DownloadSelection
public void setDownloadArea(Bounds area)
DownloadSelection
setDownloadArea
in interface DownloadSelection
area
- the current download areapublic void propertyChange(PropertyChangeEvent evt)
propertyChange
in interface PropertyChangeListener