Modifier and Type | Method and Description |
---|---|
void |
IMultiTouchKeyboardListener.keyPressed(KeyboardKey k,
boolean shiftDown,
boolean altDown,
boolean ctlDown)
Key pressed.
|
void |
IMultiTouchKeyboardListener.keyReleased(KeyboardKey k,
boolean shiftDown,
boolean altDown,
boolean ctlDown)
Key released.
|
Modifier and Type | Method and Description |
---|---|
void |
NorwegianKeyboardListener.keyPressed(KeyboardKey k,
boolean shiftDown,
boolean altDown,
boolean ctlDown) |
void |
NorwegianKeyboardListener.keyReleased(KeyboardKey k,
boolean shiftDown,
boolean altDown,
boolean ctlDown) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<KeyboardKey> |
SimpleAlphaKeyboardKeyMaker.createSquareKeysLine(java.lang.String keysOnePerChar,
int width,
int height,
int leftIndent,
int topIndent,
int gapBetweenKeys)
Creates the square keys line.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleAlphaKeyboardRenderer.keyPressed(KeyboardKey k,
boolean shiftDown,
boolean altDown,
boolean ctlDown) |
void |
SimpleAlphaKeyboardRenderer.keyReleased(KeyboardKey k,
boolean shiftDown,
boolean altDown,
boolean ctlDown) |
Modifier and Type | Method and Description |
---|---|
KeyboardKey |
KeyboardDefinition.getKey(java.lang.String stringRep)
Gets the key.
|
KeyboardKey |
KeyboardDefinition.getKeyAt(java.awt.geom.Point2D p)
Gets the key at.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<KeyboardKey> |
KeyboardDefinition.getKeysIterator()
Gets the keys iterator.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyboardDefinition.addKey(KeyboardKey k)
Adds the key.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyboardDefinition.addKeys(java.util.Collection<KeyboardKey> qwertyKeys)
Adds the keys.
|
Modifier and Type | Method and Description |
---|---|
void |
Calculator.keyPressed(KeyboardKey k,
boolean shiftDown,
boolean altDown,
boolean ctlDown) |
void |
Calculator.keyReleased(KeyboardKey k,
boolean shiftDown,
boolean altDown,
boolean ctlDown) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<KeyboardKey> |
CalculatorKeyMaker.createSquareKeysLine(java.lang.String keysOnePerChar,
int width,
int height,
int leftIndent,
int topIndent,
int gapBetweenKeys)
Creates the square keys line.
|
Modifier and Type | Method and Description |
---|---|
void |
CalculatorKeyboardRenderer.keyPressed(KeyboardKey k,
boolean shiftDown,
boolean altDown,
boolean ctlDown) |
void |
CalculatorKeyboardRenderer.keyReleased(KeyboardKey k,
boolean shiftDown,
boolean altDown,
boolean ctlDown) |