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

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

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


Method Summary
 java.lang.String getAction()
           
 java.lang.String getActionParam()
           
 boolean getBold()
           
 boolean getChecked()
           
 boolean getEnabled()
           
 DesktopWmProtos.DesktopWindowRect getRect()
           
 DesktopWmProtos.DesktopWindowRectOrBuilder getRectOrBuilder()
           
 int getRow()
           
 boolean getSeparator()
           
 java.lang.String getShortcut()
           
 java.lang.String getShortcutLetter()
           
 java.lang.String getSubmenu()
           
 java.lang.String getText()
           
 boolean hasAction()
           
 boolean hasActionParam()
           
 boolean hasBold()
           
 boolean hasChecked()
           
 boolean hasEnabled()
           
 boolean hasRect()
           
 boolean hasRow()
           
 boolean hasSeparator()
           
 boolean hasShortcut()
           
 boolean hasShortcutLetter()
           
 boolean hasSubmenu()
           
 boolean hasText()
           
 
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

hasText

boolean hasText()

getText

java.lang.String getText()

hasAction

boolean hasAction()

getAction

java.lang.String getAction()

hasSubmenu

boolean hasSubmenu()

getSubmenu

java.lang.String getSubmenu()

hasActionParam

boolean hasActionParam()

getActionParam

java.lang.String getActionParam()

hasRow

boolean hasRow()

getRow

int getRow()

hasShortcutLetter

boolean hasShortcutLetter()

getShortcutLetter

java.lang.String getShortcutLetter()

hasShortcut

boolean hasShortcut()

getShortcut

java.lang.String getShortcut()

hasRect

boolean hasRect()

getRect

DesktopWmProtos.DesktopWindowRect getRect()

getRectOrBuilder

DesktopWmProtos.DesktopWindowRectOrBuilder getRectOrBuilder()

hasEnabled

boolean hasEnabled()

getEnabled

boolean getEnabled()

hasChecked

boolean hasChecked()

getChecked

boolean getChecked()

hasBold

boolean hasBold()

getBold

boolean getBold()

hasSeparator

boolean hasSeparator()

getSeparator

boolean getSeparator()


Copyright © 2011. All Rights Reserved.