public class CompoundViewPortHandler extends java.lang.Object implements IViewPortHandler2
| Constructor and Description |
|---|
CompoundViewPortHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHandler(IViewPortHandler handler) |
void |
nextDay()
Jumps one day forward.
|
void |
nextHour()
Jumps to the next hour.
|
void |
nextMinute()
Jumps to the next minute.
|
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 |
prevMinute()
Jumps to the previous hour.
|
void |
prevMonth()
Jumps to the previous month.
|
void |
prevWeek()
Jumps one week backwards.
|
void |
removeHandler(IViewPortHandler handler) |
void |
scrollingLeft(int diffCount) |
void |
scrollingRight(int diffCount) |
public void addHandler(IViewPortHandler handler)
public void removeHandler(IViewPortHandler handler)
public void scrollingLeft(int diffCount)
scrollingLeft in interface IViewPortHandlerpublic void scrollingRight(int diffCount)
scrollingRight in interface IViewPortHandlerpublic void nextMonth()
IViewPortHandlernextMonth in interface IViewPortHandlerpublic void prevMonth()
IViewPortHandlerprevMonth in interface IViewPortHandlerpublic void nextWeek()
IViewPortHandlernextWeek in interface IViewPortHandlerpublic void prevWeek()
IViewPortHandlerprevWeek in interface IViewPortHandlerpublic void nextHour()
IViewPortHandlernextHour in interface IViewPortHandlerpublic void prevHour()
IViewPortHandlerprevHour in interface IViewPortHandlerpublic void nextMinute()
IViewPortHandler2nextMinute in interface IViewPortHandler2public void prevMinute()
IViewPortHandler2prevMinute in interface IViewPortHandler2public void nextDay()
IViewPortHandlernextDay in interface IViewPortHandlerpublic void prevDay()
IViewPortHandlerprevDay in interface IViewPortHandler