public interface DownloadSourceSizingPolicy
| Modifier and Type | Interface 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 | Method and Description |
|---|---|
int |
getComponentHeight()
Gets the height of the download source panel.
|
boolean |
isHeightAdjustable()
Check whether the user should be allowed to adjust the height of this download source panel
|
default void |
storeHeight(int height)
Stores the height
|
int getComponentHeight()
boolean isHeightAdjustable()
true if the height should be adjustabledefault void storeHeight(int height)
height - the height in pixel