com.opera.core.systems.scope.protos
Class DesktopWmProtos.QuickWidgetInfo

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.AbstractMessage
          extended by com.google.protobuf.GeneratedMessage
              extended by com.opera.core.systems.scope.protos.DesktopWmProtos.QuickWidgetInfo
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DesktopWmProtos.QuickWidgetInfoOrBuilder, Serializable
Enclosing class:
DesktopWmProtos

public static final class DesktopWmProtos.QuickWidgetInfo
extends com.google.protobuf.GeneratedMessage
implements DesktopWmProtos.QuickWidgetInfoOrBuilder

See Also:
Serialized Form

Nested Class Summary
static class DesktopWmProtos.QuickWidgetInfo.Builder
           
static class DesktopWmProtos.QuickWidgetInfo.QuickWidgetType
           
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
 
Field Summary
static int ADDITIONAL_TEXT_FIELD_NUMBER
           
static int COL_FIELD_NUMBER
           
static int DEFAULTLOOK_FIELD_NUMBER
           
static int ENABLED_FIELD_NUMBER
           
static int FOCUSEDLOOK_FIELD_NUMBER
           
static int NAME_FIELD_NUMBER
           
static int PARENT_FIELD_NUMBER
           
static int RECT_FIELD_NUMBER
           
static int ROW_FIELD_NUMBER
           
static int TEXT_FIELD_NUMBER
           
static int TYPE_FIELD_NUMBER
           
static int VALUE_FIELD_NUMBER
           
static int VISIBLE_FIELD_NUMBER
           
static int VISIBLE_TEXT_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 String getAdditionalText()
           
 int getCol()
           
static DesktopWmProtos.QuickWidgetInfo getDefaultInstance()
           
 DesktopWmProtos.QuickWidgetInfo getDefaultInstanceForType()
           
 boolean getDefaultLook()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 boolean getEnabled()
           
 boolean getFocusedLook()
           
 String getName()
           
 String getParent()
           
 DesktopWmProtos.DesktopWindowRect getRect()
           
 DesktopWmProtos.DesktopWindowRectOrBuilder getRectOrBuilder()
           
 int getRow()
           
 int getSerializedSize()
           
 String getText()
           
 DesktopWmProtos.QuickWidgetInfo.QuickWidgetType getType()
           
 int getValue()
           
 boolean getVisible()
           
 String getVisibleText()
           
 boolean hasAdditionalText()
           
 boolean hasCol()
           
 boolean hasDefaultLook()
           
 boolean hasEnabled()
           
 boolean hasFocusedLook()
           
 boolean hasName()
           
 boolean hasParent()
           
 boolean hasRect()
           
 boolean hasRow()
           
 boolean hasText()
           
 boolean hasType()
           
 boolean hasValue()
           
 boolean hasVisible()
           
 boolean hasVisibleText()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static DesktopWmProtos.QuickWidgetInfo.Builder newBuilder()
           
static DesktopWmProtos.QuickWidgetInfo.Builder newBuilder(DesktopWmProtos.QuickWidgetInfo prototype)
           
 DesktopWmProtos.QuickWidgetInfo.Builder newBuilderForType()
           
protected  DesktopWmProtos.QuickWidgetInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
static DesktopWmProtos.QuickWidgetInfo parseDelimitedFrom(InputStream input)
           
static DesktopWmProtos.QuickWidgetInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DesktopWmProtos.QuickWidgetInfo parseFrom(byte[] data)
           
static DesktopWmProtos.QuickWidgetInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DesktopWmProtos.QuickWidgetInfo parseFrom(com.google.protobuf.ByteString data)
           
static DesktopWmProtos.QuickWidgetInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DesktopWmProtos.QuickWidgetInfo parseFrom(com.google.protobuf.CodedInputStream input)
           
static DesktopWmProtos.QuickWidgetInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DesktopWmProtos.QuickWidgetInfo parseFrom(InputStream input)
           
static DesktopWmProtos.QuickWidgetInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DesktopWmProtos.QuickWidgetInfo.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension
 
Methods inherited from class com.google.protobuf.AbstractMessage
equals, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
See Also:
Constant Field Values

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
See Also:
Constant Field Values

VISIBLE_FIELD_NUMBER

public static final int VISIBLE_FIELD_NUMBER
See Also:
Constant Field Values

TEXT_FIELD_NUMBER

public static final int TEXT_FIELD_NUMBER
See Also:
Constant Field Values

VALUE_FIELD_NUMBER

public static final int VALUE_FIELD_NUMBER
See Also:
Constant Field Values

ENABLED_FIELD_NUMBER

public static final int ENABLED_FIELD_NUMBER
See Also:
Constant Field Values

DEFAULTLOOK_FIELD_NUMBER

public static final int DEFAULTLOOK_FIELD_NUMBER
See Also:
Constant Field Values

FOCUSEDLOOK_FIELD_NUMBER

public static final int FOCUSEDLOOK_FIELD_NUMBER
See Also:
Constant Field Values

RECT_FIELD_NUMBER

public static final int RECT_FIELD_NUMBER
See Also:
Constant Field Values

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
See Also:
Constant Field Values

ROW_FIELD_NUMBER

