Uses of Class
org.apache.pivot.wtk.Keyboard.KeyStroke
- 
Packages that use Keyboard.KeyStroke 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. - 
- 
Uses of Keyboard.KeyStroke in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return Keyboard.KeyStroke Modifier and Type Method Description static Keyboard.KeyStrokeKeyboard.KeyStroke. decode(java.lang.String value)Decode a keystroke value from its string representation.Keyboard.KeyStrokeWindow.ActionMapping. getKeyStroke()Methods in org.apache.pivot.wtk with parameters of type Keyboard.KeyStroke Modifier and Type Method Description voidWindowActionMappingListener. keyStrokeChanged(Window.ActionMapping actionMapping, Keyboard.KeyStroke previousKeyStroke)Called when an action mapping's keystroke has changed.voidWindowActionMappingListener.Listeners. keyStrokeChanged(Window.ActionMapping actionMapping, Keyboard.KeyStroke previousKeyStroke)voidWindow.ActionMapping. setKeyStroke(Keyboard.KeyStroke keyStroke)Constructors in org.apache.pivot.wtk with parameters of type Keyboard.KeyStroke Constructor Description ActionMapping(Keyboard.KeyStroke keyStroke, java.lang.String actionID)ActionMapping(Keyboard.KeyStroke keyStroke, Action action) - 
Uses of Keyboard.KeyStroke in org.apache.pivot.wtk.content
Methods in org.apache.pivot.wtk.content that return Keyboard.KeyStroke Modifier and Type Method Description Keyboard.KeyStrokeMenuItemData. getKeyboardShortcut()Methods in org.apache.pivot.wtk.content with parameters of type Keyboard.KeyStroke Modifier and Type Method Description voidMenuItemData. setKeyboardShortcut(Keyboard.KeyStroke keyboardShortcut)Constructors in org.apache.pivot.wtk.content with parameters of type Keyboard.KeyStroke Constructor Description MenuItemData(Image icon, java.lang.String text, Keyboard.KeyStroke keyboardShortcut)Constructor. 
 -