Class ViewPortHandler
- java.lang.Object
-
- org.eclipse.nebula.widgets.ganttchart.ViewPortHandler
-
- All Implemented Interfaces:
IViewPortHandler,IViewPortHandler2
class ViewPortHandler extends java.lang.Object implements IViewPortHandler2
-
-
Field Summary
Fields Modifier and Type Field Description private GanttComposite_ganttComposite
-
Constructor Summary
Constructors Constructor Description ViewPortHandler(GanttComposite parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnextDay()Jumps one day forward.voidnextHour()Jumps to the next hour.voidnextMinute()Jumps to the next minute.voidnextMonth()Jumps to the next month.voidnextWeek()Jumps one week forward.voidprevDay()Jumps one day backwards.voidprevHour()Jumps to the previous hour.voidprevMinute()Jumps to the previous hour.voidprevMonth()Jumps to the previous month.voidprevWeek()Jumps one week backwards.voidscrollingLeft(int diffCount)voidscrollingRight(int diffCount)
-
-
-
Field Detail
-
_ganttComposite
private GanttComposite _ganttComposite
-
-
Constructor Detail
-
ViewPortHandler
public ViewPortHandler(GanttComposite parent)
-
-
Method Detail
-
scrollingLeft
public void scrollingLeft(int diffCount)
- Specified by:
scrollingLeftin interfaceIViewPortHandler
-
scrollingRight
public void scrollingRight(int diffCount)
- Specified by:
scrollingRightin interfaceIViewPortHandler
-
nextMonth
public void nextMonth()
Jumps to the next month.- Specified by:
nextMonthin interfaceIViewPortHandler
-
prevMonth
public void prevMonth()
Jumps to the previous month.- Specified by:
prevMonthin interfaceIViewPortHandler
-
nextWeek
public void nextWeek()
Jumps one week forward.- Specified by:
nextWeekin interfaceIViewPortHandler
-
prevWeek
public void prevWeek()
Jumps one week backwards.- Specified by:
prevWeekin interfaceIViewPortHandler
-
nextMinute
public void nextMinute()
Jumps to the next minute.- Specified by:
nextMinutein interfaceIViewPortHandler2
-
prevMinute
public void prevMinute()
Jumps to the previous hour.- Specified by:
prevMinutein interfaceIViewPortHandler2
-
nextHour
public void nextHour()
Jumps to the next hour.- Specified by:
nextHourin interfaceIViewPortHandler
-
prevHour
public void prevHour()
Jumps to the previous hour.- Specified by:
prevHourin interfaceIViewPortHandler
-
nextDay
public void nextDay()
Jumps one day forward.- Specified by:
nextDayin interfaceIViewPortHandler
-
prevDay
public void prevDay()
Jumps one day backwards.- Specified by:
prevDayin interfaceIViewPortHandler
-
-