Package | Description |
---|---|
org.processmining.servicelevelagreements.util |
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(java.lang.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.
|