Packageorg.aswing
Classpublic class KeySequence
ImplementsKeyType

Key Sequence, defines a key sequence.

Thanks Romain for his Fever{



Public Methods
 MethodDefined by
  
KeySequence(... arguments)
KeySequence(key1:KeyStroke, key2:KeyStroke, ...)
KeySequence(description:String, codeSequence:Array)
Create a key definition with keys.
KeySequence
  
KeySequence
  
getDescription():String
KeySequence
  
toString():String
KeySequence
Public Constants
 ConstantDefined by
  LIMITER : String = "+"
[static] Constant definition for concatenation character.
KeySequence
Constructor detail
KeySequence()constructor
public function KeySequence(... arguments)

KeySequence(key1:KeyStroke, key2:KeyStroke, ...)
KeySequence(description:String, codeSequence:Array)
Create a key definition with keys.

Parameters
... arguments

Throws
— when arguments is not illegular.
Method detail
getCodeSequence()method
public function getCodeSequence():Array

Returns
Array
getDescription()method 
public function getDescription():String

Returns
String
toString()method 
public function toString():String

Returns
String
Constant detail
LIMITERconstant
public static const LIMITER:String = "+"

Constant definition for concatenation character.