com.sun.lwuit.impl
Interface VirtualKeyboardInterface

All Known Implementing Classes:
AndroidKeyboard, VirtualKeyboard

public interface VirtualKeyboardInterface

Virtual keyboards needs to implement this interface to be registered as a platform keyboard.

Author:
Chen Fishbein

Method Summary
 java.lang.String getVirtualKeyboardName()
          Returns the Virtual Keyboard name.
 boolean isVirtualKeyboardShowing()
          Indicates if the Virtual Keyboard is currently showing.
 void showKeyboard(boolean show)
          Shows or dispose the virtual keyboard
 

Method Detail

getVirtualKeyboardName

java.lang.String getVirtualKeyboardName()
Returns the Virtual Keyboard name. This is a unique indentifier for the Virtual Keyboard implementation

Returns:
a unique id that represents this virtual keyboard.

showKeyboard

void showKeyboard(boolean show)
Shows or dispose the virtual keyboard

Parameters:
show - if true shows the virtual keyboard

isVirtualKeyboardShowing

boolean isVirtualKeyboardShowing()
Indicates if the Virtual Keyboard is currently showing.

Returns:
true if the Virtual Keyboard is currently showing