IViewPortHandler2
CompoundViewPortHandler
public interface IViewPortHandler
Modifier and Type | Method | Description |
---|---|---|
void |
nextDay() |
Jumps one day forward.
|
void |
nextHour() |
Jumps to the next hour.
|
void |
nextMonth() |
Jumps to the next month.
|
void |
nextWeek() |
Jumps one week forward.
|
void |
prevDay() |
Jumps one day backwards.
|
void |
prevHour() |
Jumps to the previous hour.
|
void |
prevMonth() |
Jumps to the previous month.
|
void |
prevWeek() |
Jumps one week backwards.
|
void |
scrollingLeft(int diffCount) |
|
void |
scrollingRight(int diffCount) |
void scrollingLeft(int diffCount)
void scrollingRight(int diffCount)
void nextMonth()
void prevMonth()
void nextWeek()
void prevWeek()
void nextHour()
void prevHour()
void nextDay()
void prevDay()