org.openstreetmap.josm.gui.download
Class TileSelection

java.lang.Object
  extended by org.openstreetmap.josm.gui.download.TileSelection
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener, DownloadSelection

public class TileSelection
extends java.lang.Object
implements DownloadSelection, java.beans.PropertyChangeListener

Tile selector. Provides a tile coordinate input field.


Field Summary
private  TileSelectionBBoxChooser chooser
           
private  DownloadDialog parent
           
 
Constructor Summary
TileSelection()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chooser

private TileSelectionBBoxChooser chooser

parent

private DownloadDialog parent
Constructor Detail

TileSelection

public TileSelection()
Method Detail

build

protected void build()

addGui

public void addGui(DownloadDialog gui)
Description copied from interface: DownloadSelection
Add the GUI elements to the dialog.

Specified by:
addGui in interface DownloadSelection

setDownloadArea

public void setDownloadArea(Bounds area)
Description copied from interface: DownloadSelection
Sets the current download area. The area may be null to clear the current download area.

Specified by:
setDownloadArea in interface DownloadSelection

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent evt)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener


JOSM