| Package | Description |
|---|---|
| at.mug.iqm.commons.util |
| Modifier and Type | Field and Description |
|---|---|
private ScrollablePanel.IncrementInfo |
ScrollablePanel.horizontalBlock |
private ScrollablePanel.IncrementInfo |
ScrollablePanel.horizontalUnit |
private ScrollablePanel.IncrementInfo |
ScrollablePanel.verticalBlock |
private ScrollablePanel.IncrementInfo |
ScrollablePanel.verticalUnit |
| Modifier and Type | Method and Description |
|---|---|
ScrollablePanel.IncrementInfo |
ScrollablePanel.getScrollableBlockIncrement(int orientation)
Get the block IncrementInfo for the specified orientation
|
ScrollablePanel.IncrementInfo |
ScrollablePanel.getScrollableUnitIncrement(int orientation)
Get the unit IncrementInfo for the specified orientation
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
ScrollablePanel.getScrollableIncrement(ScrollablePanel.IncrementInfo info,
int distance) |
void |
ScrollablePanel.setScrollableBlockIncrement(int orientation,
ScrollablePanel.IncrementInfo info)
Specify the information needed to do block scrolling.
|
void |
ScrollablePanel.setScrollableUnitIncrement(int orientation,
ScrollablePanel.IncrementInfo info)
Specify the information needed to do unit scrolling.
|
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.