Interface IViewPortHandler

All Known Subinterfaces:
IViewPortHandler2
All Known Implementing Classes:
CompoundViewPortHandler, ViewPortHandler

public interface IViewPortHandler
  • Method Summary

    Modifier and Type Method Description
    void nextDay()
    Jumps one day forward.
    void nextHour()
    Jumps to the next hour.
    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 prevMonth()
    Jumps to the previous month.
    void prevWeek()
    Jumps one week backwards.
    void scrollingLeft​(int diffCount)  
    void scrollingRight​(int diffCount)  
  • Method Details

    • scrollingLeft

      void scrollingLeft​(int diffCount)
    • scrollingRight

      void scrollingRight​(int diffCount)
    • nextMonth

      void nextMonth()
      Jumps to the next month.
    • prevMonth

      void prevMonth()
      Jumps to the previous month.
    • nextWeek

      void nextWeek()
      Jumps one week forward.
    • prevWeek

      void prevWeek()
      Jumps one week backwards.
    • nextHour

      void nextHour()
      Jumps to the next hour.
    • prevHour

      void prevHour()
      Jumps to the previous hour.
    • nextDay

      void nextDay()
      Jumps one day forward.
    • prevDay

      void prevDay()
      Jumps one day backwards.