Class Keys

java.lang.Object
com.rs.seagull.emulator.api.Keys

public class Keys extends Object
Declarations of keys (actions) to be used with Keyboard.sendKey().
Version:
$Id$
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Declarations of Ansi VT keys (actions) to be used with Keyboard.sendKey().
    static class 
    Declarations of IBM 3270 keys (actions) to be used with Keyboard.sendKey().
    static class 
    Declarations of IBM 5250 keys (actions) to be used with Keyboard.sendKey().
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Keys

      public Keys()