Uses of Class
org.apache.pivot.wtk.Keyboard.KeyLocation
-
Packages that use Keyboard.KeyLocation Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.org.apache.pivot.wtk.content Contains classes representing component data, such as list items or table rows.org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins.org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. -
-
Uses of Keyboard.KeyLocation in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return Keyboard.KeyLocation Modifier and Type Method Description static Keyboard.KeyLocation
Keyboard.KeyLocation. fromAWTLocation(int awtKeyLocation)
Translate the given native AWT key location constant into one of our values.static Keyboard.KeyLocation
Keyboard.KeyLocation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Keyboard.KeyLocation[]
Keyboard.KeyLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pivot.wtk with parameters of type Keyboard.KeyLocation Modifier and Type Method Description void
Application.UnprocessedKeyHandler.Adapter. keyPressed(int keyCode, Keyboard.KeyLocation keyLocation)
Deprecated.default void
Application.UnprocessedKeyHandler. keyPressed(int keyCode, Keyboard.KeyLocation keyLocation)
protected boolean
Component. keyPressed(int keyCode, Keyboard.KeyLocation keyLocation)
boolean
ComponentKeyListener.Adapter. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
Deprecated.default boolean
ComponentKeyListener. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
Called when a key has been pressed.boolean
ComponentKeyListener.Listeners. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
boolean
Window. keyPressed(int keyCode, Keyboard.KeyLocation keyLocation)
void
Application.UnprocessedKeyHandler.Adapter. keyReleased(int keyCode, Keyboard.KeyLocation keyLocation)
Deprecated.default void
Application.UnprocessedKeyHandler. keyReleased(int keyCode, Keyboard.KeyLocation keyLocation)
protected boolean
Component. keyReleased(int keyCode, Keyboard.KeyLocation keyLocation)
boolean
ComponentKeyListener.Adapter. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
Deprecated.default boolean
ComponentKeyListener. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
Called when a key has been released.boolean
ComponentKeyListener.Listeners. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
-
Uses of Keyboard.KeyLocation in org.apache.pivot.wtk.content
Methods in org.apache.pivot.wtk.content with parameters of type Keyboard.KeyLocation Modifier and Type Method Description boolean
ListViewItemEditor. keyPressed(int keyCode, Keyboard.KeyLocation keyLocation)
boolean
TableViewRowEditor. keyPressed(int keyCode, Keyboard.KeyLocation keyLocation)
boolean
TreeViewNodeEditor. keyPressed(int keyCode, Keyboard.KeyLocation keyLocation)
-
Uses of Keyboard.KeyLocation in org.apache.pivot.wtk.skin
Methods in org.apache.pivot.wtk.skin with parameters of type Keyboard.KeyLocation Modifier and Type Method Description boolean
CalendarButtonSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
SPACE
Repaints the component to reflect the pressed state.boolean
ColorChooserButtonSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
SPACE
Repaints the component to reflect the pressed state.boolean
ComponentSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
Keyboard handling (Tab key or Shift Tab).boolean
ListButtonSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
boolean
MenuButtonSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
SPACE
Repaints the component to reflect the pressed state.boolean
PushButtonSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
SPACE
Repaints the component to reflect the pressed state.boolean
ScrollPaneSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
Key presses have no effect if the event has already been consumed.boolean
TextAreaSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
boolean
TextPaneSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
boolean
CalendarButtonSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
SPACE
'presses' the button.boolean
CheckboxSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
SPACE
'presses' the button.boolean
ColorChooserButtonSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
SPACE
'presses' the button.boolean
ComponentSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
boolean
ListButtonSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
SPACE
'presses' the button.boolean
MenuButtonSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
SPACE
'presses' the button.boolean
PushButtonSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
SPACE
'presses' the button.boolean
RadioButtonSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
SPACE
'presses' the button. -
Uses of Keyboard.KeyLocation in org.apache.pivot.wtk.skin.terra
Methods in org.apache.pivot.wtk.skin.terra with parameters of type Keyboard.KeyLocation Modifier and Type Method Description boolean
TerraAccordionSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
Key presses have no effect if the event has already been consumed.boolean
TerraCalendarSkin.DateButtonSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
boolean
TerraDialogSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
boolean
TerraFileBrowserSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
ENTER
Change into the selected directory ifTerraFileBrowserSkin.keyboardFolderTraversalEnabled
is true.
DELETE
orBACKSPACE
Change into the parent of the current directory.
F5
Refresh the file list.boolean
TerraFrameSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
boolean
TerraListViewSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
Keyboard handling (arrow keys with modifiers).boolean
TerraMenuPopupSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
ESCAPE
Close the menu popup.boolean
TerraMenuSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
boolean
TerraSheetSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
boolean
TerraSliderSkin.ThumbSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
boolean
TerraSpinnerSkin.SpinnerContentSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
boolean
TerraSuggestionPopupSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
boolean
TerraTableViewSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
Keyboard handling (arrow keys with modifiers and a few others).boolean
TerraTabPaneSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
Key presses have no effect if the event has already been consumed.boolean
TerraTextInputSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
boolean
TerraTreeViewSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
Keyboard handling (arrow keys with modifiers).boolean
TerraVFSBrowserSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
ENTER
Change into the selected directory ifTerraVFSBrowserSkin.keyboardFolderTraversalEnabled
is true.
DELETE
orBACKSPACE
Change into the parent of the current directory.
F5
Refresh the file list.boolean
TerraCalendarSkin.DateButtonSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
SPACE
'presses' the button.boolean
TerraFileBrowserSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
CommandModifier +F
Transfers focus to the search TextInput.boolean
TerraListViewSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
SPACE
Toggles check mark selection when select mode isListView.SelectMode.SINGLE
.boolean
TerraMenuSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
SPACE
'presses' the active menu item if it does not have a sub-menu.boolean
TerraTreeViewSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
SPACE
toggles check mark selection when select mode isTreeView.SelectMode.SINGLE
.boolean
TerraVFSBrowserSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)
CommandModifier +F
Transfers focus to the search TextInput.
-