public class GoToHistory extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
currentIndex |
protected List<Integer> |
history |
| Constructor and Description |
|---|
GoToHistory() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPosition(int pos) |
boolean |
canGoBack() |
boolean |
canGoForward() |
int |
getBackPosition(int currentPosition) |
int |
getForwardPosition() |
Copyright © 2013. All rights reserved.