Interface AppFrameProtoOut.WindowMsgOutProtoOrBuilder

    • Method Detail

      • hasId

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

        java.lang.String getId()
        required string id = 1;
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        required string id = 1;
      • getContentCount

        int getContentCount()
        repeated .appFrameProtoOut.WindowPartialContentMsgOutProto content = 2;
      • hasDirectDraw

        boolean hasDirectDraw()
        optional bytes directDraw = 3;
      • getDirectDraw

        com.google.protobuf.ByteString getDirectDraw()
        optional bytes directDraw = 3;
      • hasTitle

        boolean hasTitle()
        optional string title = 4;
      • getTitle

        java.lang.String getTitle()
        optional string title = 4;
      • getTitleBytes

        com.google.protobuf.ByteString getTitleBytes()
        optional string title = 4;
      • hasPosX

        boolean hasPosX()
        optional sint32 posX = 5;
      • getPosX

        int getPosX()
        optional sint32 posX = 5;
      • hasPosY

        boolean hasPosY()
        optional sint32 posY = 6;
      • getPosY

        int getPosY()
        optional sint32 posY = 6;
      • hasWidth

        boolean hasWidth()
        optional uint32 width = 7;
      • getWidth

        int getWidth()
        optional uint32 width = 7;
      • hasHeight

        boolean hasHeight()
        optional uint32 height = 8;
      • getHeight

        int getHeight()
        optional uint32 height = 8;
      • hasName

        boolean hasName()
        optional string name = 9;
      • getName

        java.lang.String getName()
        optional string name = 9;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 9;
      • hasType

        boolean hasType()
        optional .appFrameProtoOut.WindowMsgOutProto.WindowTypeProto type = 10;
      • hasModalBlocked

        boolean hasModalBlocked()
        optional bool modalBlocked = 11;
      • getModalBlocked

        boolean getModalBlocked()
        optional bool modalBlocked = 11;
      • hasOwnerId

        boolean hasOwnerId()
        optional string ownerId = 12;
      • getOwnerId

        java.lang.String getOwnerId()
        optional string ownerId = 12;
      • getOwnerIdBytes

        com.google.protobuf.ByteString getOwnerIdBytes()
        optional string ownerId = 12;
      • hasState

        boolean hasState()
        optional uint32 state = 13;
      • getState

        int getState()
        optional uint32 state = 13;
      • getInternalWindowsCount

        int getInternalWindowsCount()
        repeated .appFrameProtoOut.WindowMsgOutProto internalWindows = 14;
      • hasDockMode

        boolean hasDockMode()
        optional .appFrameProtoOut.WindowMsgOutProto.DockModeProto dockMode = 15;
      • hasDockState

        boolean hasDockState()
        optional .appFrameProtoOut.WindowMsgOutProto.DockStateProto dockState = 16;
      • hasClassType

        boolean hasClassType()
        optional .appFrameProtoOut.WindowMsgOutProto.WindowClassTypeProto classType = 17;