Package | Description |
---|---|
org.openstreetmap.josm.gui.download |
Provides GUI classes for the download dialog.
|
Modifier and Type | Class and Description |
---|---|
static class |
DownloadSourceSizingPolicy.AdjustableDownloadSizePolicy
The height of this component is given by a preference entry.
|
static class |
DownloadSourceSizingPolicy.FixedDownloadSourceSizePolicy
The download source has a fixed size provided by the component
|
Modifier and Type | Field and Description |
---|---|
private DownloadSourceSizingPolicy |
DownloadDialog.DownloadDialogSplitPane.policy |
Modifier and Type | Method and Description |
---|---|
DownloadSourceSizingPolicy |
OverpassDownloadSource.OverpassDownloadSourcePanel.getSizingPolicy() |
DownloadSourceSizingPolicy |
AbstractDownloadSourcePanel.getSizingPolicy()
Gets the policy that defines how this component should be sized
|
Modifier and Type | Method and Description |
---|---|
void |
DownloadDialog.DownloadDialogSplitPane.setPolicy(DownloadSourceSizingPolicy policy) |