|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jniwrapper.util.FlagSet
com.jniwrapper.win32.ui.Wnd.HotKey
The options class for determining a combination of hot key modifiers.
Constructor Summary | |
Wnd.HotKey(int keyCode)
|
Method Summary | |
int |
getKeyCode()
|
boolean |
isAlt()
|
boolean |
isControl()
|
boolean |
isShift()
|
void |
setAlt(boolean set)
|
void |
setControl(boolean set)
|
void |
setShift(boolean set)
|
Methods inherited from class com.jniwrapper.util.FlagSet |
add, and, clear, contains, getBit, getBits, getFlags, getMask, or, remove, setBit, setBits, setupFlag, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Wnd.HotKey(int keyCode)
Method Detail |
public void setAlt(boolean set)
public boolean isAlt()
public void setControl(boolean set)
public boolean isControl()
public void setShift(boolean set)
public boolean isShift()
public int getKeyCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |