- 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 HotKeyFlags
clearAlt()
HotKeyFlags
clearCtrl()
HotKeyFlags
clearShift()
java.lang.String
getKey()
boolean
isAlt()
boolean
isCtrl()
boolean
isShift()
void
serialize(ByteWriter bw)
HotKeyFlags
setAlt()
HotKeyFlags
setCtrl()
HotKeyFlags
setKey(java.lang.String k)
HotKeyFlags
setShift()
-
-
-
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:
serialize
in interfaceSerializable
- Throws:
java.io.IOException
-
-