Interface IViewPortHandler2
-
- All Superinterfaces:
IViewPortHandler
- All Known Implementing Classes:
CompoundViewPortHandler
,ViewPortHandler
public interface IViewPortHandler2 extends IViewPortHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
nextMinute()
Jumps to the next minute.void
prevMinute()
Jumps to the previous hour.-
Methods inherited from interface org.eclipse.nebula.widgets.ganttchart.IViewPortHandler
nextDay, nextHour, nextMonth, nextWeek, prevDay, prevHour, prevMonth, prevWeek, scrollingLeft, scrollingRight
-
-