Interface Webswing.WindowEventMsgInProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getClose()
      optional bool close = 6;
      boolean getFocus()
      optional bool focus = 7;
      int getHeight()
      optional sint32 height = 5;
      String getId()
      optional string id = 1;
      com.google.protobuf.ByteString getIdBytes()
      optional string id = 1;
      boolean getMaximize()
      optional bool maximize = 8;
      boolean getToggleUndecorated()
      optional bool toggleUndecorated = 9;
      int getWidth()
      optional sint32 width = 4;
      int getX()
      optional sint32 x = 2;
      int getY()
      optional sint32 y = 3;
      boolean hasClose()
      optional bool close = 6;
      boolean hasFocus()
      optional bool focus = 7;
      boolean hasHeight()
      optional sint32 height = 5;
      boolean hasId()
      optional string id = 1;
      boolean hasMaximize()
      optional bool maximize = 8;
      boolean hasToggleUndecorated()
      optional bool toggleUndecorated = 9;
      boolean hasWidth()
      optional sint32 width = 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

      • hasId

        boolean hasId()
        optional string id = 1;
      • getId

        String getId()
        optional string id = 1;
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        optional string id = 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;
      • hasWidth

        boolean hasWidth()
        optional sint32 width = 4;
      • getWidth

        int getWidth()
        optional sint32 width = 4;
      • hasHeight

        boolean hasHeight()
        optional sint32 height = 5;
      • getHeight

        int getHeight()
        optional sint32 height = 5;
      • hasClose

        boolean hasClose()
        optional bool close = 6;
      • getClose

        boolean getClose()
        optional bool close = 6;
      • hasFocus

        boolean hasFocus()
        optional bool focus = 7;
      • getFocus

        boolean getFocus()
        optional bool focus = 7;
      • hasMaximize

        boolean hasMaximize()
        optional bool maximize = 8;
      • getMaximize

        boolean getMaximize()
        optional bool maximize = 8;
      • hasToggleUndecorated

        boolean hasToggleUndecorated()
        optional bool toggleUndecorated = 9;
      • getToggleUndecorated

        boolean getToggleUndecorated()
        optional bool toggleUndecorated = 9;