org.openstreetmap.josm.gui.download
Class PlaceSelection
java.lang.Object
org.openstreetmap.josm.gui.download.PlaceSelection
- All Implemented Interfaces:
- DownloadSelection
public class PlaceSelection
- extends java.lang.Object
- implements DownloadSelection
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HISTORY_KEY
private static final java.lang.String HISTORY_KEY
- See Also:
- Constant Field Values
cbSearchExpression
private HistoryComboBox cbSearchExpression
btnSearch
private javax.swing.JButton btnSearch
model
private PlaceSelection.NamedResultTableModel model
columnmodel
private PlaceSelection.NamedResultTableColumnModel columnmodel
tblSearchResults
private javax.swing.JTable tblSearchResults
parent
private DownloadDialog parent
servers
private static final PlaceSelection.Server[] servers
server
private final JosmComboBox server
PlaceSelection
public PlaceSelection()
buildSearchPanel
protected javax.swing.JPanel buildSearchPanel()
addGui
public void addGui(DownloadDialog gui)
- Adds a new tab to the download dialog in JOSM.
This method is, for all intents and purposes, the constructor for this class.
- 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
JOSM