com.opera.core.systems.scope.protos
Class DesktopWmProtos.DesktopWindowInfo.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<DesktopWmProtos.DesktopWindowInfo.Builder>
              extended by com.opera.core.systems.scope.protos.DesktopWmProtos.DesktopWindowInfo.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DesktopWmProtos.DesktopWindowInfoOrBuilder, Cloneable
Enclosing class:
DesktopWmProtos.DesktopWindowInfo

public static final class DesktopWmProtos.DesktopWindowInfo.Builder
extends com.google.protobuf.GeneratedMessage.Builder<DesktopWmProtos.DesktopWindowInfo.Builder>
implements DesktopWmProtos.DesktopWindowInfoOrBuilder


Method Summary
 DesktopWmProtos.DesktopWindowInfo build()
           
 DesktopWmProtos.DesktopWindowInfo buildPartial()
           
 DesktopWmProtos.DesktopWindowInfo.Builder clear()
           
 DesktopWmProtos.DesktopWindowInfo.Builder clearActive()
           
 DesktopWmProtos.DesktopWindowInfo.Builder clearName()
           
 DesktopWmProtos.DesktopWindowInfo.Builder clearOnScreen()
           
 DesktopWmProtos.DesktopWindowInfo.Builder clearRect()
           
 DesktopWmProtos.DesktopWindowInfo.Builder clearState()
           
 DesktopWmProtos.DesktopWindowInfo.Builder clearTitle()
           
 DesktopWmProtos.DesktopWindowInfo.Builder clearWindowID()
           
 DesktopWmProtos.DesktopWindowInfo.Builder clearWindowType()
           
 DesktopWmProtos.DesktopWindowInfo.Builder clone()
           
 boolean getActive()
           
 DesktopWmProtos.DesktopWindowInfo getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 String getName()
           
 boolean getOnScreen()
           
 DesktopWmProtos.DesktopWindowRect getRect()
           
 DesktopWmProtos.DesktopWindowRect.Builder getRectBuilder()
           
 DesktopWmProtos.DesktopWindowRectOrBuilder getRectOrBuilder()
           
 DesktopWmProtos.DesktopWindowInfo.DesktopWindowState getState()
           
 String getTitle()
           
 int getWindowID()
           
 DesktopWmProtos.DesktopWindowInfo.DesktopWindowType getWindowType()
           
 boolean hasActive()
           
 boolean hasName()
           
 boolean hasOnScreen()
           
 boolean hasRect()
           
 boolean hasState()
           
 boolean hasTitle()
           
 boolean hasWindowID()
           
 boolean hasWindowType()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 DesktopWmProtos.DesktopWindowInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 DesktopWmProtos.DesktopWindowInfo.Builder mergeFrom(DesktopWmProtos.DesktopWindowInfo other)
           
 DesktopWmProtos.DesktopWindowInfo.Builder mergeFrom(com.google.protobuf.Message other)
           
 DesktopWmProtos.DesktopWindowInfo.Builder mergeRect(DesktopWmProtos.DesktopWindowRect value)
           
 DesktopWmProtos.DesktopWindowInfo.Builder setActive(boolean value)
           
 DesktopWmProtos.DesktopWindowInfo.Builder setName(String value)
           
 DesktopWmProtos.DesktopWindowInfo.Builder setOnScreen(boolean value)
           
 DesktopWmProtos.DesktopWindowInfo.Builder setRect(DesktopWmProtos.DesktopWindowRect.Builder builderForValue)
           
 DesktopWmProtos.DesktopWindowInfo.Builder setRect(DesktopWmProtos.DesktopWindowRect value)
           
 DesktopWmProtos.DesktopWindowInfo.Builder setState(DesktopWmProtos.DesktopWindowInfo.DesktopWindowState value)
           
 DesktopWmProtos.DesktopWindowInfo.Builder setTitle(String value)
           
 DesktopWmProtos.DesktopWindowInfo.Builder setWindowID(int value)
           
 DesktopWmProtos.DesktopWindowInfo.Builder setWindowType(DesktopWmProtos.DesktopWindowInfo.DesktopWindowType value)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

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.Builder<DesktopWmProtos.DesktopWindowInfo.Builder>

clear

public DesktopWmProtos.DesktopWindowInfo.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<DesktopWmProtos.DesktopWindowInfo.Builder>

clone

public DesktopWmProtos.DesktopWindowInfo.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<DesktopWmProtos.DesktopWindowInfo.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<DesktopWmProtos.DesktopWindowInfo.Builder>

getDefaultInstanceForType

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

build

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

buildPartial

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

mergeFrom

