Interface Webswing.WindowMsgProtoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Webswing.WindowMsgProto, Webswing.WindowMsgProto.Builder
    Enclosing class:
    Webswing

    public static interface Webswing.WindowMsgProtoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasId

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

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

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

        int getContentCount()
        repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto 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

        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

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

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

        boolean hasType()
        optional .org.webswing.server.model.proto.WindowMsgProto.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

        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;
      • getInternalWindowsList

        List<Webswing.WindowMsgProto> getInternalWindowsList()
        repeated .org.webswing.server.model.proto.WindowMsgProto internalWindows = 14;
      • getInternalWindows

        Webswing.WindowMsgProto getInternalWindows​(int index)
        repeated .org.webswing.server.model.proto.WindowMsgProto internalWindows = 14;
      • getInternalWindowsCount

        int getInternalWindowsCount()
        repeated .org.webswing.server.model.proto.WindowMsgProto internalWindows = 14;
      • getInternalWindowsOrBuilderList

        List<? extends Webswing.WindowMsgProtoOrBuilder> getInternalWindowsOrBuilderList()
        repeated .org.webswing.server.model.proto.WindowMsgProto internalWindows = 14;
      • getInternalWindowsOrBuilder

        Webswing.WindowMsgProtoOrBuilder getInternalWindowsOrBuilder​(int index)
        repeated .org.webswing.server.model.proto.WindowMsgProto internalWindows = 14;
      • hasDockMode

        boolean hasDockMode()
        optional .org.webswing.server.model.proto.WindowMsgProto.DockModeProto dockMode = 15;
      • hasDockState

        boolean hasDockState()
        optional .org.webswing.server.model.proto.WindowMsgProto.DockStateProto dockState = 16;
      • hasClassType

        boolean hasClassType()
        optional .org.webswing.server.model.proto.WindowMsgProto.WindowClassTypeProto classType = 17;