Package org.webswing.server.model.proto
Interface Webswing.WindowEventMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webswing.WindowEventMsgInProto,Webswing.WindowEventMsgInProto.Builder
- Enclosing class:
- Webswing
public static interface Webswing.WindowEventMsgInProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetClose()optional bool close = 6;booleangetFocus()optional bool focus = 7;intgetHeight()optional sint32 height = 5;StringgetId()optional string id = 1;com.google.protobuf.ByteStringgetIdBytes()optional string id = 1;booleangetMaximize()optional bool maximize = 8;booleangetToggleUndecorated()optional bool toggleUndecorated = 9;intgetWidth()optional sint32 width = 4;intgetX()optional sint32 x = 2;intgetY()optional sint32 y = 3;booleanhasClose()optional bool close = 6;booleanhasFocus()optional bool focus = 7;booleanhasHeight()optional sint32 height = 5;booleanhasId()optional string id = 1;booleanhasMaximize()optional bool maximize = 8;booleanhasToggleUndecorated()optional bool toggleUndecorated = 9;booleanhasWidth()optional sint32 width = 4;booleanhasX()optional sint32 x = 2;booleanhasY()optional sint32 y = 3;-
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;
-
-