|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.wordpress.tipsforjava.swing.ScrollablePanel.IncrementInfo
static class ScrollablePanel.IncrementInfo
Helper class to hold the information required to calculate the scroll amount.
| Field Summary | |
|---|---|
private int |
amount
|
private IncrementType |
type
|
| Constructor Summary | |
ScrollablePanel.IncrementInfo(IncrementType type, int amount)
|
|
| Method Summary | |
|---|---|
int
|
getAmount()
|
IncrementType
|
getIncrement()
|
String
|
toString()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private int amount
private IncrementType type
| Constructor Detail |
|---|
public ScrollablePanel.IncrementInfo(IncrementType type, int amount)
| Method Detail |
|---|
public int getAmount()
public IncrementType getIncrement()
public String toString()
Groovy Documentation