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 IViewPortHandler
public void scrollingRight(int diffCount)
scrollingRight
in interface IViewPortHandler
public void nextMonth()
nextMonth
in interface IViewPortHandler
public void prevMonth()
prevMonth
in interface IViewPortHandler
public void nextWeek()
nextWeek
in interface IViewPortHandler
public void prevWeek()
prevWeek
in interface IViewPortHandler
public void nextMinute()
nextMinute
in interface IViewPortHandler2
public void prevMinute()
prevMinute
in interface IViewPortHandler2
public void nextHour()
nextHour
in interface IViewPortHandler
public void prevHour()
prevHour
in interface IViewPortHandler
public void nextDay()
nextDay
in interface IViewPortHandler
public void prevDay()
prevDay
in interface IViewPortHandler