Class FillHandleConfigAttributes


  • public final class FillHandleConfigAttributes
    extends Object
    This interface contains ConfigAttributes that can be used to configure the fill handle behavior.
    Since:
    1.4
    • Field Detail

      • FILL_HANDLE_REGION_BORDER_STYLE

        public static final ConfigAttribute<BorderStyle> FILL_HANDLE_REGION_BORDER_STYLE
        ConfigAttribute to configure the line style used to render a special border on dragging the fill handle.
      • FILL_HANDLE_BORDER_STYLE

        public static final ConfigAttribute<BorderStyle> FILL_HANDLE_BORDER_STYLE
        ConfigAttribute to configure the border style of the fill handle itself.
      • FILL_HANDLE_COLOR

        public static final ConfigAttribute<org.eclipse.swt.graphics.Color> FILL_HANDLE_COLOR
        ConfigAttribute to configure the color of the fill handle.
      • INCREMENT_DATE_FIELD

        public static final ConfigAttribute<Integer> INCREMENT_DATE_FIELD
        ConfigAttribute to configure the date field that should be incremented when inserting a series via fill handle. Fields from the Calendar class should be used for configuration.
      • ALLOWED_FILL_DIRECTION

        public static final ConfigAttribute<Direction> ALLOWED_FILL_DIRECTION
        ConfigAttribute to configure the directions that are allowed for the fill handle. If nothing is specified Direction.BOTH will be used implicitly.