Servertec
Foundation Classes
1.3.3 09/04/2005

stec.sfc.Win32
Class HotKeyModifier

java.lang.Object
  extended by stec.sfc.Win32.HotKeyModifier

public final class HotKeyModifier
extends java.lang.Object

Hotkey modifiers used by Shortcut.

Since:
1.0.0 01/07/2001

Field Summary
static int ALT
          ALT key.
static int CTRL
          Ctrl key.
static int EXTENDED
          Extended key.
static int SHIFT
          Shift key.
 
Constructor Summary
HotKeyModifier()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALT

public static final int ALT
ALT key.

Set to HOTKEYF_ALT.


CTRL

public static final int CTRL
Ctrl key.

Set to HOTKEYF_CONTROL.


EXTENDED

public static final int EXTENDED
Extended key.

Set to HOTKEYF_AEXT.


SHIFT

public static final int SHIFT
Shift key.

Set to HOTKEYF_SHIFT.

Constructor Detail

HotKeyModifier

public HotKeyModifier()

Servertec
Foundation Classes
1.3.3 09/04/2005

Copyright © 2001-2005 Servertec. All rights reserved.