Class ViewPortHandler

java.lang.Object
org.eclipse.nebula.widgets.ganttchart.ViewPortHandler
All Implemented Interfaces:
IViewPortHandler, IViewPortHandler2

class ViewPortHandler
extends java.lang.Object
implements IViewPortHandler2
  • Constructor Summary

    Constructors 
    Constructor Description
    ViewPortHandler​(GanttComposite parent)  
  • Method Summary

    Modifier and Type Method 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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait