KeyPressValue (クラス)
public final KeyPressValue
インポート元: CURL.GUI.STANDARD. package 内で定義されています CURL.DEVICE.KEYBOARD.

KeyPress.value フィールド (KeyPress イベント) 処理に便利なメソッドを含むクラス。

注意事項

これには、特殊キーで使用する特殊値と、それらのキーのテキスト名をマップするメソッドも含まれます。キーの正式なテキスト名は、このクラス (すべての char 型) のフィールドで検索できます。

クラス変数と定数
backspace:KeyPressValuebackspace キー
public constant KeyPressValue.backspace:char ='\uEF81'
delete:KeyPressValuedelete キー
public constant KeyPressValue.delete:char ='\uEF8F'
down:KeyPressValuedown キー
public constant KeyPressValue.down:char ='\uEF89'
end:KeyPressValueend キー
public constant KeyPressValue.end:char ='\uEF8B'
enter:KeyPressValueenter キー
public constant KeyPressValue.enter:char ='\uEF83'
esc:KeyPressValueesc キー
public constant KeyPressValue.esc:char ='\uEF80'
f0:KeyPressValuef0 キー
public constant KeyPressValue.f0:char ='\uEFA0'
f1:KeyPressValuef1 キー
public constant KeyPressValue.f1:char ='\uEFA1'
f10:KeyPressValuef10 キー
public constant KeyPressValue.f10:char ='\uEFAA'
f11:KeyPressValuef11 キー
public constant KeyPressValue.f11:char ='\uEFAB'
f12:KeyPressValuef12 キー
public constant KeyPressValue.f12:char ='\uEFAC'
f13:KeyPressValuef13 キー
public constant KeyPressValue.f13:char ='\uEFAD'
f14:KeyPressValuef14 キー
public constant KeyPressValue.f14:char ='\uEFAE'
f15:KeyPressValuef15 キー
public constant KeyPressValue.f15:char ='\uEFAF'
f16:KeyPressValuef16 キー
public constant KeyPressValue.f16:char ='\uEFB0'
f17:KeyPressValuef17 キー
public constant KeyPressValue.f17:char ='\uEFB1'
f18:KeyPressValuef18 キー
public constant KeyPressValue.f18:char ='\uEFB2'
f19:KeyPressValuef19 キー
public constant KeyPressValue.f19:char ='\uEFB3'
f2:KeyPressValuef2 キー
public constant KeyPressValue.f2:char ='\uEFA2'
f20:KeyPressValuef20 キー
public constant KeyPressValue.f20:char ='\uEFB4'
f21:KeyPressValuef21 キー
public constant KeyPressValue.f21:char ='\uEFB5'
f22:KeyPressValuef22 キー
public constant KeyPressValue.f22:char ='\uEFB6'
f23:KeyPressValuef23 キー
public constant KeyPressValue.f23:char ='\uEFB7'
f24:KeyPressValuef24 キー
public constant KeyPressValue.f24:char ='\uEFB8'
f25:KeyPressValuef25 キー
public constant KeyPressValue.f25:char ='\uEFB9'
f26:KeyPressValuef26 キー
public constant KeyPressValue.f26:char ='\uEFBA'
f27:KeyPressValuef27 キー
public constant KeyPressValue.f27:char ='\uEFBB'
f28:KeyPressValuef28 キー
public constant KeyPressValue.f28:char ='\uEFBC'
f29:KeyPressValuef29 キー
public constant KeyPressValue.f29:char ='\uEFBD'
f3:KeyPressValuef3 キー
public constant KeyPressValue.f3:char ='\uEFA3'
f30:KeyPressValuef30 キー
public constant KeyPressValue.f30:char ='\uEFBE'
f31:KeyPressValuef31 キー
public constant KeyPressValue.f31:char ='\uEFBF'
f4:KeyPressValuef4 キー
public constant KeyPressValue.f4:char ='\uEFA4'
f5:KeyPressValuef5 キー
public constant KeyPressValue.f5:char ='\uEFA5'
f6:KeyPressValuef6 キー
public constant KeyPressValue.f6:char ='\uEFA6'
f7:KeyPressValuef7 キー
public constant KeyPressValue.f7:char ='\uEFA7'
f8:KeyPressValuef8 キー
public constant KeyPressValue.f8:char ='\uEFA8'
f9:KeyPressValuef9 キー
public constant KeyPressValue.f9:char ='\uEFA9'
home:KeyPressValuehome キー
public constant KeyPressValue.home:char ='\uEF8A'
insert:KeyPressValueinsert キー
public constant KeyPressValue.insert:char ='\uEF8E'
left:KeyPressValueleft キー
public constant KeyPressValue.left:char ='\uEF86'
middle:KeyPressValuemiddle キー
public constant KeyPressValue.middle:char ='\uEF85'
next:pgdn キーの KeyPressValue
public constant KeyPressValue.next:char ='\uEF8D'
pause:KeyPressValuepause キー
public constant KeyPressValue.pause:char ='\uEF96'
pgdn:pgdn キーの KeyPressValue
public constant KeyPressValue.pgdn:char ='\uEF8D'
pgup:pgup キーの KeyPressValue
public constant KeyPressValue.pgup:char ='\uEF8C'
prev:pgup キーの KeyPressValue
public constant KeyPressValue.prev:char ='\uEF8C'
right:KeyPressValueright キー
public constant KeyPressValue.right:char ='\uEF87'
space:KeyPressValuespace キー
public constant KeyPressValue.space:char =' '
tab:KeyPressValuetab キー
public constant KeyPressValue.tab:char ='\uEF82'
unknown:KeyPressValueunknown キー
public constant KeyPressValue.unknown:char ='\uEF7F'
up:KeyPressValueup キー
public constant KeyPressValue.up:char ='\uEF88'

