class ViewPortHandler extends java.lang.Object implements IViewPortHandler2
| Constructor and Description |
|---|
ViewPortHandler(GanttComposite parent) |
| Modifier and Type | Method and Description |
|---|---|
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 |
scrollingLeft(int diffCount) |
void |
scrollingRight(int diffCount) |
public ViewPortHandler(GanttComposite parent)
public void scrollingLeft(int diffCount)
scrollingLeft in interface IViewPortHandlerpublic void scrollingRight(int diffCount)
scrollingRight in interface IViewPortHandlerpublic void nextMonth()
nextMonth in interface IViewPortHandlerpublic void prevMonth()
prevMonth in interface IViewPortHandlerpublic void nextWeek()
nextWeek in interface IViewPortHandlerpublic void prevWeek()
prevWeek in interface IViewPortHandlerpublic void nextMinute()
nextMinute in interface IViewPortHandler2public void prevMinute()
prevMinute in interface IViewPortHandler2public void nextHour()
nextHour in interface IViewPortHandlerpublic void prevHour()
prevHour in interface IViewPortHandlerpublic void nextDay()
nextDay in interface IViewPortHandlerpublic void prevDay()
prevDay in interface IViewPortHandler