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.KeyStroke
Keyboard.KeyStroke. decode(java.lang.String value)
Decode a keystroke value from its string representation.Keyboard.KeyStroke
Window.ActionMapping. getKeyStroke()
Methods in org.apache.pivot.wtk with parameters of type Keyboard.KeyStroke Modifier and Type Method Description void
WindowActionMappingListener. keyStrokeChanged(Window.ActionMapping actionMapping, Keyboard.KeyStroke previousKeyStroke)
Called when an action mapping's keystroke has changed.void
WindowActionMappingListener.Listeners. keyStrokeChanged(Window.ActionMapping actionMapping, Keyboard.KeyStroke previousKeyStroke)
void
Window.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.KeyStroke
MenuItemData. getKeyboardShortcut()
Methods in org.apache.pivot.wtk.content with parameters of type Keyboard.KeyStroke Modifier and Type Method Description void
MenuItemData. 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.
-