Class CalendarPanel.ControlIds

java.lang.Object
is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlIds
Enclosing class:
CalendarPanel

public static final class CalendarPanel.ControlIds extends Object
The available controls.
  • Field Details

    • PREVIOUS_YEAR

      public static final ControlId<CommandControl> PREVIOUS_YEAR
      Select the previous year.
      Default key stroke: CTRL-DOWN ARROW
    • NEXT_YEAR

      public static final ControlId<CommandControl> NEXT_YEAR
      Select the next year.
      Default key stroke: CTRL-UP ARROW
    • PREVIOUS_MONTH

      public static final ControlId<CommandControl> PREVIOUS_MONTH
      Select the previous month.
      Default key stroke: SHIFT-DOWN ARROW
    • NEXT_MONTH

      public static final ControlId<CommandControl> NEXT_MONTH
      Select the next month.
      Default key stroke: SHIFT-UP ARROW
    • PREVIOUS_WEEK

      public static final ControlId<CommandControl> PREVIOUS_WEEK
      Select the previous week.
      Default key stroke: ALT-UP ARROW
    • NEXT_WEEK

      public static final ControlId<CommandControl> NEXT_WEEK
      Select the next week.
      Default key stroke: ALT-DOWN ARROW
    • PREVIOUS_DAY

      public static final ControlId<CommandControl> PREVIOUS_DAY
      Select the previous day.
      Default key stroke: ALT-LEFT ARROW
    • NEXT_DAY

      public static final ControlId<CommandControl> NEXT_DAY
      Select the next day.
      Default key stroke: ALT-RIGHT ARROW
    • PREVIOUS_HOUR

      public static final ControlId<CommandControl> PREVIOUS_HOUR
      Select the previous hour.
      Default key stroke: SHIFT-ALT-DOWN ARROW
    • NEXT_HOUR

      public static final ControlId<CommandControl> NEXT_HOUR
      Select the next hour.
      Default key stroke: SHIFT-ALT-UP ARROW
    • PREVIOUS_MINUTE

      public static final ControlId<CommandControl> PREVIOUS_MINUTE
      Select the previous minute.
      Default key stroke: CTRL-ALT-DOWN ARROW
    • NEXT_MINUTE

      public static final ControlId<CommandControl> NEXT_MINUTE
      Select the next minute.
      Default key stroke: CTRL-ALT-UP ARROW