Groovy Documentation

com.wordpress.tipsforjava.swing
[Java] Class ScrollablePanel.IncrementInfo

java.lang.Object
  com.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

amount

private int amount


type

private IncrementType type


 
Constructor Detail

ScrollablePanel.IncrementInfo

public ScrollablePanel.IncrementInfo(IncrementType type, int amount)


 
Method Detail

getAmount

public int getAmount()


getIncrement

public IncrementType getIncrement()


toString

public String toString()


 

Groovy Documentation