Class SetMap.SetMapBuilder
java.lang.Object
com.github.moaxcp.x11client.protocol.xkb.SetMap.SetMapBuilder
- Enclosing class:
- SetMap
-
Method Summary
Modifier and TypeMethodDescriptionactions(List<ActionUnion> actions) actionsCount(List<Byte> actionsCount) behaviors(List<SetBehavior> behaviors) build()deviceSpec(short deviceSpec) explicit(List<SetExplicit> explicit) firstKeyAction(byte firstKeyAction) firstKeyBehavior(byte firstKeyBehavior) firstKeyExplicit(byte firstKeyExplicit) firstKeySym(byte firstKeySym) firstModMapKey(byte firstModMapKey) firstType(byte firstType) firstVModMapKey(byte firstVModMapKey) flags(short flags) flagsDisable(SetMapFlags... maskEnums) flagsEnable(SetMapFlags... maskEnums) intgetSize()booleanisFlagsEnabled(@NonNull SetMapFlags... maskEnums) booleanisPresentEnabled(@NonNull MapPart... maskEnums) maxKeyCode(byte maxKeyCode) minKeyCode(byte minKeyCode) nKeyBehaviors(byte nKeyBehaviors) nKeyExplicit(byte nKeyExplicit) nModMapKeys(byte nModMapKeys) nVModMapKeys(byte nVModMapKeys) present(short present) presentDisable(MapPart... maskEnums) presentEnable(MapPart... maskEnums) toString()totalSyms(short totalSyms) types(List<SetKeyType> types) vmodmap(List<KeyVModMap> vmodmap)
-
Method Details
-
isPresentEnabled
-
presentEnable
-
presentDisable
-
isFlagsEnabled
-
flagsEnable
-
flagsDisable
-
types
-
syms
-
actionsCount
-
actions
-
behaviors
-
vmods
-
explicit
-
modmap
-
vmodmap
-
getSize
public int getSize() -
deviceSpec
- Returns:
this.
-
present
- Returns:
this.
-
flags
- Returns:
this.
-
minKeyCode
- Returns:
this.
-
maxKeyCode
- Returns:
this.
-
firstType
- Returns:
this.
-
firstKeySym
- Returns:
this.
-
totalSyms
- Returns:
this.
-
firstKeyAction
- Returns:
this.
-
firstKeyBehavior
- Returns:
this.
-
nKeyBehaviors
- Returns:
this.
-
firstKeyExplicit
- Returns:
this.
-
nKeyExplicit
- Returns:
this.
-
firstModMapKey
- Returns:
this.
-
nModMapKeys
- Returns:
this.
-
firstVModMapKey
- Returns:
this.
-
nVModMapKeys
- Returns:
this.
-
build
-
toString
-