| Package | Description |
|---|---|
| at.mug.iqm.commons.util |
| Modifier and Type | Field and Description |
|---|---|
private ScrollablePanel.ScrollableSizeHint |
ScrollablePanel.scrollableHeight |
private ScrollablePanel.ScrollableSizeHint |
ScrollablePanel.scrollableWidth |
| Modifier and Type | Method and Description |
|---|---|
ScrollablePanel.ScrollableSizeHint |
ScrollablePanel.getScrollableHeight()
Get the height ScrollableSizeHint enum
|
ScrollablePanel.ScrollableSizeHint |
ScrollablePanel.getScrollableWidth()
Get the width ScrollableSizeHint enum
|
static ScrollablePanel.ScrollableSizeHint |
ScrollablePanel.ScrollableSizeHint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScrollablePanel.ScrollableSizeHint[] |
ScrollablePanel.ScrollableSizeHint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScrollablePanel.setScrollableHeight(ScrollablePanel.ScrollableSizeHint scrollableHeight)
Set the ScrollableSizeHint enum for the height.
|
void |
ScrollablePanel.setScrollableWidth(ScrollablePanel.ScrollableSizeHint scrollableWidth)
Set the ScrollableSizeHint enum for the width.
|
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.