Uses of Class
com.jagacy.Key

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

Uses of Key in com.jagacy
 

Fields in com.jagacy declared as Key
static Key Key.ENTER
           
static Key Key.ENTER_WAIT
          Deprecated.  
static Key Key.PF1
           
static Key Key.PF1_WAIT
          Deprecated.  
static Key Key.PF2
           
static Key Key.PF2_WAIT
          Deprecated.  
static Key Key.PF3
           
static Key Key.PF3_WAIT
          Deprecated.  
static Key Key.PF4
           
static Key Key.PF4_WAIT
          Deprecated.  
static Key Key.PF5
           
static Key Key.PF5_WAIT
          Deprecated.  
static Key Key.PF6
           
static Key Key.PF6_WAIT
          Deprecated.  
static Key Key.PF7
           
static Key Key.PF7_WAIT
          Deprecated.  
static Key Key.PF8
           
static Key Key.PF8_WAIT
          Deprecated.  
static Key Key.PF9
           
static Key Key.PF9_WAIT
          Deprecated.  
static Key Key.PF10
           
static Key Key.PF10_WAIT
          Deprecated.  
static Key Key.PF11
           
static Key Key.PF11_WAIT
          Deprecated.  
static Key Key.PF12
           
static Key Key.PF12_WAIT
          Deprecated.  
static Key Key.PF13
           
static Key Key.PF13_WAIT
          Deprecated.  
static Key Key.PF14
           
static Key Key.PF14_WAIT
          Deprecated.  
static Key Key.PF15
           
static Key Key.PF15_WAIT
          Deprecated.  
static Key Key.PF16
           
static Key Key.PF16_WAIT
          Deprecated.  
static Key Key.PF17
           
static Key Key.PF17_WAIT
          Deprecated.  
static Key Key.PF18
           
static Key Key.PF18_WAIT
          Deprecated.  
static Key Key.PF19
           
static Key Key.PF19_WAIT
          Deprecated.  
static Key Key.PF20
           
static Key Key.PF20_WAIT
          Deprecated.  
static Key Key.PF21
           
static Key Key.PF21_WAIT
          Deprecated.  
static Key Key.PF22
           
static Key Key.PF22_WAIT
          Deprecated.  
static Key Key.PF23
           
static Key Key.PF23_WAIT
          Deprecated.  
static Key Key.PF24
           
static Key Key.PF24_WAIT
          Deprecated.  
static Key Key.PA1
           
static Key Key.PA1_WAIT
          Deprecated.  
static Key Key.PA2
           
static Key Key.PA2_WAIT
          Deprecated.  
static Key Key.PA3
           
static Key Key.PA3_WAIT
          Deprecated.  
static Key Key.CLEAR
           
static Key Key.CLEAR_WAIT
          Deprecated.  
static Key Key.ATTN
           
static Key Key.ATTN_WAIT
          Deprecated.  
static Key Key.SYSREQ
           
static Key Key.SYSREQ_WAIT
          Deprecated.  
static Key Key.CURSOR_SELECT
           
static Key Key.CURSOR_SELECT_WAIT
          Deprecated.  
static Key Key.KEYPAD_0
           
static Key Key.KEYPAD_1
           
static Key Key.KEYPAD_2
           
static Key Key.KEYPAD_3
           
static Key Key.KEYPAD_4
           
static Key Key.KEYPAD_5
           
static Key Key.KEYPAD_6
           
static Key Key.KEYPAD_7
           
static Key Key.KEYPAD_8
           
static Key Key.KEYPAD_9
           
static Key Key.KEYPAD_HYPHEN
           
static Key Key.KEYPAD_COMMA
           
static Key Key.KEYPAD_PERIOD
           
static Key Key.KEYPAD_RETURN
           
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
 Key AbstractSession.writeKey(Key key)
          Writes the given key.
 Key AbstractSession.writeKey(java.lang.String keyProperty)
          Writes the given 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
 Key AbstractSession.writeKey(Key key)
          Writes the given key.
 

Uses of Key in com.jagacy.ui
 

Constructors in com.jagacy.ui with parameters of type Key
KeyAction(Key key)
          Creates a KeyAction object.
KeyAction(Key key, boolean isWait)
          Creates a KeyAction object.
KeyAction(Key key, int action)
          Creates a KeyAction object.
 

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.