クラス プロシージャ
char-for-name:文字のテキスト名を KeyPress.value で使用される文字の値に変換します。
public {KeyPressValue.char-for-name str:String}:char
name-for-char:文字の値を KeyPress.value で使用される文字のテキスト名に変換します。
public {KeyPressValue.name-for-char ch:char}:String

メソッド
メソッド 継承 Object: object-describe, object-describe-for-debugging, object-serialize





クラス変数と定数の詳細
backspace (クラス定数)
public constant KeyPressValue.backspace:char ='\uEF81'

KeyPressValuebackspace キー



delete (クラス定数)
public constant KeyPressValue.delete:char ='\uEF8F'

KeyPressValuedelete キー



down (クラス定数)
public constant KeyPressValue.down:char ='\uEF89'

KeyPressValuedown キー



end (クラス定数)
public constant KeyPressValue.end:char ='\uEF8B'

KeyPressValueend キー



enter (クラス定数)
public constant KeyPressValue.enter:char ='\uEF83'

KeyPressValueenter キー



esc (クラス定数)
public constant KeyPressValue.esc:char ='\uEF80'

KeyPressValueesc キー



f0 (クラス定数)
public constant KeyPressValue.f0:char ='\uEFA0'

KeyPressValuef0 キー



f1 (クラス定数)
public constant KeyPressValue.f1:char ='\uEFA1'

KeyPressValuef1 キー



f10 (クラス定数)
public constant KeyPressValue.f10:char ='\uEFAA'

KeyPressValuef10 キー



f11 (クラス定数)
public constant KeyPressValue.f11:char ='\uEFAB'

KeyPressValuef11 キー



f12 (クラス定数)
public constant KeyPressValue.f12:char ='\uEFAC'

KeyPressValuef12 キー



f13 (クラス定数)
public constant KeyPressValue.f13:char ='\uEFAD'

KeyPressValuef13 キー



f14 (クラス定数)
public constant KeyPressValue.f14:char ='\uEFAE'

KeyPressValuef14 キー



f15 (クラス定数)
public constant KeyPressValue.f15:char ='\uEFAF'

KeyPressValuef15 キー



f16 (クラス定数)
public constant KeyPressValue.f16:char ='\uEFB0'

KeyPressValuef16 キー



f17 (クラス定数)
public constant KeyPressValue.f17:char ='\uEFB1'

KeyPressValuef17 キー



f18 (クラス定数)
public constant KeyPressValue.f18:char ='\uEFB2'

KeyPressValuef18 キー



f19 (クラス定数)
public constant KeyPressValue.f19:char ='\uEFB3'

KeyPressValuef19 キー



f2 (クラス定数)
public constant KeyPressValue.f2:char ='\uEFA2'

KeyPressValuef2 キー



f20 (クラス定数)
public constant KeyPressValue.f20:char ='\uEFB4'

KeyPressValuef20 キー