public DesktopWmProtos.DesktopWindowInfo.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DesktopWmProtos.DesktopWindowInfo.Builder>

mergeFrom

public DesktopWmProtos.DesktopWindowInfo.Builder mergeFrom(DesktopWmProtos.DesktopWindowInfo other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<DesktopWmProtos.DesktopWindowInfo.Builder>

mergeFrom

public DesktopWmProtos.DesktopWindowInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DesktopWmProtos.DesktopWindowInfo.Builder>
Throws:
IOException

hasWindowID

public boolean hasWindowID()
Specified by:
hasWindowID in interface DesktopWmProtos.DesktopWindowInfoOrBuilder

getWindowID

public int getWindowID()
Specified by:
getWindowID in interface DesktopWmProtos.DesktopWindowInfoOrBuilder

setWindowID

public DesktopWmProtos.DesktopWindowInfo.Builder setWindowID(int value)

clearWindowID

public DesktopWmProtos.DesktopWindowInfo.Builder clearWindowID()

hasTitle

public boolean hasTitle()
Specified by:
hasTitle in interface DesktopWmProtos.DesktopWindowInfoOrBuilder

getTitle

public String getTitle()
Specified by:
getTitle in interface DesktopWmProtos.DesktopWindowInfoOrBuilder

setTitle

public DesktopWmProtos.DesktopWindowInfo.Builder setTitle(String value)

clearTitle

public DesktopWmProtos.DesktopWindowInfo.Builder clearTitle()

hasName

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

getName

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

setName

public DesktopWmProtos.DesktopWindowInfo.Builder setName(String value)

clearName

public DesktopWmProtos.DesktopWindowInfo.Builder clearName()

hasWindowType

public boolean hasWindowType()
Specified by:
hasWindowType in interface DesktopWmProtos.DesktopWindowInfoOrBuilder

getWindowType

public DesktopWmProtos.DesktopWindowInfo.DesktopWindowType getWindowType()
Specified by:
getWindowType in interface DesktopWmProtos.DesktopWindowInfoOrBuilder

setWindowType

public DesktopWmProtos.DesktopWindowInfo.Builder setWindowType(DesktopWmProtos.DesktopWindowInfo.DesktopWindowType value)

clearWindowType

public DesktopWmProtos.DesktopWindowInfo.Builder clearWindowType()

hasOnScreen

public boolean hasOnScreen()
Specified by:
hasOnScreen in interface DesktopWmProtos.DesktopWindowInfoOrBuilder

getOnScreen

public boolean getOnScreen()
Specified by:
getOnScreen in interface DesktopWmProtos.DesktopWindowInfoOrBuilder

setOnScreen

public DesktopWmProtos.DesktopWindowInfo.Builder setOnScreen(boolean value)

clearOnScreen

public DesktopWmProtos.DesktopWindowInfo.Builder clearOnScreen()

hasState

public boolean hasState()
Specified by:
hasState in interface DesktopWmProtos.DesktopWindowInfoOrBuilder

getState

public DesktopWmProtos.DesktopWindowInfo.DesktopWindowState getState()
Specified by:
getState in interface DesktopWmProtos.DesktopWindowInfoOrBuilder

setState

public DesktopWmProtos.DesktopWindowInfo.Builder setState(DesktopWmProtos.DesktopWindowInfo.DesktopWindowState value)

clearState

public DesktopWmProtos.DesktopWindowInfo.Builder clearState()

hasRect

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

getRect

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

setRect

public DesktopWmProtos.DesktopWindowInfo.Builder setRect(DesktopWmProtos.DesktopWindowRect value)

setRect

public DesktopWmProtos.DesktopWindowInfo.Builder setRect(DesktopWmProtos.DesktopWindowRect.Builder builderForValue)

mergeRect

public DesktopWmProtos.DesktopWindowInfo.Builder mergeRect(DesktopWmProtos.DesktopWindowRect value)

clearRect

public DesktopWmProtos.DesktopWindowInfo.Builder clearRect()

getRectBuilder

public DesktopWmProtos.DesktopWindowRect.Builder getRectBuilder()

getRectOrBuilder

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

hasActive

public boolean hasActive()
Specified by:
hasActive in interface DesktopWmProtos.DesktopWindowInfoOrBuilder

getActive

public boolean getActive()
Specified by:
getActive in interface DesktopWmProtos.DesktopWindowInfoOrBuilder

setActive

public DesktopWmProtos.DesktopWindowInfo.Builder setActive(boolean value)

clearActive

public DesktopWmProtos.DesktopWindowInfo.Builder clearActive()


Copyright © 2012. All Rights Reserved.