public static final class Webswing.MouseEventMsgInProto extends com.google.protobuf.GeneratedMessage implements Webswing.MouseEventMsgInProtoOrBuilder
org.webswing.server.model.proto.MouseEventMsgInProto| Modifier and Type | Class and Description |
|---|---|
static class |
Webswing.MouseEventMsgInProto.Builder
Protobuf type
org.webswing.server.model.proto.MouseEventMsgInProto |
static class |
Webswing.MouseEventMsgInProto.MouseEventTypeProto
Protobuf enum
org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
ALT_FIELD_NUMBER |
static int |
BUTTON_FIELD_NUMBER |
static int |
BUTTONS_FIELD_NUMBER |
static int |
CTRL_FIELD_NUMBER |
static int |
META_FIELD_NUMBER |
static com.google.protobuf.Parser<Webswing.MouseEventMsgInProto> |
PARSER |
static int |
SHIFT_FIELD_NUMBER |
static int |
TIMEMILIS_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
static int |
WHEELDELTA_FIELD_NUMBER |
static int |
X_FIELD_NUMBER |
static int |
Y_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAlt()
optional bool alt = 7; |
int |
getButton()
optional sint32 button = 5; |
int |
getButtons()
optional sint32 buttons = 10; |
boolean |
getCtrl()
optional bool ctrl = 6; |
static Webswing.MouseEventMsgInProto |
getDefaultInstance() |
Webswing.MouseEventMsgInProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getMeta()
optional bool meta = 9; |
com.google.protobuf.Parser<Webswing.MouseEventMsgInProto> |
getParserForType() |
int |
getSerializedSize() |
boolean |
getShift()
optional bool shift = 8; |
int |
getTimeMilis()
optional sint32 timeMilis = 11; |
Webswing.MouseEventMsgInProto.MouseEventTypeProto |
getType()
optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
getWheelDelta()
optional sint32 wheelDelta = 4; |
int |
getX()
optional sint32 x = 2; |
int |
getY()
optional sint32 y = 3; |
boolean |
hasAlt()
optional bool alt = 7; |
boolean |
hasButton()
optional sint32 button = 5; |
boolean |
hasButtons()
optional sint32 buttons = 10; |
boolean |
hasCtrl()
optional bool ctrl = 6; |
boolean |
hasMeta()
optional bool meta = 9; |
boolean |
hasShift()
optional bool shift = 8; |
boolean |
hasTimeMilis()
optional sint32 timeMilis = 11; |
boolean |
hasType()
optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1; |
boolean |
hasWheelDelta()
optional sint32 wheelDelta = 4; |
boolean |
hasX()
optional sint32 x = 2; |
boolean |
hasY()
optional sint32 y = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Webswing.MouseEventMsgInProto.Builder |
newBuilder() |
static Webswing.MouseEventMsgInProto.Builder |
newBuilder(Webswing.MouseEventMsgInProto prototype) |
Webswing.MouseEventMsgInProto.Builder |
newBuilderForType() |
protected Webswing.MouseEventMsgInProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Webswing.MouseEventMsgInProto |
parseDelimitedFrom(InputStream input) |
static Webswing.MouseEventMsgInProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.MouseEventMsgInProto |
parseFrom(byte[] data) |
static Webswing.MouseEventMsgInProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.MouseEventMsgInProto |
parseFrom(com.google.protobuf.ByteString data) |
static Webswing.MouseEventMsgInProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.MouseEventMsgInProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Webswing.MouseEventMsgInProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Webswing.MouseEventMsgInProto |
parseFrom(InputStream input) |
static Webswing.MouseEventMsgInProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Webswing.MouseEventMsgInProto.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<Webswing.MouseEventMsgInProto> PARSER
public static final int TYPE_FIELD_NUMBER
public static final int X_FIELD_NUMBER
public static final int Y_FIELD_NUMBER
public static final int WHEELDELTA_FIELD_NUMBER
public static final int BUTTON_FIELD_NUMBER
public static final int CTRL_FIELD_NUMBER
public static final int ALT_FIELD_NUMBER
public static final int SHIFT_FIELD_NUMBER
public static final int META_FIELD_NUMBER
public static final int BUTTONS_FIELD_NUMBER
public static final int TIMEMILIS_FIELD_NUMBER
public static Webswing.MouseEventMsgInProto getDefaultInstance()
public Webswing.MouseEventMsgInProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<Webswing.MouseEventMsgInProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasType()
optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1;hasType in interface Webswing.MouseEventMsgInProtoOrBuilderpublic Webswing.MouseEventMsgInProto.MouseEventTypeProto getType()
optional .org.webswing.server.model.proto.MouseEventMsgInProto.MouseEventTypeProto type = 1;getType in interface Webswing.MouseEventMsgInProtoOrBuilderpublic boolean hasX()
optional sint32 x = 2;hasX in interface Webswing.MouseEventMsgInProtoOrBuilderpublic int getX()
optional sint32 x = 2;getX in interface Webswing.MouseEventMsgInProtoOrBuilderpublic boolean hasY()
optional sint32 y = 3;hasY in interface Webswing.MouseEventMsgInProtoOrBuilderpublic int getY()
optional sint32 y = 3;getY in interface Webswing.MouseEventMsgInProtoOrBuilderpublic boolean hasWheelDelta()
optional sint32 wheelDelta = 4;hasWheelDelta in interface Webswing.MouseEventMsgInProtoOrBuilderpublic int getWheelDelta()
optional sint32 wheelDelta = 4;getWheelDelta in interface Webswing.MouseEventMsgInProtoOrBuilderpublic boolean hasButton()
optional sint32 button = 5;hasButton in interface Webswing.MouseEventMsgInProtoOrBuilderpublic int getButton()
optional sint32 button = 5;getButton in interface Webswing.MouseEventMsgInProtoOrBuilderpublic boolean hasCtrl()
optional bool ctrl = 6;hasCtrl in interface Webswing.MouseEventMsgInProtoOrBuilderpublic boolean getCtrl()
optional bool ctrl = 6;getCtrl in interface Webswing.MouseEventMsgInProtoOrBuilderpublic boolean hasAlt()
optional bool alt = 7;hasAlt in interface Webswing.MouseEventMsgInProtoOrBuilderpublic boolean getAlt()
optional bool alt = 7;getAlt in interface Webswing.MouseEventMsgInProtoOrBuilderpublic boolean hasShift()
optional bool shift = 8;hasShift in interface Webswing.MouseEventMsgInProtoOrBuilderpublic boolean getShift()
optional bool shift = 8;getShift in interface Webswing.MouseEventMsgInProtoOrBuilderpublic boolean hasMeta()
optional bool meta = 9;hasMeta in interface Webswing.MouseEventMsgInProtoOrBuilderpublic boolean getMeta()
optional bool meta = 9;getMeta in interface Webswing.MouseEventMsgInProtoOrBuilderpublic boolean hasButtons()
optional sint32 buttons = 10;hasButtons in interface Webswing.MouseEventMsgInProtoOrBuilderpublic int getButtons()
optional sint32 buttons = 10;getButtons in interface Webswing.MouseEventMsgInProtoOrBuilderpublic boolean hasTimeMilis()
optional sint32 timeMilis = 11;hasTimeMilis in interface Webswing.MouseEventMsgInProtoOrBuilderpublic int getTimeMilis()
optional sint32 timeMilis = 11;getTimeMilis in interface Webswing.MouseEventMsgInProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static Webswing.MouseEventMsgInProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.MouseEventMsgInProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.MouseEventMsgInProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.MouseEventMsgInProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Webswing.MouseEventMsgInProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static Webswing.MouseEventMsgInProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Webswing.MouseEventMsgInProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Webswing.MouseEventMsgInProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Webswing.MouseEventMsgInProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Webswing.MouseEventMsgInProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Webswing.MouseEventMsgInProto.Builder newBuilder()
public Webswing.MouseEventMsgInProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Webswing.MouseEventMsgInProto.Builder newBuilder(Webswing.MouseEventMsgInProto prototype)
public Webswing.MouseEventMsgInProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Webswing.MouseEventMsgInProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2018. All rights reserved.