f21 (クラス定数)
public constant KeyPressValue.f21:char ='\uEFB5'

KeyPressValuef21 キー



f22 (クラス定数)
public constant KeyPressValue.f22:char ='\uEFB6'

KeyPressValuef22 キー



f23 (クラス定数)
public constant KeyPressValue.f23:char ='\uEFB7'

KeyPressValuef23 キー



f24 (クラス定数)
public constant KeyPressValue.f24:char ='\uEFB8'

KeyPressValuef24 キー



f25 (クラス定数)
public constant KeyPressValue.f25:char ='\uEFB9'

KeyPressValuef25 キー



f26 (クラス定数)
public constant KeyPressValue.f26:char ='\uEFBA'

KeyPressValuef26 キー



f27 (クラス定数)
public constant KeyPressValue.f27:char ='\uEFBB'

KeyPressValuef27 キー



f28 (クラス定数)
public constant KeyPressValue.f28:char ='\uEFBC'

KeyPressValuef28 キー



f29 (クラス定数)
public constant KeyPressValue.f29:char ='\uEFBD'

KeyPressValuef29 キー



f3 (クラス定数)
public constant KeyPressValue.f3:char ='\uEFA3'

KeyPressValuef3 キー



f30 (クラス定数)
public constant KeyPressValue.f30:char ='\uEFBE'

KeyPressValuef30 キー



f31 (クラス定数)
public constant KeyPressValue.f31:char ='\uEFBF'

KeyPressValuef31 キー



f4 (クラス定数)
public constant KeyPressValue.f4:char ='\uEFA4'

KeyPressValuef4 キー



f5 (クラス定数)
public constant KeyPressValue.f5:char ='\uEFA5'

KeyPressValuef5 キー



f6 (クラス定数)
public constant KeyPressValue.f6:char ='\uEFA6'

KeyPressValuef6 キー



f7 (クラス定数)
public constant KeyPressValue.f7:char ='\uEFA7'

KeyPressValuef7 キー



f8 (クラス定数)
public constant KeyPressValue.f8:char ='\uEFA8'

KeyPressValuef8 キー



f9 (クラス定数)
public constant KeyPressValue.f9:char ='\uEFA9'

KeyPressValuef9 キー



home (クラス定数)
public constant KeyPressValue.home:char ='\uEF8A'

KeyPressValuehome キー



insert (クラス定数)
public constant KeyPressValue.insert:char ='\uEF8E'

KeyPressValueinsert キー



left (クラス定数)
public constant KeyPressValue.left:char ='\uEF86'

KeyPressValueleft キー



middle (クラス定数)
public constant KeyPressValue.middle:char ='\uEF85'

KeyPressValuemiddle キー



next (クラス定数)
public constant KeyPressValue.next:char ='\uEF8D'

pgdn キーの KeyPressValue



pause (クラス定数)
public constant KeyPressValue.pause:char ='\uEF96'

KeyPressValuepause キー



pgdn (クラス定数)
public constant KeyPressValue.pgdn:char ='\uEF8D'

pgdn キーの KeyPressValue



pgup (クラス定数)
public constant KeyPressValue.pgup:char ='\uEF8C'

pgup キーの KeyPressValue



prev (クラス定数)
public constant KeyPressValue.prev:char ='\uEF8C'

pgup キーの KeyPressValue



right (クラス定数)
public constant KeyPressValue.right:char ='\uEF87'

KeyPressValueright キー



space (クラス定数)
public constant KeyPressValue.space:char =' '

KeyPressValuespace キー



tab (クラス定数)
public constant KeyPressValue.tab:char ='\uEF82'

KeyPressValuetab キー



unknown (クラス定数)
public constant KeyPressValue.unknown:char ='\uEF7F'

KeyPressValueunknown キー



up (クラス定数)
public constant KeyPressValue.up:char ='\uEF88'

KeyPressValueup キー




クラス プロシージャ詳細
char-for-name (クラスプロシージャ)
public {KeyPressValue.char-for-name str:String}:char

文字のテキスト名を KeyPress.value で使用される文字の値に変換します。

説明

正式なテキスト名については KeyPressValue を参照してください。


name-for-char (クラスプロシージャ)
public {KeyPressValue.name-for-char ch:char}:String

文字の値を KeyPress.value で使用される文字のテキスト名に変換します。

説明

正式なテキスト名については KeyPressValue を参照してください。



メソッド詳細