< prev index next >

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

Print this page

        

@@ -34,12 +34,12 @@
  * in general, require modifier keys to be pressed prior to pressing
  * a primary key.  Classes that implement <code>CharBindingMap</code>
  * communicate what modifiers and primary key are required to generate
  * a given symbol.
  *
- * @param <BUTTON>
- * @param <MODIFIER>
+ * @param <BUTTON> the button type
+ * @param <MODIFIER> the modifier type
  * @author Alexandre Iline (alexandre.iline@sun.com)
  */
 
 public interface CharBindingMap<BUTTON extends Button, MODIFIER extends Modifier> {
 
< prev index next >