com.opera.core.systems.scope.protos
Interface WmProtos.WindowFilterOrBuilder

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

public static interface WmProtos.WindowFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 boolean getClearFilter()
           
 int getExcludeIDList(int index)
           
 int getExcludeIDListCount()
           
 List<Integer> getExcludeIDListList()
           
 String getExcludePatternList(int index)
           
 int getExcludePatternListCount()
           
 List<String> getExcludePatternListList()
           
 int getIncludeIDList(int index)
           
 int getIncludeIDListCount()
           
 List<Integer> getIncludeIDListList()
           
 String getIncludePatternList(int index)
           
 int getIncludePatternListCount()
           
 List<String> getIncludePatternListList()
           
 boolean hasClearFilter()
           
 
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

hasClearFilter

boolean hasClearFilter()

getClearFilter

boolean getClearFilter()

getIncludeIDListList

List<Integer> getIncludeIDListList()

getIncludeIDListCount

int getIncludeIDListCount()

getIncludeIDList

int getIncludeIDList(int index)

getIncludePatternListList

List<String> getIncludePatternListList()

getIncludePatternListCount

int getIncludePatternListCount()

getIncludePatternList

String getIncludePatternList(int index)

getExcludeIDListList

List<Integer> getExcludeIDListList()

getExcludeIDListCount

int getExcludeIDListCount()

getExcludeIDList

int getExcludeIDList(int index)

getExcludePatternListList

List<String> getExcludePatternListList()

getExcludePatternListCount

int getExcludePatternListCount()

getExcludePatternList

String getExcludePatternList(int index)


Copyright © 2012. All Rights Reserved.