public static final int ROW_FIELD_NUMBER
See Also:
Constant Field Values

COL_FIELD_NUMBER

public static final int COL_FIELD_NUMBER
See Also:
Constant Field Values

VISIBLE_TEXT_FIELD_NUMBER

public static final int VISIBLE_TEXT_FIELD_NUMBER
See Also:
Constant Field Values

ADDITIONAL_TEXT_FIELD_NUMBER

public static final int ADDITIONAL_TEXT_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static DesktopWmProtos.QuickWidgetInfo getDefaultInstance()

getDefaultInstanceForType

public DesktopWmProtos.QuickWidgetInfo getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage

hasName

public boolean hasName()
Specified by:
hasName in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

getName

public String getName()
Specified by:
getName in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

hasType

public boolean hasType()
Specified by:
hasType in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

getType

public DesktopWmProtos.QuickWidgetInfo.QuickWidgetType getType()
Specified by:
getType in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

hasVisible

public boolean hasVisible()
Specified by:
hasVisible in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

getVisible

public boolean getVisible()
Specified by:
getVisible in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

hasText

public boolean hasText()
Specified by:
hasText in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

getText

public String getText()
Specified by:
getText in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

hasValue

public boolean hasValue()
Specified by:
hasValue in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

getValue

public int getValue()
Specified by:
getValue in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

hasEnabled

public boolean hasEnabled()
Specified by:
hasEnabled in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

getEnabled

public boolean getEnabled()
Specified by:
getEnabled in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

hasDefaultLook

public boolean hasDefaultLook()
Specified by:
hasDefaultLook in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

getDefaultLook

public boolean getDefaultLook()
Specified by:
getDefaultLook in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

hasFocusedLook

public boolean hasFocusedLook()
Specified by:
hasFocusedLook in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

getFocusedLook

public boolean getFocusedLook()
Specified by:
getFocusedLook in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

hasRect

public boolean hasRect()
Specified by:
hasRect in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

getRect

public DesktopWmProtos.DesktopWindowRect getRect()
Specified by:
getRect in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

getRectOrBuilder

public DesktopWmProtos.DesktopWindowRectOrBuilder getRectOrBuilder()
Specified by:
getRectOrBuilder in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

hasParent

public boolean hasParent()
Specified by:
hasParent in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

getParent

public String getParent()
Specified by:
getParent in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

hasRow

public boolean hasRow()
Specified by:
hasRow in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

getRow

public int getRow()
Specified by:
getRow in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

hasCol

public boolean hasCol()
Specified by:
hasCol in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

getCol

public int getCol()
Specified by:
getCol in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

hasVisibleText

public boolean hasVisibleText()
Specified by:
hasVisibleText in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

getVisibleText

public String getVisibleText()
Specified by:
getVisibleText in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

hasAdditionalText

public boolean hasAdditionalText()
Specified by:
hasAdditionalText in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

getAdditionalText

public String getAdditionalText()
Specified by:
getAdditionalText in interface DesktopWmProtos.QuickWidgetInfoOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Overrides:
writeTo in class com.google.protobuf.AbstractMessage
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite
Overrides:
getSerializedSize in class com.google.protobuf.AbstractMessage

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessage
Throws:
ObjectStreamException

parseFrom

public static DesktopWmProtos.QuickWidgetInfo parseFrom(com.google.protobuf.ByteString data)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static DesktopWmProtos.QuickWidgetInfo parseFrom(com.google.protobuf.ByteString data,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static DesktopWmProtos.QuickWidgetInfo parseFrom(byte[] data)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static DesktopWmProtos.QuickWidgetInfo parseFrom(byte[] data,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static DesktopWmProtos.QuickWidgetInfo parseFrom(InputStream input)
                                                 throws IOException
Throws:
IOException

parseFrom

public static DesktopWmProtos.QuickWidgetInfo parseFrom(InputStream input,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws IOException
Throws:
IOException

parseDelimitedFrom

public static DesktopWmProtos.QuickWidgetInfo parseDelimitedFrom(InputStream input)
                                                          throws IOException
Throws:
IOException

parseDelimitedFrom

public static DesktopWmProtos.QuickWidgetInfo parseDelimitedFrom(InputStream input,
                                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                          throws IOException
Throws:
IOException

parseFrom

public static DesktopWmProtos.QuickWidgetInfo parseFrom(com.google.protobuf.CodedInputStream input)
                                                 throws IOException
Throws:
IOException

parseFrom

public static DesktopWmProtos.QuickWidgetInfo parseFrom(com.google.protobuf.CodedInputStream input,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws IOException
Throws:
IOException

newBuilder

public static DesktopWmProtos.QuickWidgetInfo.Builder newBuilder()

newBuilderForType

public DesktopWmProtos.QuickWidgetInfo.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.Message
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

public static DesktopWmProtos.QuickWidgetInfo.Builder newBuilder(DesktopWmProtos.QuickWidgetInfo prototype)

toBuilder

public DesktopWmProtos.QuickWidgetInfo.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.Message
Specified by:
toBuilder in interface com.google.protobuf.MessageLite

newBuilderForType

protected DesktopWmProtos.QuickWidgetInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage


Copyright © 2012. All Rights Reserved.