Package ch.bailu.gtk.adw
Interface TabViewShortcuts
public interface TabViewShortcuts
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
All of the shortcutsstatic final int
<kbd>Alt</kbd>+<kbd>1</kbd>⋯<kbd>9</kbd> - switch to pages 1-9static final int
<kbd>Alt</kbd>+<kbd>0</kbd> - switch to page 10static final int
<kbd>Ctrl</kbd>+<kbd>End</kbd> - switch to the last pagestatic final int
<kbd>Ctrl</kbd>+<kbd>Home</kbd> - switch to the first pagestatic final int
<kbd>Ctrl</kbd>+<kbd>Page Down</kbd> - switch to the next pagestatic final int
<kbd>Ctrl</kbd>+<kbd>Page Up</kbd> - switch to the previous pagestatic final int
<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>End</kbd> - move the current page at
the endstatic final int
<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Home</kbd> - move the selected page
at the startstatic final int
<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Page Down</kbd> - move the selected
page forwardstatic final int
<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Page Up</kbd> - move the selected
page backwardstatic final int
<kbd>Shift</kbd>+<kbd>Ctrl</kbd>+<kbd>Tab</kbd> - switch to the previous
page, with loopingstatic final int
<kbd>Ctrl</kbd>+<kbd>Tab</kbd> - switch to the next page, with loopingstatic final int
No shortcuts
-
Field Details
-
NONE
static final int NONENo shortcuts- See Also:
-
CONTROL_TAB
static final int CONTROL_TAB<kbd>Ctrl</kbd>+<kbd>Tab</kbd> - switch to the next page, with looping- See Also:
-
CONTROL_SHIFT_TAB
static final int CONTROL_SHIFT_TAB<kbd>Shift</kbd>+<kbd>Ctrl</kbd>+<kbd>Tab</kbd> - switch to the previous
page, with looping- See Also:
-
CONTROL_PAGE_UP
static final int CONTROL_PAGE_UP<kbd>Ctrl</kbd>+<kbd>Page Up</kbd> - switch to the previous page- See Also:
-
CONTROL_PAGE_DOWN
static final int CONTROL_PAGE_DOWN<kbd>Ctrl</kbd>+<kbd>Page Down</kbd> - switch to the next page- See Also:
-
CONTROL_HOME
static final int CONTROL_HOME<kbd>Ctrl</kbd>+<kbd>Home</kbd> - switch to the first page- See Also:
-
CONTROL_END
static final int CONTROL_END<kbd>Ctrl</kbd>+<kbd>End</kbd> - switch to the last page- See Also:
-
CONTROL_SHIFT_PAGE_UP
static final int CONTROL_SHIFT_PAGE_UP<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Page Up</kbd> - move the selected
page backward- See Also:
-
CONTROL_SHIFT_PAGE_DOWN
static final int CONTROL_SHIFT_PAGE_DOWN<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Page Down</kbd> - move the selected
page forward- See Also:
-
CONTROL_SHIFT_HOME
static final int CONTROL_SHIFT_HOME<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Home</kbd> - move the selected page
at the start- See Also:
-
CONTROL_SHIFT_END
static final int CONTROL_SHIFT_END<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>End</kbd> - move the current page at
the end- See Also:
-
ALT_DIGITS
static final int ALT_DIGITS<kbd>Alt</kbd>+<kbd>1</kbd>⋯<kbd>9</kbd> - switch to pages 1-9- See Also:
-
ALT_ZERO
static final int ALT_ZERO<kbd>Alt</kbd>+<kbd>0</kbd> - switch to page 10- See Also:
-
ALL_SHORTCUTS
static final int ALL_SHORTCUTSAll of the shortcuts- See Also:
-