Class SetMap
java.lang.Object
com.github.moaxcp.x11client.protocol.xkb.SetMap
- All Implemented Interfaces:
OneWayRequest,XObject,XRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic SetMap.SetMapBuilderbuilder()boolean@NonNull List<ActionUnion>@NonNull List<SetBehavior>short@NonNull List<SetExplicit>bytebytebytebytebytebytebyteshortgetFlags()bytebytebytebytebytebytebytedefault StringshortintgetSize()length of object expressed in units of 4 bytesgetSyms()short@NonNull List<SetKeyType>getTypes()@NonNull List<KeyVModMap>getVmods()inthashCode()booleanisFlagsEnabled(@NonNull SetMapFlags... maskEnums) booleanisPresentEnabled(@NonNull MapPart... maskEnums) static SetMapreadSetMap(X11Input in) toString()void
-
Field Details
-
OPCODE
public static final byte OPCODE- See Also:
-
-
Method Details
-
getOpCode
public byte getOpCode() -
readSetMap
- Throws:
IOException
-
write
- Specified by:
writein interfaceXRequest- Throws:
IOException
-
isPresentEnabled
-
isFlagsEnabled
-
getSize
public int getSize()Description copied from interface:XObjectlength of object expressed in units of 4 bytes -
builder
-
getDeviceSpec
public short getDeviceSpec() -
getPresent
public short getPresent() -
getFlags
public short getFlags() -
getMinKeyCode
public byte getMinKeyCode() -
getMaxKeyCode
public byte getMaxKeyCode() -
getFirstType
public byte getFirstType() -
getFirstKeySym
public byte getFirstKeySym() -
getTotalSyms
public short getTotalSyms() -
getFirstKeyAction
public byte getFirstKeyAction() -
getFirstKeyBehavior
public byte getFirstKeyBehavior() -
getNKeyBehaviors
public byte getNKeyBehaviors() -
getFirstKeyExplicit
public byte getFirstKeyExplicit() -
getNKeyExplicit
public byte getNKeyExplicit() -
getFirstModMapKey
public byte getFirstModMapKey() -
getNModMapKeys
public byte getNModMapKeys() -
getFirstVModMapKey
public byte getFirstVModMapKey() -
getNVModMapKeys
public byte getNVModMapKeys() -
getTypes
-
getSyms
-
getActionsCount
-
getActions
-
getBehaviors
-
getVmods
-
getExplicit
-
getModmap
-
getVmodmap
-
equals
-
hashCode
public int hashCode() -
toString
-
getPluginName
- Specified by:
getPluginNamein interfaceXObject
-