Interface AppFrameProtoOut.FocusEventMsgOutProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getCaretH()
      optional sint32 caretH = 8;
      int getCaretX()
      optional sint32 caretX = 6;
      int getCaretY()
      optional sint32 caretY = 7;
      boolean getEditable()
      optional bool editable = 9;
      int getH()
      optional uint32 h = 5;
      AppFrameProtoOut.FocusEventMsgOutProto.FocusEventTypeProto getType()
      required .appFrameProtoOut.FocusEventMsgOutProto.FocusEventTypeProto type = 1;
      int getW()
      optional uint32 w = 4;
      int getX()
      optional sint32 x = 2;
      int getY()
      optional sint32 y = 3;
      boolean hasCaretH()
      optional sint32 caretH = 8;
      boolean hasCaretX()
      optional sint32 caretX = 6;
      boolean hasCaretY()
      optional sint32 caretY = 7;
      boolean hasEditable()
      optional bool editable = 9;
      boolean hasH()
      optional uint32 h = 5;
      boolean hasType()
      required .appFrameProtoOut.FocusEventMsgOutProto.FocusEventTypeProto type = 1;
      boolean hasW()
      optional uint32 w = 4;
      boolean hasX()
      optional sint32 x = 2;
      boolean hasY()
      optional sint32 y = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasType

        boolean hasType()
        required .appFrameProtoOut.FocusEventMsgOutProto.FocusEventTypeProto type = 1;
      • hasX

        boolean hasX()
        optional sint32 x = 2;
      • getX

        int getX()
        optional sint32 x = 2;
      • hasY

        boolean hasY()
        optional sint32 y = 3;
      • getY

        int getY()
        optional sint32 y = 3;
      • hasW

        boolean hasW()
        optional uint32 w = 4;
      • getW

        int getW()
        optional uint32 w = 4;
      • hasH

        boolean hasH()
        optional uint32 h = 5;
      • getH

        int getH()
        optional uint32 h = 5;
      • hasCaretX

        boolean hasCaretX()
        optional sint32 caretX = 6;
      • getCaretX

        int getCaretX()
        optional sint32 caretX = 6;
      • hasCaretY

        boolean hasCaretY()
        optional sint32 caretY = 7;
      • getCaretY

        int getCaretY()
        optional sint32 caretY = 7;
      • hasCaretH

        boolean hasCaretH()
        optional sint32 caretH = 8;
      • getCaretH

        int getCaretH()
        optional sint32 caretH = 8;
      • hasEditable

        boolean hasEditable()
        optional bool editable = 9;
      • getEditable

        boolean getEditable()
        optional bool editable = 9;