Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.Builder.clear() |
Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.Builder.clearAlt()
optional bool alt = 4;
|
Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.Builder.clearCharacter()
optional sint32 character = 2;
|
Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.Builder.clearCtrl()
optional bool ctrl = 5;
|
Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.Builder.clearKeycode()
optional sint32 keycode = 3;
|
Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.Builder.clearMeta()
optional bool meta = 7;
|
Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.Builder.clearShift()
optional bool shift = 6;
|
Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.Builder.clearType()
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto type = 1;
|
Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.Builder.clone() |
Webswing.KeyboardEventMsgInProto.Builder |
Webswing.InputEventMsgInProto.Builder.getKeyBuilder()
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto key = 2;
|
Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.Builder.mergeFrom(com.google.protobuf.Message other) |
Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.Builder.mergeFrom(Webswing.KeyboardEventMsgInProto other) |
static Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.newBuilder() |
static Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.newBuilder(Webswing.KeyboardEventMsgInProto prototype) |
Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.newBuilderForType() |
protected Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.Builder.setAlt(boolean value)
optional bool alt = 4;
|
Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.Builder.setCharacter(int value)
optional sint32 character = 2;
|
Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.Builder.setCtrl(boolean value)
optional bool ctrl = 5;
|
Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.Builder.setKeycode(int value)
optional sint32 keycode = 3;
|
Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.Builder.setMeta(boolean value)
optional bool meta = 7;
|
Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.Builder.setShift(boolean value)
optional bool shift = 6;
|
Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.Builder.setType(Webswing.KeyboardEventMsgInProto.KeyEventTypeProto value)
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto type = 1;
|
Webswing.KeyboardEventMsgInProto.Builder |
Webswing.KeyboardEventMsgInProto.toBuilder() |