Package org.webswing.server.model.proto
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Webswing.WindowMsgProto.WindowClassTypeProtogetClassType()optional .org.webswing.server.model.proto.WindowMsgProto.WindowClassTypeProto classType = 17;Webswing.WindowPartialContentMsgProtogetContent(int index)repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;intgetContentCount()repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;List<Webswing.WindowPartialContentMsgProto>getContentList()repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;Webswing.WindowPartialContentMsgProtoOrBuildergetContentOrBuilder(int index)repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;List<? extends Webswing.WindowPartialContentMsgProtoOrBuilder>getContentOrBuilderList()repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;com.google.protobuf.ByteStringgetDirectDraw()optional bytes directDraw = 3;Webswing.WindowMsgProto.DockModeProtogetDockMode()optional .org.webswing.server.model.proto.WindowMsgProto.DockModeProto dockMode = 15;Webswing.WindowMsgProto.DockStateProtogetDockState()optional .org.webswing.server.model.proto.WindowMsgProto.DockStateProto dockState = 16;intgetHeight()optional uint32 height = 8;StringgetId()required string id = 1;com.google.protobuf.ByteStringgetIdBytes()required string id = 1;Webswing.WindowMsgProtogetInternalWindows(int index)repeated .org.webswing.server.model.proto.WindowMsgProto internalWindows = 14;intgetInternalWindowsCount()repeated .org.webswing.server.model.proto.WindowMsgProto internalWindows = 14;List<Webswing.WindowMsgProto>getInternalWindowsList()repeated .org.webswing.server.model.proto.WindowMsgProto internalWindows = 14;Webswing.WindowMsgProtoOrBuildergetInternalWindowsOrBuilder(int index)repeated .org.webswing.server.model.proto.WindowMsgProto internalWindows = 14;List<? extends Webswing.WindowMsgProtoOrBuilder>getInternalWindowsOrBuilderList()repeated .org.webswing.server.model.proto.WindowMsgProto internalWindows = 14;booleangetModalBlocked()optional bool modalBlocked = 11;StringgetName()optional string name = 9;com.google.protobuf.ByteStringgetNameBytes()optional string name = 9;StringgetOwnerId()optional string ownerId = 12;com.google.protobuf.ByteStringgetOwnerIdBytes()optional string ownerId = 12;intgetPosX()optional sint32 posX = 5;intgetPosY()optional sint32 posY = 6;intgetState()optional uint32 state = 13;StringgetTitle()optional string title = 4;com.google.protobuf.ByteStringgetTitleBytes()optional string title = 4;Webswing.WindowMsgProto.WindowTypeProtogetType()optional .org.webswing.server.model.proto.WindowMsgProto.WindowTypeProto type = 10;intgetWidth()optional uint32 width = 7;booleanhasClassType()optional .org.webswing.server.model.proto.WindowMsgProto.WindowClassTypeProto classType = 17;booleanhasDirectDraw()optional bytes directDraw = 3;booleanhasDockMode()optional .org.webswing.server.model.proto.WindowMsgProto.DockModeProto dockMode = 15;booleanhasDockState()optional .org.webswing.server.model.proto.WindowMsgProto.DockStateProto dockState = 16;booleanhasHeight()optional uint32 height = 8;booleanhasId()required string id = 1;booleanhasModalBlocked()optional bool modalBlocked = 11;booleanhasName()optional string name = 9;booleanhasOwnerId()optional string ownerId = 12;booleanhasPosX()optional sint32 posX = 5;booleanhasPosY()optional sint32 posY = 6;booleanhasState()optional uint32 state = 13;booleanhasTitle()optional string title = 4;booleanhasType()optional .org.webswing.server.model.proto.WindowMsgProto.WindowTypeProto type = 10;booleanhasWidth()optional uint32 width = 7;-
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()
required string id = 1;
-
getId
String getId()
required string id = 1;
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
required string id = 1;
-
getContentList
List<Webswing.WindowPartialContentMsgProto> getContentList()
repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;
-
getContent
Webswing.WindowPartialContentMsgProto getContent(int index)
repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;
-
getContentCount
int getContentCount()
repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;
-
getContentOrBuilderList
List<? extends Webswing.WindowPartialContentMsgProtoOrBuilder> getContentOrBuilderList()
repeated .org.webswing.server.model.proto.WindowPartialContentMsgProto content = 2;
-
getContentOrBuilder
Webswing.WindowPartialContentMsgProtoOrBuilder getContentOrBuilder(int index)
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;
-
getType
Webswing.WindowMsgProto.WindowTypeProto getType()
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;
-
getDockMode
Webswing.WindowMsgProto.DockModeProto getDockMode()
optional .org.webswing.server.model.proto.WindowMsgProto.DockModeProto dockMode = 15;
-
hasDockState
boolean hasDockState()
optional .org.webswing.server.model.proto.WindowMsgProto.DockStateProto dockState = 16;
-
getDockState
Webswing.WindowMsgProto.DockStateProto getDockState()
optional .org.webswing.server.model.proto.WindowMsgProto.DockStateProto dockState = 16;
-
hasClassType
boolean hasClassType()
optional .org.webswing.server.model.proto.WindowMsgProto.WindowClassTypeProto classType = 17;
-
getClassType
Webswing.WindowMsgProto.WindowClassTypeProto getClassType()
optional .org.webswing.server.model.proto.WindowMsgProto.WindowClassTypeProto classType = 17;
-
-