Class GanttFlags


  • public class GanttFlags
    extends java.lang.Object
    Valid styles outside of this class are as follows:

    SWT.SINGLE - Single event selection in the chart
    SWT.MULTI - Multi event selection in the chart

    Any other styles not listed here will be ignored.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int H_SCROLL_FIXED_RANGE
      Creates the chart with a scrollbar fixed to the range of the dates on the chart.
      static int H_SCROLL_INFINITE
      Creates the chart with an infinite scrollbar.
      static int H_SCROLL_NONE
      Creates the chart with no horizontal scrollbar.
    • Constructor Summary

      Constructors 
      Constructor Description
      GanttFlags()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • H_SCROLL_INFINITE

        public static final int H_SCROLL_INFINITE
        Creates the chart with an infinite scrollbar. This is the default unless one is set explicitly.
        See Also:
        Constant Field Values
      • H_SCROLL_FIXED_RANGE

        public static final int H_SCROLL_FIXED_RANGE
        Creates the chart with a scrollbar fixed to the range of the dates on the chart.
        See Also:
        Constant Field Values
      • H_SCROLL_NONE

        public static final int H_SCROLL_NONE
        Creates the chart with no horizontal scrollbar. It's up to you to handle any horizontal scrolling manually.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GanttFlags

        public GanttFlags()