Uses of Interface
org.openstreetmap.josm.gui.download.DownloadSourceSizingPolicy
-
Packages that use DownloadSourceSizingPolicy Package Description org.openstreetmap.josm.gui.download Provides GUI classes for the download dialog. -
-
Uses of DownloadSourceSizingPolicy in org.openstreetmap.josm.gui.download
Classes in org.openstreetmap.josm.gui.download that implement DownloadSourceSizingPolicy Modifier and Type Class 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 componentFields in org.openstreetmap.josm.gui.download declared as DownloadSourceSizingPolicy Modifier and Type Field Description private DownloadSourceSizingPolicy
DownloadDialog.DownloadDialogSplitPane. policy
Methods in org.openstreetmap.josm.gui.download that return DownloadSourceSizingPolicy Modifier and Type Method Description DownloadSourceSizingPolicy
AbstractDownloadSourcePanel. getSizingPolicy()
Gets the policy that defines how this component should be sizedDownloadSourceSizingPolicy
OverpassDownloadSource.OverpassDownloadSourcePanel. getSizingPolicy()
Methods in org.openstreetmap.josm.gui.download with parameters of type DownloadSourceSizingPolicy Modifier and Type Method Description void
DownloadDialog.DownloadDialogSplitPane. setPolicy(DownloadSourceSizingPolicy policy)
-