static class ScrollablePanel.IncrementInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
private int |
amount |
private ScrollablePanel.IncrementType |
type |
| Constructor and Description |
|---|
IncrementInfo(ScrollablePanel.IncrementType type,
int amount) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAmount() |
ScrollablePanel.IncrementType |
getIncrement() |
String |
toString() |
private ScrollablePanel.IncrementType type
private int amount
public IncrementInfo(ScrollablePanel.IncrementType type, int amount)
public ScrollablePanel.IncrementType getIncrement()
public int getAmount()
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.