|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Keyboard.KeyStroke | |
|---|---|
| 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 | |
|---|---|
static Keyboard.KeyStroke |
Keyboard.KeyStroke.decode(String value)
|
Keyboard.KeyStroke |
Window.ActionMapping.getKeyStroke()
|
| Methods in org.apache.pivot.wtk with parameters of type Keyboard.KeyStroke | |
|---|---|
void |
WindowActionMappingListener.keyStrokeChanged(Window.ActionMapping actionMapping,
Keyboard.KeyStroke previousKeyStroke)
Called when an action mapping's keystroke has changed. |
void |
Window.ActionMapping.setKeyStroke(Keyboard.KeyStroke keyStroke)
|
| Constructors in org.apache.pivot.wtk with parameters of type Keyboard.KeyStroke | |
|---|---|
Window.ActionMapping(Keyboard.KeyStroke keyStroke,
Action action)
|
|
Window.ActionMapping(Keyboard.KeyStroke keyStroke,
String actionID)
|
|
| Uses of Keyboard.KeyStroke in org.apache.pivot.wtk.content |
|---|
| Methods in org.apache.pivot.wtk.content that return Keyboard.KeyStroke | |
|---|---|
Keyboard.KeyStroke |
MenuItemData.getKeyboardShortcut()
|
| Methods in org.apache.pivot.wtk.content with parameters of type Keyboard.KeyStroke | |
|---|---|
void |
MenuItemData.setKeyboardShortcut(Keyboard.KeyStroke keyboardShortcut)
|
| Constructors in org.apache.pivot.wtk.content with parameters of type Keyboard.KeyStroke | |
|---|---|
MenuItemData(Image icon,
String text,
Keyboard.KeyStroke keyboardShortcut)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||