| Package | Description | 
|---|---|
| com.ur.urcap.api.domain.userinteraction.keyboard | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
KeyboardTextInput.show(JButton component,
    KeyboardInputCallback<String> callback)
This method requests the virtual keypad to be shown 
 | 
void | 
KeyboardNumberInput.show(JButton component,
    KeyboardInputCallback<T> callback)
This method requests the virtual keypad to be shown 
 | 
void | 
KeyboardTextInput.show(JLabel component,
    KeyboardInputCallback<String> callback)
This method requests the virtual keypad to be shown 
 | 
void | 
KeyboardNumberInput.show(JLabel component,
    KeyboardInputCallback<T> callback)
This method requests the virtual numeric keypad to be shown 
 | 
void | 
KeyboardTextInput.show(JTextField component,
    KeyboardInputCallback<String> callback)
This method requests the virtual keyboard to be shown 
 | 
void | 
KeyboardNumberInput.show(JTextField component,
    KeyboardInputCallback<T> callback)
This method requests the virtual numeric keypad to be shown 
 | 
Copyright © 2019. All rights reserved.