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