| Package | Description |
|---|---|
| de.lessvoid.nifty.controls | |
| de.lessvoid.nifty.controls.scrollpanel |
| Modifier and Type | Method | Description |
|---|---|---|
ScrollPanel.AutoScroll |
ScrollPanel.getAutoScroll() |
Get auto scroll mode.
|
static ScrollPanel.AutoScroll |
ScrollPanel.AutoScroll.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ScrollPanel.AutoScroll[] |
ScrollPanel.AutoScroll.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ScrollPanel.setAutoScroll(ScrollPanel.AutoScroll auto) |
Set auto scroll mode.
|
void |
ScrollPanel.setUp(float stepSizeX,
float stepSizeY,
float pageSizeX,
float pageSizeY,
ScrollPanel.AutoScroll auto) |
Setup.
|
| Modifier and Type | Method | Description |
|---|---|---|
ScrollPanel.AutoScroll |
ScrollPanelControl.getAutoScroll() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ScrollPanelControl.setAutoScroll(ScrollPanel.AutoScroll auto) |
Deprecated.
|
void |
ScrollPanelControl.setUp(float stepSizeX,
float stepSizeY,
float pageSizeX,
float pageSizeY,
ScrollPanel.AutoScroll auto) |
Deprecated.
|
Copyright © 2018. All rights reserved.