< prev index next >

core/JemmyCore/src/org/jemmy/input/DefaultCharBindingMap.java

Print this page

        

*** 36,51 **** import static org.jemmy.interfaces.Keyboard.KeyboardModifiers.*; /** - * * Default implementation of CharBindingMap interface. * Provides a mapping for the following symbols:<BR> - * @see org.jemmy.CharBindingMap * ! * @author Alexandre Iline (alexandre.iline@sun.com) */ public class DefaultCharBindingMap implements CharBindingMap<KeyboardButton, KeyboardModifier> { private Hashtable<Character, CharKey> chars; --- 36,49 ---- import static org.jemmy.interfaces.Keyboard.KeyboardModifiers.*; /** * Default implementation of CharBindingMap interface. * Provides a mapping for the following symbols:<BR> * ! * @author shura */ public class DefaultCharBindingMap implements CharBindingMap<KeyboardButton, KeyboardModifier> { private Hashtable<Character, CharKey> chars;
< prev index next >