Module is.codion.swing.common.ui
Class CalendarPanel.ControlKeys
java.lang.Object
is.codion.swing.common.ui.component.calendar.CalendarPanel.ControlKeys
- Enclosing class:
- CalendarPanel
The available controls.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ControlKey<CommandControl>
Select the next day.
Default key stroke: RIGHT ARROWstatic final ControlKey<CommandControl>
Select the next hour.
Default key stroke: SHIFT-ALT-UP ARROWstatic final ControlKey<CommandControl>
Select the next minute.
Default key stroke: CTRL-ALT-UP ARROWstatic final ControlKey<CommandControl>
Select the next month.
Default key stroke: SHIFT-UP ARROWstatic final ControlKey<CommandControl>
Select the next week.
Default key stroke: DOWN ARROWstatic final ControlKey<CommandControl>
Select the next year.
Default key stroke: CTRL-UP ARROWstatic final ControlKey<CommandControl>
Select the previous day.
Default key stroke: LEFT ARROWstatic final ControlKey<CommandControl>
Select the previous hour.
Default key stroke: SHIFT-ALT-DOWN ARROWstatic final ControlKey<CommandControl>
Select the previous minute.
Default key stroke: CTRL-ALT-DOWN ARROWstatic final ControlKey<CommandControl>
Select the previous month.
Default key stroke: SHIFT-DOWN ARROWstatic final ControlKey<CommandControl>
Select the previous week.
Default key stroke: UP ARROWstatic final ControlKey<CommandControl>
Select the previous year.
Default key stroke: CTRL-DOWN ARROW -
Method Summary
-
Field Details
-
PREVIOUS_YEAR
Select the previous year.
Default key stroke: CTRL-DOWN ARROW -
NEXT_YEAR
Select the next year.
Default key stroke: CTRL-UP ARROW -
PREVIOUS_MONTH
Select the previous month.
Default key stroke: SHIFT-DOWN ARROW -
NEXT_MONTH
Select the next month.
Default key stroke: SHIFT-UP ARROW -
PREVIOUS_WEEK
Select the previous week.
Default key stroke: UP ARROW -
NEXT_WEEK
Select the next week.
Default key stroke: DOWN ARROW -
PREVIOUS_DAY
Select the previous day.
Default key stroke: LEFT ARROW -
NEXT_DAY
Select the next day.
Default key stroke: RIGHT ARROW -
PREVIOUS_HOUR
Select the previous hour.
Default key stroke: SHIFT-ALT-DOWN ARROW -
NEXT_HOUR
Select the next hour.
Default key stroke: SHIFT-ALT-UP ARROW -
PREVIOUS_MINUTE
Select the previous minute.
Default key stroke: CTRL-ALT-DOWN ARROW -
NEXT_MINUTE
Select the next minute.
Default key stroke: CTRL-ALT-UP ARROW
-