- java.lang.Object
-
- mslinks.data.HotKeyFlags
-
- All Implemented Interfaces:
Serializable
public class HotKeyFlags extends java.lang.Object implements Serializable
-
-
Constructor Summary
Constructors Constructor Description HotKeyFlags()HotKeyFlags(ByteReader data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HotKeyFlagsclearAlt()HotKeyFlagsclearCtrl()HotKeyFlagsclearShift()java.lang.StringgetKey()booleanisAlt()booleanisCtrl()booleanisShift()voidserialize(ByteWriter bw)HotKeyFlagssetAlt()HotKeyFlagssetCtrl()HotKeyFlagssetKey(java.lang.String k)HotKeyFlagssetShift()
-
-
-
Constructor Detail
-
HotKeyFlags
public HotKeyFlags()
-
HotKeyFlags
public HotKeyFlags(ByteReader data) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
getKey
public java.lang.String getKey()
-
setKey
public HotKeyFlags setKey(java.lang.String k)
-
isShift
public boolean isShift()
-
isCtrl
public boolean isCtrl()
-
isAlt
public boolean isAlt()
-
setShift
public HotKeyFlags setShift()
-
setCtrl
public HotKeyFlags setCtrl()
-
setAlt
public HotKeyFlags setAlt()
-
clearShift
public HotKeyFlags clearShift()
-
clearCtrl
public HotKeyFlags clearCtrl()
-
clearAlt
public HotKeyFlags clearAlt()
-
serialize
public void serialize(ByteWriter bw) throws java.io.IOException
- Specified by:
serializein interfaceSerializable- Throws:
java.io.IOException
-
-