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.KeyLocationKeyboard.KeyLocation. fromAWTLocation(int awtKeyLocation)Translate the given native AWT key location constant into one of our values.static Keyboard.KeyLocationKeyboard.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 voidApplication.UnprocessedKeyHandler.Adapter. keyPressed(int keyCode, Keyboard.KeyLocation keyLocation)Deprecated.default voidApplication.UnprocessedKeyHandler. keyPressed(int keyCode, Keyboard.KeyLocation keyLocation)protected booleanComponent. keyPressed(int keyCode, Keyboard.KeyLocation keyLocation)booleanComponentKeyListener.Adapter. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)Deprecated.default booleanComponentKeyListener. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)Called when a key has been pressed.booleanComponentKeyListener.Listeners. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)booleanWindow. keyPressed(int keyCode, Keyboard.KeyLocation keyLocation)voidApplication.UnprocessedKeyHandler.Adapter. keyReleased(int keyCode, Keyboard.KeyLocation keyLocation)Deprecated.default voidApplication.UnprocessedKeyHandler. keyReleased(int keyCode, Keyboard.KeyLocation keyLocation)protected booleanComponent. keyReleased(int keyCode, Keyboard.KeyLocation keyLocation)booleanComponentKeyListener.Adapter. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)Deprecated.default booleanComponentKeyListener. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)Called when a key has been released.booleanComponentKeyListener.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 booleanListViewItemEditor. keyPressed(int keyCode, Keyboard.KeyLocation keyLocation)booleanTableViewRowEditor. keyPressed(int keyCode, Keyboard.KeyLocation keyLocation)booleanTreeViewNodeEditor. 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 booleanCalendarButtonSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)SPACERepaints the component to reflect the pressed state.booleanColorChooserButtonSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)SPACERepaints the component to reflect the pressed state.booleanComponentSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)Keyboard handling (Tab key or Shift Tab).booleanListButtonSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)booleanMenuButtonSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)SPACERepaints the component to reflect the pressed state.booleanPushButtonSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)SPACERepaints the component to reflect the pressed state.booleanScrollPaneSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)Key presses have no effect if the event has already been consumed.booleanTextAreaSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)booleanTextPaneSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)booleanCalendarButtonSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)SPACE'presses' the button.booleanCheckboxSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)SPACE'presses' the button.booleanColorChooserButtonSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)SPACE'presses' the button.booleanComponentSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)booleanListButtonSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)SPACE'presses' the button.booleanMenuButtonSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)SPACE'presses' the button.booleanPushButtonSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)SPACE'presses' the button.booleanRadioButtonSkin. 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 booleanTerraAccordionSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)Key presses have no effect if the event has already been consumed.booleanTerraCalendarSkin.DateButtonSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)booleanTerraDialogSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)booleanTerraFileBrowserSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)ENTERChange into the selected directory ifTerraFileBrowserSkin.keyboardFolderTraversalEnabledis true.
DELETEorBACKSPACEChange into the parent of the current directory.
F5Refresh the file list.booleanTerraFrameSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)booleanTerraListViewSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)Keyboard handling (arrow keys with modifiers).booleanTerraMenuPopupSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)ESCAPEClose the menu popup.booleanTerraMenuSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)booleanTerraSheetSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)booleanTerraSliderSkin.ThumbSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)booleanTerraSpinnerSkin.SpinnerContentSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)booleanTerraSuggestionPopupSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)booleanTerraTableViewSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)Keyboard handling (arrow keys with modifiers and a few others).booleanTerraTabPaneSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)Key presses have no effect if the event has already been consumed.booleanTerraTextInputSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)booleanTerraTreeViewSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)Keyboard handling (arrow keys with modifiers).booleanTerraVFSBrowserSkin. keyPressed(Component component, int keyCode, Keyboard.KeyLocation keyLocation)ENTERChange into the selected directory ifTerraVFSBrowserSkin.keyboardFolderTraversalEnabledis true.
DELETEorBACKSPACEChange into the parent of the current directory.
F5Refresh the file list.booleanTerraCalendarSkin.DateButtonSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)SPACE'presses' the button.booleanTerraFileBrowserSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)CommandModifier +FTransfers focus to the search TextInput.booleanTerraListViewSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)SPACEToggles check mark selection when select mode isListView.SelectMode.SINGLE.booleanTerraMenuSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)SPACE'presses' the active menu item if it does not have a sub-menu.booleanTerraTreeViewSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)SPACEtoggles check mark selection when select mode isTreeView.SelectMode.SINGLE.booleanTerraVFSBrowserSkin. keyReleased(Component component, int keyCode, Keyboard.KeyLocation keyLocation)CommandModifier +FTransfers focus to the search TextInput. 
 -