com.opera.core.systems.scope.protos
Interface DesktopWmProtos.DesktopWindowInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DesktopWmProtos.DesktopWindowInfo, DesktopWmProtos.DesktopWindowInfo.Builder
Enclosing class:
DesktopWmProtos

public static interface DesktopWmProtos.DesktopWindowInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 boolean getActive()
           
 String getName()
           
 boolean getOnScreen()
           
 DesktopWmProtos.DesktopWindowRect getRect()
           
 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()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasWindowID

boolean hasWindowID()

getWindowID

int getWindowID()

hasTitle

boolean hasTitle()

getTitle

String getTitle()

hasName

boolean hasName()

getName

String getName()

hasWindowType

boolean hasWindowType()

getWindowType

DesktopWmProtos.DesktopWindowInfo.DesktopWindowType getWindowType()

hasOnScreen

boolean hasOnScreen()

getOnScreen

boolean getOnScreen()

hasState

boolean hasState()

getState

DesktopWmProtos.DesktopWindowInfo.DesktopWindowState getState()

hasRect

boolean hasRect()

getRect

DesktopWmProtos.DesktopWindowRect getRect()

getRectOrBuilder

DesktopWmProtos.DesktopWindowRectOrBuilder getRectOrBuilder()

hasActive

boolean hasActive()

getActive

boolean getActive()


Copyright © 2012. All Rights Reserved.