Uses of Class
com.jagacy.Key

Packages that use Key
com.jagacy   
com.jagacy.util   
 

Uses of Key in com.jagacy
 

Fields in com.jagacy declared as Key
static Key Key.ENTER_WAIT
           
static Key Key.PF1_WAIT
           
static Key Key.PF2_WAIT
           
static Key Key.PF3_WAIT
           
static Key Key.PF4_WAIT
           
static Key Key.PF5_WAIT
           
static Key Key.PF6_WAIT
           
static Key Key.PF7_WAIT
           
static Key Key.PF8_WAIT
           
static Key Key.PF9_WAIT
           
static Key Key.PF10_WAIT
           
static Key Key.PF11_WAIT
           
static Key Key.PF12_WAIT
           
static Key Key.PF13_WAIT
           
static Key Key.PF14_WAIT
           
static Key Key.PF15_WAIT
           
static Key Key.PF16_WAIT
           
static Key Key.PF17_WAIT
           
static Key Key.PF18_WAIT
           
static Key Key.PF19_WAIT
           
static Key Key.PF20_WAIT
           
static Key Key.PF21_WAIT
           
static Key Key.PF22_WAIT
           
static Key Key.PF23_WAIT
           
static Key Key.PF24_WAIT
           
static Key Key.PA1_WAIT
           
static Key Key.PA2_WAIT
           
static Key Key.PA3_WAIT
           
static Key Key.CLEAR_WAIT
           
static Key Key.ATTN_WAIT
           
static Key Key.SYSREQ_WAIT
           
static Key Key.CURSOR_SELECT_WAIT
           
static Key Key.UP_ARROW
           
static Key Key.DOWN_ARROW
           
static Key Key.LEFT_ARROW
           
static Key Key.RIGHT_ARROW
           
static Key Key.HOME
           
static Key Key.NEWLINE
           
static Key Key.TAB
           
static Key Key.BACK_TAB
           
static Key Key.DELETE
           
static Key Key.INSERT
           
static Key Key.ERASE_EOF
           
static Key Key.ERASE_INPUT
           
static Key Key.DUPLICATE
           
static Key Key.BACKSPACE
           
static Key Key.RESET
           
 

Methods in com.jagacy that return Key
static Key Key.find(java.lang.String name)
          Find a key with the given name.
static Key Key.find(int id)
          Find a key with the given ID.
 

Methods in com.jagacy with parameters of type Key
 void Session3270.writeKey(Key key)
          Writes the given key.
 

Uses of Key in com.jagacy.util
 

Methods in com.jagacy.util that return Key
 Key JagacyProperties.getKey(java.lang.String key)
          Retrieves a key.