Package | Description |
---|---|
org.processmining.servicelevelagreements.utils |
Modifier and Type | Method and Description |
---|---|
static ScrollablePanel.IncrementType |
ScrollablePanel.IncrementType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScrollablePanel.IncrementType[] |
ScrollablePanel.IncrementType.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.setScrollableBlockIncrement(int orientation,
ScrollablePanel.IncrementType type,
int amount)
Specify the information needed to do block scrolling.
|
void |
ScrollablePanel.setScrollableUnitIncrement(int orientation,
ScrollablePanel.IncrementType type,
int amount)
Specify the information needed to do unit scrolling.
|